Class JSTLVariableStack
- java.lang.Object
-
- org.apache.xpath.VariableStack
-
- org.apache.taglibs.standard.tag.common.xml.JSTLVariableStack
-
- All Implemented Interfaces:
Cloneable
public class JSTLVariableStack extends org.apache.xpath.VariableStack
-
-
Constructor Summary
Constructors Constructor Description JSTLVariableStack(javax.servlet.jsp.PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xpath.objects.XObject
getVariableOrParam(org.apache.xpath.XPathContext xctxt, org.apache.xml.utils.QName qname)
-
Methods inherited from class org.apache.xpath.VariableStack
clearLocalSlots, clone, elementAt, getGlobalVariable, getGlobalVariable, getLocalVariable, getLocalVariable, getLocalVariable, getStackFrame, isLocalSet, link, reset, reset, setGlobalVariable, setLocalVariable, setLocalVariable, setStackFrame, size, unlink, unlink
-
-
-
-
Method Detail
-
getVariableOrParam
public org.apache.xpath.objects.XObject getVariableOrParam(org.apache.xpath.XPathContext xctxt, org.apache.xml.utils.QName qname) throws TransformerException
- Overrides:
getVariableOrParam
in classorg.apache.xpath.VariableStack
- Throws:
TransformerException
-
-