Package com.filenet.wcm.toolkit.util

Provides miscellaneous utility interfaces including encoding data, retrieving and parsing strings, working with MRU lists, extracting object identifiers and security access settings, and performing garbage collection.

See:
          Description

Interface Summary
ResourceBundle This interface represents a localization resource bundle for use with the WcmStringResources class.
 

Class Summary
URLParser URLParser Utility class for parsing a URL down into its URI and request parameters.
WcmBuildStamp  
WcmEncodingUtil Utility class designed to handle various encoding tasks.
WcmMRUCollection This class provides a limited amount of "most recently used" storage, with a pre-defined limit on how many items can be stored.
WcmMRUMap Deprecated. use org.apache.commons.collections.map.LRUMap
WcmOIIDUtil The WcmOIIDUtil class is a utility to attract the ObjectStore Id and Object Id from the OIID.
WcmSecurityAccessUtil Deprecated. This class has been deprecated since the security model has been changed.
WcmSoftReferenceMap This class is similar to the HashMap, which this class extends, except that the values are stored as SoftReferences.
WcmString WcmString is a utility class to retrieve a localized string from the resource file using the given key.
WcmStringResourceLoader Utility for loading additional WcmString or WcmException resource bundles.

Sample Usage:
    String resourcePath = localPath + File.separator + "resources";

    WcmStringResourceLoader.load(resourcePath, "WcmStringConfiguration", WcmString.class);
    WcmStringResourceLoader.load(resourcePath, "WcmExceptionConfiguration", WcmException.class);
WcmStringResources This class manages String resources for various locales so that multiple locales WcmString and WcmException translations can be available simultaneously.
WcmURLBuilder Utility class for building URLs.
WcmVerityParser This class interprets a text input line, along with a modifier, and produces XML used in Stored Searches, Search Templates and for execution of Search Templates.
WcmWorkflowVersionHelper Utility class for encoding/decoding workflow version strings.
WcmXMLEncode Class for encoding a string for XML.
WcmXMLEncode.XmlEncodeResult The result of an encode operation.
 

Exception Summary
WcmException WcmException is a utility class to facilitate globalization by retrieving a localized error message from the resource file using the given key.
WcmXMLEncode.XmlDecodeException Exception to indicate an error when decoding text from XML.
 

Package com.filenet.wcm.toolkit.util Description

Provides miscellaneous utility interfaces including encoding data, retrieving and parsing strings, working with MRU lists, extracting object identifiers and security access settings, and performing garbage collection.



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