Package com.filenet.wcm.toolkit.server.base

Provides interfaces for defining the visual presentation and interaction behaviors of the Controller and other components, describing data provider access and event handling, and configuring site and user preferences.

See:
          Description

Interface Summary
StaticInitializerInterface  
UserTokenPolicyInterface This interface represents token-based authentication.
WcmConfigurationInterface Interface for accessing user and site preferences
WcmControllerBehaviorInterface Deprecated. This interface isn't really being used for anything.
WcmDpModuleInterface WcmDpModuleInterface extends WcmModuleInterface and adds Data Provider specific methods.
WcmHeaderModuleInterface This is the header module interface.
WcmModuleInterface WcmModuleInterface is the base for all modules, and defines methods that are common to all modules.
WcmPanelInterface Interface for modules contained by WcmMultiPanelModule
WcmPanelValidationInterface Interface for panels that require validation
WcmSequencePanelInterface Interface for panels contained by WcmMultiPanelSequenceModule
WcmSignInPolicyInterface The interface used to define sign-in behavior in a custom controller.
WcmUiModuleInterface WcmUiModuleInterface extends WcmModuleInterface, and adds methods for handling events, rendering, and generating event URL's.
WcmUserInformationInterface Interface describing information about the current user
WcmViewPanelInterface Interface for panels contained by WcmMultiPanelViewModule
 

Class Summary
ConfigurableController  
ControllerUtilities.ControllerState Controller stateful data.
ControllerUtilities.PropertiesMap Properties submaps for different high-level scopings.
ControllerUtilities.WindowIdInfo WindowIdInfo objects are stored in the windowIdMap of the controller to help in expiring windowId's throughout the course of the user session.
ControllerUtilities.WindowIDManager WindowIDManager takes care of aging out window ID's that have not been accessed for longer than a defined timeout limit.
ControllerUtilities.WindowState Window stateful data
GlobalEventModule  
InternalTokenPolicy  
UserTokenPolicy  
WcmController This is the framework controller base class.
WcmDpContainer WcmDpContainer provides data provider binding functionality for any classes that derive from it.
WcmDpModule Base implementation of WcmDpModuleInterface.
WcmModule WcmModule is the default base class for all UI and data provider modules.
WcmSignInPolicy This is the basic toolkit sign in policy.
WcmUiModule This class defines base behavior for all UI modules.
 

Package com.filenet.wcm.toolkit.server.base Description

Provides interfaces for defining the visual presentation and interaction behaviors of the Controller and other components, describing data provider access and event handling, and configuring site and user preferences.



© Copyright IBM Corp. 2002, 2007. All Rights Reserved.