com.indexdata.utils.persistence
Class RequestScopedPersister
java.lang.Object
com.indexdata.utils.persistence.RequestScopedPersister
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener, javax.servlet.ServletRequestListener
public class RequestScopedPersister
- extends Object
- implements javax.servlet.ServletRequestListener, javax.servlet.ServletContextListener
- Author:
- jakub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestScopedPersister
public RequestScopedPersister()
requestInitialized
public void requestInitialized(javax.servlet.ServletRequestEvent e)
- Specified by:
requestInitialized
in interface javax.servlet.ServletRequestListener
requestDestroyed
public void requestDestroyed(javax.servlet.ServletRequestEvent e)
- Specified by:
requestDestroyed
in interface javax.servlet.ServletRequestListener
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent e)
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent e)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2012. All Rights Reserved.