org.apache.jasper.runtime
Class JspApplicationContextImpl
java.lang.Object
org.apache.jasper.runtime.JspApplicationContextImpl
- All Implemented Interfaces:
- javax.servlet.jsp.JspApplicationContext
public class JspApplicationContextImpl
- extends java.lang.Object
- implements javax.servlet.jsp.JspApplicationContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspApplicationContextImpl
public JspApplicationContextImpl(javax.servlet.ServletContext context)
addELResolver
public void addELResolver(javax.el.ELResolver resolver)
- Specified by:
addELResolver in interface javax.servlet.jsp.JspApplicationContext
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContext
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener)
- Specified by:
addELContextListener in interface javax.servlet.jsp.JspApplicationContext
createELContext
protected javax.el.ELContext createELContext(javax.el.ELResolver resolver)
findJspApplicationContext
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
removeJspApplicationContext
public static void removeJspApplicationContext(javax.servlet.ServletContext context)
getELResolvers
protected java.util.Iterator<javax.el.ELResolver> getELResolvers()
Copyright © 2009 GlassFish Community. All Rights Reserved.