Package org.apache.jasper.el
Class VariableResolverImpl
java.lang.Object
org.apache.jasper.el.VariableResolverImpl
- All Implemented Interfaces:
- VariableResolver
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionresolveVariable(String pName) Deprecated.Resolves the specified variable.
- 
Constructor Details- 
VariableResolverImplDeprecated.
 
- 
- 
Method Details- 
resolveVariableDeprecated.Description copied from interface:jakarta.servlet.jsp.el.VariableResolverResolves the specified variable. Returns null if the variable is not found.- Specified by:
- resolveVariablein interface- VariableResolver
- Parameters:
- pName- the name of the variable to resolve
- Returns:
- the result of the variable resolution
- Throws:
- ELException- if a failure occurred while trying to resolve the given variable
 
 
-