org.apache.taglibs.standard.tag.common.xml
Class JSTLVariableStack

java.lang.Object
  extended by org.apache.xpath.VariableStack
      extended by org.apache.taglibs.standard.tag.common.xml.JSTLVariableStack
All Implemented Interfaces:
Cloneable

public class JSTLVariableStack
extends org.apache.xpath.VariableStack


Field Summary
 
Fields inherited from class org.apache.xpath.VariableStack
CLEARLIMITATION
 
Constructor Summary
JSTLVariableStack(javax.servlet.jsp.PageContext pageContext)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSTLVariableStack

public JSTLVariableStack(javax.servlet.jsp.PageContext pageContext)
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 class org.apache.xpath.VariableStack
Throws:
TransformerException


Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.