public class VariableResolverImpl extends java.lang.Object implements VariableResolver
This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1. It looks up variable references in the PageContext, and also recognizes references to implicit objects.
Constructor and Description |
---|
VariableResolverImpl(PageContext pageContext)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
resolveVariable(java.lang.String pName)
Resolves the specified variable within the given context.
|
public VariableResolverImpl(PageContext pageContext)
public java.lang.Object resolveVariable(java.lang.String pName) throws ELException
resolveVariable
in interface VariableResolver
pName
- the name of the variable to resolveELException
- if a failure occurred while trying to resolve the given variable