|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjavax.el.VariableMapper
public abstract class VariableMapper
The interface to a map between EL variables and the EL expressions they are associated with.
Constructor Summary | |
---|---|
VariableMapper()
|
Method Summary | |
---|---|
abstract ValueExpression |
resolveVariable(String variable)
Resolves the specified variable name to a ValueExpression. |
abstract ValueExpression |
setVariable(String variable,
ValueExpression expression)
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableMapper()
Method Detail |
---|
public abstract ValueExpression resolveVariable(String variable)
variable
- The variable name
public abstract ValueExpression setVariable(String variable, ValueExpression expression)
variable
- The variable nameexpression
- The ValueExpression to be assigned to the variable.
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |