| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| org.opencms.ade.editprovider | |
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.postupload | |
| org.opencms.ade.properties | |
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.upload | |
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.site.xmlsitemap |
Contains classes related to XML sitemap generation.
|
| org.opencms.ugc | |
| org.opencms.ui.login |
Contains the user interface components for the Vaadin-based login dialog
|
| org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
| 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 |
CmsContainerpageActionElement
Action element for container-page editor includes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsContentEditorActionElement
The content editor action element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsEditProviderActionElement
Action element for edit provider includes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGalleryActionElement
Gallery action used to generate the gallery dialog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPostUploadDialogActionElement
Action element class used by the upload hook JSP from the org.opencms.ade.postupload module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPropertiesActionElement
Action element class for opening the ADE properties dialog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPublishActionElement |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSitemapActionElement
Sitemap action used to generate the sitemap editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsUploadActionElement
Upload action element, used to generate the upload dialog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGwtActionElement
Sitemap action used to generate the sitemap editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspLoginBean
Provides convenient wrappers useful to create user login pages.
|
class |
CmsJspLoginPersistingBean
Login bean which sets a cookie that can be used by
CmsPersistentLoginAuthorizationHandler to automatically
log the user back in when his session has expired. |
class |
CmsJspXmlContentBean
Provides access to XML content tag functions from scriptlet code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspStatusBean
This bean provides methods to generate customized http status error pages, e.g. to handle 404 (not found) errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsXmlSitemapActionElement
Action element class for displaying the XML sitemap from a JSP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsUgcActionElement
Form action element class for use in rendering user-generated content forms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsLoginHelper
Utility to login users to the OpenCms workplace.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsLoginController.UserAgreementHelper.initWorkplaceMembers(CmsJspActionElement jsp) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsRequestUtil.getCookieValue(CmsJspActionElement jsp,
java.lang.String name)
Returns the value of the cookie with the given name.
|
static void |
CmsRequestUtil.redirectPermanently(CmsJspActionElement jsp,
java.lang.String target)
Redirects the response to the target link using a "301 - Moved Permanently" header.
|
static void |
CmsRequestUtil.redirectRequestSecure(CmsJspActionElement jsp,
java.lang.String target)
Redirects the response to the target link.
|
static void |
CmsRequestUtil.setCookieValue(CmsJspActionElement jsp,
java.lang.String name,
java.lang.String value)
Sets the value of a specific cookie.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspActionElement |
CmsWorkplace.getJsp()
Returns the JSP action element.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
I_CmsDialogHandler.getDialogUri(java.lang.String resource,
CmsJspActionElement jsp)
Returns the dialog URI in the OpenCms VFS to the dialog selector class.
|
static java.lang.String |
CmsWorkplace.getStyleUri(CmsJspActionElement jsp)
Returns the path to the cascading stylesheets.
|
static java.lang.String |
CmsWorkplace.getStyleUri(CmsJspActionElement jsp,
java.lang.String filename)
Returns the path to the cascading stylesheets.
|
static java.lang.String |
CmsWorkplace.getWorkplaceExplorerLink(CmsJspActionElement jsp,
java.lang.String explorerRootPath)
Creates a link for the OpenCms workplace that will reload the whole workplace, switch to the explorer view, the
site of the given explorerRootPath and show the folder given in the explorerRootPath.
|
protected void |
CmsWorkplace.initWorkplaceMembers(CmsJspActionElement jsp)
Initializes this workplace class instance.
|
| Constructor and Description |
|---|
CmsDialog(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsDialogSelector(CmsJspActionElement jsp,
java.lang.String handler)
Public constructor with JSP action element.
|
CmsLoginUserAgreement(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsWorkplace(CmsJspActionElement jsp)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsEditorActionHandler.editorAction(CmsEditor editor,
CmsJspActionElement jsp)
Performs an action which is configurable in the implementation of the interface, e.g. save, exit, publish.
|
void |
CmsEditorActionDefault.editorAction(CmsEditor editor,
CmsJspActionElement jsp) |
java.lang.String |
I_CmsEditorActionHandler.getButtonUrl(CmsJspActionElement jsp,
java.lang.String resourceName)
Returns the URL of the button displayed in the editor.
|
java.lang.String |
CmsEditorActionDefault.getButtonUrl(CmsJspActionElement jsp,
java.lang.String resourceName) |
java.util.Properties |
CmsEditorDisplayOptions.getDisplayOptions(CmsJspActionElement jsp)
Reads the editor configuration file valid for the current user and caches the result in a Map.
|
java.lang.String |
CmsEditorHandler.getEditorUri(java.lang.String resource,
CmsJspActionElement jsp) |
java.lang.String |
I_CmsEditorHandler.getEditorUri(java.lang.String resource,
CmsJspActionElement jsp)
Returns the editor URI which will be used for the selected resource in the OpenCms VFS to the editor selector class.
|
boolean |
I_CmsEditorActionHandler.isButtonActive(CmsJspActionElement jsp,
java.lang.String resourceName)
Returns true if the customized button should be active, otherwise false.
|
boolean |
CmsEditorActionDefault.isButtonActive(CmsJspActionElement jsp,
java.lang.String resourceName) |
| Constructor and Description |
|---|
CmsDefaultPageEditor(CmsJspActionElement jsp)
Public constructor.
|
CmsDialogCopyLanguage(CmsJspActionElement jsp)
Public constructor.
|
CmsDialogElements(CmsJspActionElement jsp)
Public constructor.
|
CmsEditor(CmsJspActionElement jsp)
Public constructor.
|
CmsEditorBase(CmsJspActionElement jsp)
Public constructor.
|
CmsEditorFrameset(CmsJspActionElement jsp)
Public constructor.
|
CmsEditorSelector(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsPreEditorAction(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsSimpleEditor(CmsJspActionElement jsp)
Public constructor.
|
CmsSimplePageEditor(CmsJspActionElement jsp)
Public constructor.
|
CmsXmlContentEditor(CmsJspActionElement jsp)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static A_CmsAjaxGallery |
A_CmsAjaxGallery.createInstance(java.lang.String galleryTypeName,
CmsJspActionElement jsp)
Creates a new gallery instance of the given gallery type name.
|
| Constructor and Description |
|---|
A_CmsAjaxGallery(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsAjaxDownloadGallery(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsAjaxImageGallery(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsAjaxLinkGallery(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsOpenGallery(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsToolManager.linkForToolPath(CmsJspActionElement jsp,
java.lang.String toolPath)
Returns the OpenCms link for the given tool path which requires no parameters.
|
static java.lang.String |
CmsToolManager.linkForToolPath(CmsJspActionElement jsp,
java.lang.String toolPath,
java.util.Map<java.lang.String,java.lang.String[]> params)
Returns the OpenCms link for the given tool path which requires parameters.
|
| Constructor and Description |
|---|
CmsExplorerDialog(CmsJspActionElement jsp)
Public constructor with JSP action element.
|
CmsToolDialog(CmsJspActionElement jsp)
Default Constructor.
|