public class VariableResolverImpl
extends java.lang.Object
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.
|