org.apache.myfaces.webapp
Class MyFacesServletContextListener
java.lang.Object
org.apache.myfaces.webapp.AbstractMyFacesListener
org.apache.myfaces.webapp.MyFacesServletContextListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextAttributeListener
public class MyFacesServletContextListener
- extends AbstractMyFacesListener
- implements javax.servlet.ServletContextAttributeListener
- Author:
- Dennis Byrne
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyFacesServletContextListener
public MyFacesServletContextListener()
attributeAdded
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeAdded in interface javax.servlet.ServletContextAttributeListener
attributeRemoved
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeRemoved in interface javax.servlet.ServletContextAttributeListener
attributeReplaced
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeReplaced in interface javax.servlet.ServletContextAttributeListener
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.