org.hdiv.listener
Class InitListener
java.lang.Object
org.hdiv.listener.InitListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
public class InitListener
- extends java.lang.Object
- implements javax.servlet.ServletContextListener, javax.servlet.ServletContextAttributeListener, javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionAttributeListener
HDIV listener.
- Version:
- 1.1.1
- Author:
- Roberto Velasco, Gorka Vicente
|
Method Summary |
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent arg0)
|
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent arg0)
|
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent arg0)
|
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0)
|
void |
contextInitialized(javax.servlet.ServletContextEvent arg0)
|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
For each user session, a new cipher key is created if the cipher strategy has
been chosen, and a new cache is created to store the data to be validated. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitListener
public InitListener()
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent arg0)
- Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
(javax.servlet.http.HttpSessionBindingEvent)
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent arg0)
- Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
(javax.servlet.http.HttpSessionBindingEvent)
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent arg0)
- Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
(javax.servlet.http.HttpSessionBindingEvent)
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
- See Also:
(javax.servlet.ServletContextEvent)
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
- Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener
- See Also:
(javax.servlet.http.HttpSessionEvent)
attributeAdded
public void attributeAdded(javax.servlet.ServletContextAttributeEvent arg0)
- Specified by:
attributeAdded in interface javax.servlet.ServletContextAttributeListener
- See Also:
(javax.servlet.ServletContextAttributeEvent)
attributeReplaced
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent arg0)
- Specified by:
attributeReplaced in interface javax.servlet.ServletContextAttributeListener
- See Also:
(javax.servlet.ServletContextAttributeEvent)
attributeRemoved
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent arg0)
- Specified by:
attributeRemoved in interface javax.servlet.ServletContextAttributeListener
- See Also:
(javax.servlet.ServletContextAttributeEvent)
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent arg0)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
- See Also:
(javax.servlet.ServletContextEvent)
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
- For each user session, a new cipher key is created if the cipher strategy has
been chosen, and a new cache is created to store the data to be validated.
- Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener
- See Also:
(javax.servlet.http.HttpSessionEvent)
Copyright © 2008 hdiv.org. All Rights Reserved.