com.sun.portal.providers.containers |
|
Java Source File Name | Type | Comment |
ContainerProvider.java | Interface | ContainerProvider defines the interface for
implementing a container provider.
A container provider is a provider that generates its views primarily
by being a client of other provider objects. |
ContainerProviderAdapter.java | Class | This class provides default implementations of methods in the
ContainerProvider
interface implemented using a containerProviderContext object as the
persistent store. |
JSPContainerProviderAdapter.java | Class | 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
For method details, see the descriptions in the ContainerProvider
interface. |
ProviderWindowStates.java | Interface | This class defines the window states that can possibly be returned from the
ContainerProvider.getWindowState(channel) method. |
UnsupportedWindowStateException.java | Class | This exception may be thrown from ContainerProvider.setWindowState()
if an unknown or undefined windowstate is encountered. |