org.directwebremoting.impl
Class StartupUtil.SerializableContainerListWrapper

java.lang.Object
  extended by 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

Constructor Summary
StartupUtil.SerializableContainerListWrapper()
           
 
Method Summary
 void add(Container container)
           
 java.util.Collection<Container> getAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupUtil.SerializableContainerListWrapper

public StartupUtil.SerializableContainerListWrapper()
Method Detail

add

public void add(Container container)

getAll

public java.util.Collection<Container> getAll()

Copyright ยจ 2008