|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
Method Summary | |
---|---|
java.util.Map |
getVars()
Retrives the Map of variables associated with this JexlContext. |
void |
setVars(java.util.Map vars)
Replaces variables in a JexlContext with the variables contained in the supplied Map. |
Method Detail |
---|
void setVars(java.util.Map vars)
vars
- Contents of vars will be replaced with the content
of this Mapjava.util.Map getVars()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |