|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void setVars(java.util.Map vars)
vars - Contents of vars will be replaced with the content of this Mappublic java.util.Map getVars()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||