|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.controller.lifecycle.Evaluator
Helper class used by the PageLifecycle to initialize SPEL expression engine. The following scopes are made available:
This is used for evaluating custom method's parameters and results.
Method Summary |
|
static void |
destroy(LifecycleContext lcContext) |
static Evaluator |
getEvaluator(LifecycleContext lcContext) |
java.lang.Object |
getValue(java.lang.String expression) |
static void |
prepareContext(LifecycleContext lcContext) |
void |
setValue(java.lang.String expression, java.lang.Object value) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final void prepareContext(LifecycleContext lcContext)
public static final Evaluator getEvaluator(LifecycleContext lcContext)
public static final void destroy(LifecycleContext lcContext)
public java.lang.Object getValue(java.lang.String expression)
public void setValue(java.lang.String expression, java.lang.Object value)
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |