public class JspApplicationContextImpl
extends java.lang.Object
implements javax.servlet.jsp.JspApplicationContext
| Modifier and Type | Field and Description |
|---|---|
private javax.servlet.ServletContext |
context |
private java.util.ArrayList<javax.el.ELResolver> |
elResolvers |
private javax.el.ExpressionFactory |
expressionFactory |
private java.util.ArrayList<javax.el.ELContextListener> |
listeners |
private static java.util.Map<javax.servlet.ServletContext,JspApplicationContextImpl> |
map |
| Constructor and Description |
|---|
JspApplicationContextImpl(javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addELContextListener(javax.el.ELContextListener listener) |
void |
addELResolver(javax.el.ELResolver resolver) |
protected javax.el.ELContext |
createELContext(javax.el.ELResolver resolver) |
protected static JspApplicationContextImpl |
findJspApplicationContext(javax.servlet.ServletContext context) |
protected java.util.Iterator<javax.el.ELResolver> |
getELResolvers() |
javax.el.ExpressionFactory |
getExpressionFactory() |
static void |
removeJspApplicationContext(javax.servlet.ServletContext context) |
void |
setExpressionFactory(javax.el.ExpressionFactory expressionFactory) |
private static java.util.Map<javax.servlet.ServletContext,JspApplicationContextImpl> map
private java.util.ArrayList<javax.el.ELResolver> elResolvers
private java.util.ArrayList<javax.el.ELContextListener> listeners
private javax.servlet.ServletContext context
private javax.el.ExpressionFactory expressionFactory
public JspApplicationContextImpl(javax.servlet.ServletContext context)
public void addELResolver(javax.el.ELResolver resolver)
addELResolver in interface javax.servlet.jsp.JspApplicationContextpublic javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContextpublic void setExpressionFactory(javax.el.ExpressionFactory expressionFactory)
public void addELContextListener(javax.el.ELContextListener listener)
addELContextListener in interface javax.servlet.jsp.JspApplicationContextprotected javax.el.ELContext createELContext(javax.el.ELResolver resolver)
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
public static void removeJspApplicationContext(javax.servlet.ServletContext context)
protected java.util.Iterator<javax.el.ELResolver> getELResolvers()