beanface.el.functor
Class InstallFunctorListener
java.lang.Object
beanface.el.functor.InstallFunctorListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.ServletContextListener
public class InstallFunctorListener
- extends java.lang.Object
- implements javax.servlet.ServletContextListener
This ServletContextListener
will install the
FunctorELResolver
. To use it, you should include the
following fragment in your web.xml descriptor:
<listener>
<listener-class>beanface.el.functor.InstallFunctorListener</listener-class>
</listener>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallFunctorListener
public InstallFunctorListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent evt)
- Registers the
FunctorELResolver
with the JspApplicationContext.
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent evt)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener