com.caucho.jsp.el
Class JspApplicationContextImpl
java.lang.Object
com.caucho.jsp.el.JspApplicationContextImpl
- All Implemented Interfaces:
- JspApplicationContext
public class JspApplicationContextImpl
- extends java.lang.Object
- implements JspApplicationContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JspApplicationContextImpl
public JspApplicationContextImpl(WebApp webApp)
getTaglibManager
public TaglibManager getTaglibManager()
setTaglibManager
public void setTaglibManager(TaglibManager taglibManager)
getPageManager
public PageManager getPageManager()
setPageManager
public void setPageManager(PageManager pageManager)
addELContextListener
public void addELContextListener(ELContextListener listener)
- Adds an ELContextListener.
- Specified by:
addELContextListener in interface JspApplicationContext
getELListenerArray
public ELContextListener[] getELListenerArray()
addELResolver
public void addELResolver(ELResolver resolver)
- Adds an ELResolver
- Specified by:
addELResolver in interface JspApplicationContext
getELResolverArray
public ELResolver[] getELResolverArray()
getExpressionFactory
public ExpressionFactory getExpressionFactory()
- Gets the expression factory
- Specified by:
getExpressionFactory in interface JspApplicationContext
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object