org.apache.jasper.el
public final class VariableResolverImpl extends java.lang.Object implements javax.servlet.jsp.el.VariableResolver
Constructor and Description |
---|
VariableResolverImpl(javax.el.ELContext ctx) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
resolveVariable(java.lang.String pName)
Resolves the specified variable.
|
public java.lang.Object resolveVariable(java.lang.String pName) throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.VariableResolver
resolveVariable
in interface javax.servlet.jsp.el.VariableResolver
pName
- the name of the variable to resolvejavax.servlet.jsp.el.ELException
- if a failure occurred while trying to resolve
the given variableCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.