Class 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

      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
    • 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