Utilities
Utilities consist of a set of helper APIs. Some utilities are used
independently, and others are used with the controller, UI modules, data
providers, and other components.
Utility classes are organized in the following packages:
The com.filenet.wcm.toolkit.server.util package and subpackages include
the following utilities:
-
XML utilities, including sorting XML data, loading and storing XML
files into XML DOM objects, and accessing elements and attributes of
an XML document.
-
XSL transform.
-
UI helpers, including anchor, layout, panel, and tree node utilities.
-
MIME-encoded parser/document upload.
-
Help mapper.
-
MIME-type icon mapper.
-
System information.
-
Locale-based date formatting.
-
Data-type validation.
The com.filenet.wcm.toolkit.util package includes the following utilities:
-
URL builder.
-
String encoding for extended character sets.
-
Localization: UI and exception string retrievers
(WcmString/WcmException) and resource bundle loader.
-
Caching utilities: MRU map and soft reference map.
See Also
Controller Framework
Data Providers
Base UI Modules