Package org.apache.jasper.el
Class VariableResolverImpl
- java.lang.Object
- 
- org.apache.jasper.el.VariableResolverImpl
 
- 
- All Implemented Interfaces:
- VariableResolver
 
 @Deprecated public final class VariableResolverImpl extends java.lang.Object implements VariableResolver Deprecated.
- 
- 
Constructor SummaryConstructors Constructor Description VariableResolverImpl(ELContext ctx)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectresolveVariable(java.lang.String pName)Deprecated.Resolves the specified variable.
 
- 
- 
- 
Constructor Detail- 
VariableResolverImplpublic VariableResolverImpl(ELContext ctx) Deprecated.
 
- 
 - 
Method Detail- 
resolveVariablepublic java.lang.Object resolveVariable(java.lang.String pName) throws ELExceptionDeprecated.Description copied from interface:javax.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
 
 
- 
 
-