com.technicolor.eloyente
Class Variable
java.lang.Object
com.technicolor.eloyente.Variable
public class Variable
- extends Object
- Author:
- pardogonzalezj
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
envName
public String envName
envExpr
public XPathExpressionHandler envExpr
Variable
@DataBoundConstructor
public Variable(String envName,
String envExpr)
throws XPathExpressionException
- Throws:
XPathExpressionException
setEnvName
public void setEnvName(String envName)
getEnvName
public String getEnvName()
setEnvExpr
public void setEnvExpr(String envExpr)
throws XPathExpressionException
- Throws:
XPathExpressionException
getEnvExpr
public String getEnvExpr()
resolve
public String resolve(String xml)
throws XPathExpressionException
- Throws:
XPathExpressionException
Copyright © 2004-2012. All Rights Reserved.