Package com.sun.portal.providers.containers

Interface Summary
ContainerProvider ContainerProvider defines the interface for implementing a container provider.
ProviderWindowStates This class defines the window states that can possibly be returned from the ContainerProvider.getWindowState(channel) method.
 

Class Summary
ContainerProviderAdapter This class provides default implementations of methods in the ContainerProvider interface implemented using a containerProviderContext object as the persistent store.
JSPContainerProviderAdapter This class provides default implementations of methods in the ContainerProvider interface implemented using a containerProviderContext object as the persistent store and extends JSPProvider to facilitate the execution of JSPs
 

Exception Summary
UnsupportedWindowStateException This exception may be thrown from ContainerProvider.setWindowState() if an unknown or undefined windowstate is encountered.