@Deprecated public final class VariableResolverImpl extends java.lang.Object implements VariableResolver
| Constructor and Description | 
|---|
| VariableResolverImpl(ELContext ctx)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | resolveVariable(java.lang.String pName)Deprecated.  Resolves the specified variable. | 
public VariableResolverImpl(ELContext ctx)
public java.lang.Object resolveVariable(java.lang.String pName)
                                 throws ELException
javax.servlet.jsp.el.VariableResolverresolveVariable in interface VariableResolverpName - the name of the variable to resolveELException - if a failure occurred while trying to resolve the given
variableCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.