VariableResolver@Deprecated public final class VariableResolverImpl extends java.lang.Object implements VariableResolver
| Constructor | Description |
|---|---|
VariableResolverImpl(ELContext ctx) |
Deprecated.
|
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.