@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.VariableResolver
resolveVariable
in interface VariableResolver
pName
- the name of the variable to resolveELException
- if a failure occurred while trying to resolve the given
variableCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.