public class JSTLVariableStack extends VariableStack
CLEARLIMITATION
Constructor and Description |
---|
JSTLVariableStack(PageContext pageContext) |
Modifier and Type | Method and Description |
---|---|
XObject |
getVariableOrParam(XPathContext xctxt,
QName qname)
Get a variable based on it's qualified name.
|
clearLocalSlots, clone, elementAt, getGlobalVariable, getGlobalVariable, getLocalVariable, getLocalVariable, getLocalVariable, getStackFrame, isLocalSet, link, reset, reset, setGlobalVariable, setLocalVariable, setLocalVariable, setStackFrame, size, unlink, unlink
public JSTLVariableStack(PageContext pageContext)
public XObject getVariableOrParam(XPathContext xctxt, QName qname) throws TransformerException
VariableStack
getVariableOrParam
in class VariableStack
xctxt
- The XPath context, which must be passed in order to
lazy evaluate variables.qname
- The qualified name of the variable.TransformerException
Copyright © 2017 JBoss by Red Hat. All rights reserved.