railo.runtime.helpers
Class HttpSessionBindingListenerStruct

java.lang.Object
  extended by railo.runtime.type.util.StructSupport
      extended by railo.runtime.type.StructImpl
          extended by railo.runtime.helpers.HttpSessionBindingListenerStruct
All Implemented Interfaces:
Serializable, Cloneable, EventListener, Map, javax.servlet.http.HttpSessionBindingListener, Dumpable, Castable, Collection, ForEachIteratorable, Iteratorable, Objects, Sizeable, Struct

public final class HttpSessionBindingListenerStruct
extends StructImpl
implements javax.servlet.http.HttpSessionBindingListener

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface railo.runtime.type.Collection
Collection.Key
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface railo.runtime.type.Struct
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED
 
Constructor Summary
HttpSessionBindingListenerStruct(String strUrl)
          Constructor of the class
HttpSessionBindingListenerStruct(URL url)
          Constructor of the class
 
Method Summary
 Collection duplicate(boolean deepCopy)
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class railo.runtime.type.StructImpl
clear, containsKey, containsValue, copy, entryIterator, equals, g, g, get, get, hashCode, keyIterator, keys, keysAsStringIterator, remove, removeEL, set, setEL, size, valueIterator, values
 
Methods inherited from class railo.runtime.type.util.StructSupport
call, callWithNamedValues, castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, clone, compareTo, compareTo, compareTo, compareTo, containsKey, containsKey, entrySet, get, get, get, get, get, getIterator, invalidKey, isEmpty, keySet, put, putAll, remove, set, set, setEL, setEL, sizeOf, toDumpData, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionBindingListenerStruct

public HttpSessionBindingListenerStruct(String strUrl)
                                 throws MalformedURLException
Constructor of the class

Parameters:
strUrl -
Throws:
MalformedURLException

HttpSessionBindingListenerStruct

public HttpSessionBindingListenerStruct(URL url)
Constructor of the class

Parameters:
url -
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener

duplicate

public Collection duplicate(boolean deepCopy)
Specified by:
duplicate in interface Collection
Overrides:
duplicate in class StructImpl


Copyright © 2012 Railo