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 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(ELResolver resolver)
- Specified by:
addELResolver in interface javax.servlet.jsp.JspApplicationContext
getExpressionFactory
public ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContext
setExpressionFactory
public void setExpressionFactory(ExpressionFactory expressionFactory)
addELContextListener
public void addELContextListener(ELContextListener listener)
- Specified by:
addELContextListener in interface javax.servlet.jsp.JspApplicationContext
createELContext
protected ELContext createELContext(ELResolver resolver)
findJspApplicationContext
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
removeJspApplicationContext
public static void removeJspApplicationContext(javax.servlet.ServletContext context)
getELResolvers
protected Iterator<ELResolver> getELResolvers()
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.