railo.runtime.helpers
Class HttpSessionBindingListenerStruct
java.lang.Object
railo.runtime.type.util.StructSupport
railo.runtime.type.StructImpl
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
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 |
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
-
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