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.Variables
public Object getVariable(String varName)
getVariable
in interface org.apache.commons.jxpath.Variables
public void declareVariable(String varName, Object value)
declareVariable
in interface org.apache.commons.jxpath.Variables
public void undeclareVariable(String varName)
undeclareVariable
in interface org.apache.commons.jxpath.Variables
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.