Class JSTLVariableResolver
java.lang.Object
org.apache.taglibs.standard.lang.jstl.JSTLVariableResolver
- All Implemented Interfaces:
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: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveVariable(String pName, Object pContext) Resolves the specified variable within the given context.
-
Constructor Details
-
JSTLVariableResolver
public JSTLVariableResolver()
-
-
Method Details
-
resolveVariable
Resolves the specified variable within the given context. Returns null if the variable is not found.- Specified by:
resolveVariablein interfaceVariableResolver- Throws:
ELException
-