public final class RootContext extends ELContext
| Constructor and Description |
|---|
RootContext(javax.servlet.jsp.JspContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name)
Get the value of the given variable in this Context.
|
javax.servlet.jsp.el.VariableResolver |
getVariableResolver()
Get the VariableResolver associated with this root context.
|
boolean |
has(String name)
Does the given variable exist in this Context.
|
void |
setVariableResolver(javax.servlet.jsp.el.VariableResolver variableResolver)
Set the VariableResolver associated with this root context.
|
resolveVariablepublic RootContext(javax.servlet.jsp.JspContext ctx)
ctx - the host JspContextpublic Object get(String name)
get in interface Contextget in class SimpleContextname - The name of the variableContext.get(java.lang.String)public boolean has(String name)
has in interface Contexthas in class SimpleContextname - The name of the variableContext.has(java.lang.String)public javax.servlet.jsp.el.VariableResolver getVariableResolver()
public void setVariableResolver(javax.servlet.jsp.el.VariableResolver variableResolver)
variableResolver - The variableResolver to set.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.