public class JspApplicationContextImpl
extends java.lang.Object
| Constructor and Description |
|---|
JspApplicationContextImpl(ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addELContextListener(ELContextListener listener) |
void |
addELResolver(ELResolver resolver) |
protected ELContext |
createELContext(ELResolver resolver) |
protected static JspApplicationContextImpl |
findJspApplicationContext(ServletContext context) |
protected java.util.Iterator<ELResolver> |
getELResolvers() |
ExpressionFactory |
getExpressionFactory() |
static void |
removeJspApplicationContext(ServletContext context) |
void |
setExpressionFactory(ExpressionFactory expressionFactory) |
public JspApplicationContextImpl(ServletContext context)
public void addELResolver(ELResolver resolver)
public ExpressionFactory getExpressionFactory()
public void setExpressionFactory(ExpressionFactory expressionFactory)
public void addELContextListener(ELContextListener listener)
protected ELContext createELContext(ELResolver resolver)
protected static JspApplicationContextImpl findJspApplicationContext(ServletContext context)
public static void removeJspApplicationContext(ServletContext context)
protected java.util.Iterator<ELResolver> getELResolvers()