org.directwebremoting.impl
Class StartupUtil.SerializableContainerListWrapper
java.lang.Object
org.directwebremoting.impl.StartupUtil.SerializableContainerListWrapper
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- StartupUtil
public static class StartupUtil.SerializableContainerListWrapper
- extends java.lang.Object
- implements java.io.Serializable
A small wrapper class to allow our stuff stored on ServletContext to
participate in serialization. Appservers like f ex WebLogic may issue
warnings if things are not serializable even though this is not required.
- Author:
- Mike Wilson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartupUtil.SerializableContainerListWrapper
public StartupUtil.SerializableContainerListWrapper()
add
public void add(Container container)
getAll
public java.util.Collection<Container> getAll()