org.codehaus.wadi.web.impl
Class LazyHttpSessionBindingEvent
java.lang.Object
java.util.EventObject
javax.servlet.http.HttpSessionEvent
javax.servlet.http.HttpSessionBindingEvent
org.codehaus.wadi.web.impl.LazyHttpSessionBindingEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LazyHttpSessionBindingEvent
- extends javax.servlet.http.HttpSessionBindingEvent
- Version:
- $Revision: 2253 $
- Author:
- Jules Gosnell
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.lang.Object |
getValue()
|
Methods inherited from class javax.servlet.http.HttpSessionBindingEvent |
getName, getSession |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LazyHttpSessionBindingEvent
public LazyHttpSessionBindingEvent(javax.servlet.http.HttpSession session,
java.lang.String name)
LazyHttpSessionBindingEvent
public LazyHttpSessionBindingEvent(javax.servlet.http.HttpSession session,
java.lang.String name,
java.lang.Object value)
getValue
public java.lang.Object getValue()
- Overrides:
getValue
in class javax.servlet.http.HttpSessionBindingEvent
Copyright © 2010. All Rights Reserved.