org.codehaus.wadi.impl
Class LazyHttpSessionBindingEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.servlet.http.HttpSessionEvent
          extended byjavax.servlet.http.HttpSessionBindingEvent
              extended byorg.codehaus.wadi.impl.LazyHttpSessionBindingEvent
All Implemented Interfaces:
Serializable

public class LazyHttpSessionBindingEvent
extends HttpSessionBindingEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LazyHttpSessionBindingEvent(HttpSession session, String name)
           
LazyHttpSessionBindingEvent(HttpSession session, String name, Object value)
           
 
Method Summary
 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
 

Constructor Detail

LazyHttpSessionBindingEvent

public LazyHttpSessionBindingEvent(HttpSession session,
                                   String name)

LazyHttpSessionBindingEvent

public LazyHttpSessionBindingEvent(HttpSession session,
                                   String name,
                                   Object value)
Method Detail

getValue

public Object getValue()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.