public class JspApplicationContextImpl
extends java.lang.Object
implements javax.servlet.jsp.JspApplicationContext
| 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) |
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()
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.