org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
@version $Revision: 1.9 $
@since 6.0.0
|
Java Source File Name | Type | Comment |
CmsDialog.java | Class | |
CmsDialogSelector.java | Class | Selects the dialog which should be displayed by OpenCms depending on the configuration value.
You can define the class of your dialog handler in the OpenCms XML configuration files. |
CmsFrameset.java | Class | |
CmsLogin.java | Class | |
CmsLoginHelper.java | Class | |
CmsMultiDialog.java | Class | The base class to build a dialog capable of multiple file operations.
Extend this class for workplace dialogs that can perform operations on more than one
VFS resource like copy, move, touch etc.
Provides methods to determine if a multi-resource operation has to be done and helper methods,
e.g. |
CmsReport.java | Class | |
CmsTabDialog.java | Class | |
CmsWidgetDialog.java | Class | |
CmsWidgetDialogParameter.java | Class | |
CmsWorkplace.java | Class | |
CmsWorkplaceCustomFoot.java | Class | |
CmsWorkplaceException.java | Class | Signals that an exceptional program flow happens in the workplace. |
CmsWorkplaceLoginHandler.java | Class | |
CmsWorkplaceManager.java | Class | Manages the global OpenCms workplace settings for all users.
This class reads the settings from the "opencms.properties" and stores them in member variables. |
CmsWorkplaceMessages.java | Class | Provides access to the localized messages for the OpenCms workplace.
The workplace messages are collected from the workplace resource bundles of all installed modules,
plus all the OpenCms core packages.
To be recognized as a workplace module resource bundle,
the workplace property file must follow the naming convention ${module_package_name}.workplace${locale}.properties ,
or ${module_package_name}.messages${locale}.properties
for example like com.mycompany.module.workplace_en.properties or
com.mycompany.module.messages_en.properties .
Workplace messages are cached for faster lookup. |
CmsWorkplaceSettings.java | Class | |
CmsWorkplaceUserInfoBlock.java | Class | |
CmsWorkplaceUserInfoEntry.java | Class | |
CmsWorkplaceUserInfoManager.java | Class | Manages the configuration of the additional information of users.
This class reads the settings from the "opencms-workplace.xml" and stores them in member variables. |
CmsWorkplaceView.java | Class | |
I_CmsDialogHandler.java | Interface | Provides a method for selecting an individual jsp dialog.
You can define the class of your own dialog handler in the OpenCms opencms-workplace.xml
changing the <class> attribute of the node <dialoghandler> to another value. |
Messages.java | Class | |