Package org.apache.commons.el
Class VariableResolverImpl
java.lang.Object
org.apache.commons.el.VariableResolverImpl
- All Implemented Interfaces:
javax.servlet.jsp.el.VariableResolver
This is the JSTL-specific implementation of VariableResolver. It looks up variable references in the PageContext, and also recognizes references to implicit objects.
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveVariable
(String pName) Resolves the specified variable within the given context.
-
Field Details
-
mCtx
private javax.servlet.jsp.PageContext mCtx
-
-
Constructor Details
-
VariableResolverImpl
public VariableResolverImpl(javax.servlet.jsp.PageContext pCtx) Constructor
-
-
Method Details
-
resolveVariable
Resolves the specified variable within the given context. Returns null if the variable is not found.- Specified by:
resolveVariable
in interfacejavax.servlet.jsp.el.VariableResolver
- Throws:
javax.servlet.jsp.el.ELException
-