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.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-2019 Apache Software Foundation. All Rights Reserved.