public class ELContext extends SimpleContext implements javax.servlet.jsp.el.VariableResolver
Constructor and Description |
---|
ELContext()
Constructor.
|
ELContext(Context parent)
Constructor.
|
public ELContext()
public ELContext(Context parent)
parent
- A parent Context, can be nullpublic Object resolveVariable(String pName) throws javax.servlet.jsp.el.ELException
resolveVariable
in interface javax.servlet.jsp.el.VariableResolver
pName
- The variable to resolvejavax.servlet.jsp.el.ELException
- While resolving the variableVariableResolver.resolveVariable(String)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.