| Package | Description |
|---|---|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ui.login |
Contains the user interface components for the Vaadin-based login dialog
|
| 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.
|
| org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
| org.opencms.workplace.galleries |
Contains the various "Galleries" which are available in the editors and widgets of the OpenCms Workplace.
|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsOpenGallery
Provides methods to open gwt-based gallery dialog.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CmsLoginController.UserAgreementHelper
Helper subclass of CmsLoginUserAgreement which can be used without a page context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsLoginUserAgreement
Provides methods to show a configurable user agreement dialog after a successful workplace login.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsDialog |
CmsDialog.initCmsDialog(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns an initialized CmsDialog instance that is read from the request attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultPageEditor
Provides methods for building editors for the CmsDefaultPage page type.
|
class |
CmsDialogCopyLanguage
Provides methods for the editor copy language dialog.
|
class |
CmsDialogElements
Provides methods for the editor elements dialog.
|
class |
CmsEditor
Provides basic methods for building the file editors of OpenCms.
|
class |
CmsEditorBase
Base class for all editors that turns of time warp deletion inherited from
. |
class |
CmsEditorFrameset
Helper class to create the editor frameset.
|
class |
CmsPreEditorAction
Handles the actions that should be performed before opening the editor frameset.
|
class |
CmsSimpleEditor
Creates the output for editing a resource (text or JSP files).
|
class |
CmsSimplePageEditor
Creates the output for editing a CmsDefaultPage with the simple textarea editor.
|
class |
CmsXmlContentEditor
Creates the editor for XML content definitions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
I_CmsPreEditorActionDefinition.doPreAction(CmsResource resource,
CmsDialog dialog,
java.lang.String originalParams)
Returns if an action has to be performed before opening the editor depending on the resource to edit
and eventual request parameter values.
|
abstract boolean |
A_CmsPreEditorActionDefinition.doPreAction(CmsResource resource,
CmsDialog dialog,
java.lang.String originalParams) |
boolean |
CmsPreEditorActionDefinitionXmlContent.doPreAction(CmsResource resource,
CmsDialog dialog,
java.lang.String originalParams) |
static boolean |
CmsPreEditorAction.isPreEditorMode(CmsDialog dialog)
Returns if the dialog is currently running in pre editor action mode,
depending on the presence of the original request parameters.
|
static void |
CmsPreEditorAction.sendForwardToEditor(CmsDialog dialog)
Forwards to the editor and opens it after the action was performed.
|
static void |
CmsPreEditorAction.sendForwardToEditor(CmsDialog dialog,
java.util.Map<java.lang.String,java.lang.String[]> additionalParams)
Forwards to the editor and opens it after the action was performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsAjaxGallery
Provides the general helper methods to generate the content of a gallery dialog used in the XML content editors,
WYSIWYG editors and context menu.
|
class |
CmsAjaxDownloadGallery
Provides the specific constants, members and helper methods to generate the content of the download gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxImageGallery
Provides the specific constants, members and helper methods to generate the content of the image gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
class |
CmsAjaxLinkGallery
Provides the specific constants, members and helper methods to generate the content of the external link gallery dialog
used in the XML content editors, WYSIWYG editors and context menu.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
A_CmsAjaxGallery.initGallery(CmsDialog wp)
Initializes the gallery dialog before redirecting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsExplorerDialog
Dialog for explorer views in the administration view.
|