public class VariableResolverImpl extends Object implements jakarta.servlet.jsp.el.VariableResolver
This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1. It looks up variable references in the PageContext, and also recognizes references to implicit objects.
| Constructor and Description |
|---|
VariableResolverImpl(jakarta.servlet.jsp.PageContext pageContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveVariable(String pName)
Resolves the specified variable within the given context.
|
public VariableResolverImpl(jakarta.servlet.jsp.PageContext pageContext)
public Object resolveVariable(String pName) throws jakarta.servlet.jsp.el.ELException
resolveVariable in interface jakarta.servlet.jsp.el.VariableResolverjakarta.servlet.jsp.el.ELExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.