public class JspApplicationContextImpl extends Object implements javax.servlet.jsp.JspApplicationContext
| Constructor and Description |
|---|
JspApplicationContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addELContextListener(ELContextListener listener) |
void |
addELResolver(ELResolver resolver) |
ELContextImpl |
createELContext(javax.servlet.jsp.JspContext context) |
ExpressionFactory |
getExpressionFactory() |
static JspApplicationContextImpl |
getInstance(javax.servlet.ServletContext context) |
public void addELContextListener(ELContextListener listener)
addELContextListener in interface javax.servlet.jsp.JspApplicationContextpublic static JspApplicationContextImpl getInstance(javax.servlet.ServletContext context)
public ELContextImpl createELContext(javax.servlet.jsp.JspContext context)
public void addELResolver(ELResolver resolver) throws IllegalStateException
addELResolver in interface javax.servlet.jsp.JspApplicationContextIllegalStateExceptionpublic ExpressionFactory getExpressionFactory()
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContextCopyright © 2014 Mort Bay Consulting. All Rights Reserved.