public class ContextVariables extends Object implements org.apache.commons.jxpath.Variables
| Constructor and Description | 
|---|
ContextVariables(Context ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
declareVariable(String varName,
                              Object value)  | 
Object | 
getVariable(String varName)  | 
boolean | 
isDeclaredVariable(String varName)  | 
void | 
undeclareVariable(String varName)  | 
public ContextVariables(Context ctx)
public boolean isDeclaredVariable(String varName)
isDeclaredVariable in interface org.apache.commons.jxpath.Variablespublic Object getVariable(String varName)
getVariable in interface org.apache.commons.jxpath.Variablespublic void declareVariable(String varName, Object value)
declareVariable in interface org.apache.commons.jxpath.Variablespublic void undeclareVariable(String varName)
undeclareVariable in interface org.apache.commons.jxpath.VariablesCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.