|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.xreporter.report.instance.ReportImpl.ReportExpressionContext
ExpressionContext that resolves variables to parameter values.
Constructor Summary | |
ReportImpl.ReportExpressionContext()
|
Method Summary | |
java.lang.Object |
get(java.lang.String name)
Get "something" with a certain name. |
java.lang.Object |
resolveVariable(java.lang.String name)
Returns the value of the named variable, or null if there's no variable by that name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportImpl.ReportExpressionContext()
Method Detail |
public java.lang.Object resolveVariable(java.lang.String name)
ExpressionContext
resolveVariable
in interface ExpressionContext
public java.lang.Object get(java.lang.String name)
ExpressionContext
get
in interface ExpressionContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |