public class JspApplicationContextImpl extends 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 Iterator<javax.el.ELResolver> |
getELResolvers() |
javax.el.ExpressionFactory |
getExpressionFactory() |
static void |
removeJspApplicationContext(javax.servlet.ServletContext context) |
public JspApplicationContextImpl(javax.servlet.ServletContext context)
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
public static void removeJspApplicationContext(javax.servlet.ServletContext context)
public void addELResolver(javax.el.ELResolver resolver)
addELResolver
in interface javax.servlet.jsp.JspApplicationContext
public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory
in interface javax.servlet.jsp.JspApplicationContext
public void addELContextListener(javax.el.ELContextListener listener)
addELContextListener
in interface javax.servlet.jsp.JspApplicationContext
protected javax.el.ELContext createELContext(javax.el.ELResolver resolver)
protected Iterator<javax.el.ELResolver> getELResolvers()
Copyright © 2006–2018 TinyGroup. All rights reserved.