Package com.filenet.wcm.toolkit.server.util

Provides interfaces that offer various utility functions for accessing system and session information, manipulating strings and validating data types, working with MIME-encoded content, launching threads, and performing basic user interface management.

See:
          Description

Interface Summary
WcmDataStoreBindingListener WcmDataStoreBindingListener is an interface modeled after javax.servlet.http.HttpSessionBindingListener.
WindowIDContext  
WindowIDFactory This interface will provide for various implementations to determine what the windowID value should be for a new popup.
 

Class Summary
BaseTemplate Supplies functionality for creating, modifying, and maintaining the contents of an Template and launching the specified workflow.
CacheManager This helper class is used by WcmNavigationDataProvider and WcmAuthoringDataProvider for cahching navigation data.
ClientTimeZoneUtil  
ConfigurationUtil ConfigurationUtil is a utility class that will be used by both the upgrade scripts and by the web application.
DeclareRecordsTemplate Supplies functionality for creating, modifying, and maintaining the contents of an Declare Records Template and launching the specified workflow.
DisplayNameUtil  
EProcessGranteeUtil Utility class to support querying participants
FilterData This helper class is used by WcmNavigationDataProvider and provides XML functions.
JavascriptUtil  
OptimizedDateFormat OptimizedDateFormat is intended for use as a drop-in replacement for SimpleDateFormat.
PropertyNameUtil  
SSLSignInToken  
SubscriptionExpressionUtil Utility class to support creating subscription expression for the Workflow Subscription expression page.
UploadDownloadFileUtil  
UserAgent UserAgent is a class representing the User-Agent header found on an incoming HTTP request object.
WcmApiConfig  
WcmAuthoringStateKeys This file contains key definitions used by WcmAuthoringDataProvider to store data in the data store.
WcmAuthoringUtil This helper class is used by WcmAuthoringDataProvider and provides XML item-retrieval functions.
WcmConstantsDefinition  
WcmDataStore WcmDataStore is a utility class that holds data across requests for a client session.
WcmDataStore.DummyOutputStream  
WcmDateUtil Various utility functions for working with dates.
WcmDistinguishedNameString Utility class that provides a method to add an extra space after each comma in a SunONE formatted distinguished name.
WcmEntryTemplate Supplies functionality for creating, modifying, and maintaining the contents of an Entry Template and launching the specified workflow.
WcmEProcessStateKeys Class defines the states keys used by the EProcess page to store data in the data store.
WcmEProcessUtil Utility class to support getting attachment information for the eProcess page.
WcmFieldUtil Deprecated. This class has been deprecated.
WcmHelpMap WcmHelpMap serves up a map of key/values that map internal help file names to their equivalent actual help file names.
WcmHTTPUtil WcmHTTPUtil contains static utility methods related to HTTP.
WcmIcons Utility class that keeps a map of mime types to icons.
WcmMimeFormParser WcmMimeFormParser parses a form that specifies its ENCTYPE as multipart/form-data, possibly containing one or more files in its request content.
WcmMimeString Utility class that provides a method to do string comparison with case insensitive.
WcmOpenItemInfo This class provides information for the open item functionality.
WcmParameter WcmParameter is a class containing static strings to be used when defining parameters on a request.
WcmRequestMap WcmRequestMap can be used to store all request parameters found on an HttpServletRequest object.
WcmServerCredentials WcmServerCredentials maintains credentials required for access to the Content Java API and and the Process Java API.
WcmSignInProcessor An instance of this object will deliver credentials to the target session specified in the constructor, using the credentials servlet if necessary, provided that the target session information is current and valid.
WcmSSLInfo Provides access to SSL information including the protocol string, and the raw SSL Host value from bootstrap.properties or decoded to an IP:port value.
WcmStepElementState Keeps the state of EProcess Step Element information.
WcmStringEditor WcmStringEditor provides static utility functions for manipulating strings, supplementing the functionality in JDK.
WcmSystem WcmSystem provides access to pertinent information about the system.
WcmThread This is a utility class designed to make launching threads easier.
WcmUi WcmUi contains various static methods to help with UI-related tasks.
WcmUploadInputStream WcmUploadInputStream provides temporary caching of files found in a MIME encoded request body, presenting such a file as an InputStream.
WcmValidate This utility class handles validation of some basic data types
WindowID Window ID with encoded flags is in the format: _part!part!part!part:uniqueID
 

Exception Summary
FrameworkException A renderable exception / wrapper that is generated and thrown from hooks into the toolkit framework page cycle (event/render) via low-level try/catch blocks.
 

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

Provides interfaces that offer various utility functions for accessing system and session information, manipulating strings and validating data types, working with MIME-encoded content, launching threads, and performing basic user interface management.



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