Uses of Class
org.opencms.jsp.CmsJspActionElement
Packages that use CmsJspActionElement
Package
Description
Contains the container page editor service classes.
Contains server side classes for the XML content editor.
Contains server side classes for the gallery dialogs.
This package contains the server-side classes for the publish module.
Server side of the sitemap view.
Provides core support for GWT.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
Contains classes related to XML sitemap generation.
Contains the user interface components for the Vaadin-based login dialog.
Utility functions for String manipulation and other often used tasks.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Contains the various "Galleries" which are available in the editors and widgets of the OpenCms Workplace.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
-
Uses of CmsJspActionElement in org.opencms.ade
Subclasses of CmsJspActionElement in org.opencms.ade -
Uses of CmsJspActionElement in org.opencms.ade.containerpage
Subclasses of CmsJspActionElement in org.opencms.ade.containerpageModifier and TypeClassDescriptionclassAction element for container-page editor includes. -
Uses of CmsJspActionElement in org.opencms.ade.contenteditor
Subclasses of CmsJspActionElement in org.opencms.ade.contenteditorModifier and TypeClassDescriptionclassThe content editor action element. -
Uses of CmsJspActionElement in org.opencms.ade.editprovider
Subclasses of CmsJspActionElement in org.opencms.ade.editproviderModifier and TypeClassDescriptionclassAction element for edit provider includes. -
Uses of CmsJspActionElement in org.opencms.ade.galleries
Subclasses of CmsJspActionElement in org.opencms.ade.galleriesModifier and TypeClassDescriptionclassGallery action used to generate the gallery dialog. -
Uses of CmsJspActionElement in org.opencms.ade.postupload
Subclasses of CmsJspActionElement in org.opencms.ade.postuploadModifier and TypeClassDescriptionclassAction element class used by the upload hook JSP from the org.opencms.ade.postupload module. -
Uses of CmsJspActionElement in org.opencms.ade.properties
Subclasses of CmsJspActionElement in org.opencms.ade.propertiesModifier and TypeClassDescriptionclassAction element class for opening the ADE properties dialog. -
Uses of CmsJspActionElement in org.opencms.ade.publish
Subclasses of CmsJspActionElement in org.opencms.ade.publish -
Uses of CmsJspActionElement in org.opencms.ade.sitemap
Subclasses of CmsJspActionElement in org.opencms.ade.sitemapModifier and TypeClassDescriptionclassSitemap action used to generate the sitemap editor. -
Uses of CmsJspActionElement in org.opencms.ade.upload
Subclasses of CmsJspActionElement in org.opencms.ade.uploadModifier and TypeClassDescriptionclassUpload action element, used to generate the upload dialog. -
Uses of CmsJspActionElement in org.opencms.gwt
Subclasses of CmsJspActionElement in org.opencms.gwtModifier and TypeClassDescriptionclassSitemap action used to generate the sitemap editor. -
Uses of CmsJspActionElement in org.opencms.jsp
Subclasses of CmsJspActionElement in org.opencms.jspModifier and TypeClassDescriptionclassProvides convenient wrappers useful to create user login pages.classLogin bean which sets a cookie that can be used byCmsPersistentLoginAuthorizationHandlerto automatically log the user back in when his session has expired.classProvides access to XML content tag functions from scriptlet code. -
Uses of CmsJspActionElement in org.opencms.jsp.util
Subclasses of CmsJspActionElement in org.opencms.jsp.utilModifier and TypeClassDescriptionclassThis bean provides methods to generate customized http status error pages, e.g. -
Uses of CmsJspActionElement in org.opencms.site.xmlsitemap
Subclasses of CmsJspActionElement in org.opencms.site.xmlsitemapModifier and TypeClassDescriptionclassAction element class for displaying the XML sitemap from a JSP. -
Uses of CmsJspActionElement in org.opencms.ugc
Subclasses of CmsJspActionElement in org.opencms.ugcModifier and TypeClassDescriptionclassForm action element class for use in rendering user-generated content forms. -
Uses of CmsJspActionElement in org.opencms.ui.login
Subclasses of CmsJspActionElement in org.opencms.ui.loginModifier and TypeClassDescriptionclassUtility to login users to the OpenCms workplace.Methods in org.opencms.ui.login with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionprotected voidCmsLoginController.UserAgreementHelper.initWorkplaceMembers(CmsJspActionElement jsp) -
Uses of CmsJspActionElement in org.opencms.util
Methods in org.opencms.util with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionstatic StringCmsRequestUtil.getCookieValue(CmsJspActionElement jsp, String name) Returns the value of the cookie with the given name.static voidCmsRequestUtil.redirectPermanently(CmsJspActionElement jsp, String target) Redirects the response to the target link using a "301 - Moved Permanently" header.static voidCmsRequestUtil.redirectRequestSecure(CmsJspActionElement jsp, String target) Redirects the response to the target link.static voidCmsRequestUtil.setCookieValue(CmsJspActionElement jsp, String name, String value) Sets the value of a specific cookie. -
Uses of CmsJspActionElement in org.opencms.workplace
Methods in org.opencms.workplace that return CmsJspActionElementMethods in org.opencms.workplace with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionI_CmsDialogHandler.getDialogUri(String resource, CmsJspActionElement jsp) Returns the dialog URI in the OpenCms VFS to the dialog selector class.static StringCmsWorkplace.getStyleUri(CmsJspActionElement jsp) Returns the path to the cascading stylesheets.static StringCmsWorkplace.getStyleUri(CmsJspActionElement jsp, String filename) Returns the path to the cascading stylesheets.static StringCmsWorkplace.getWorkplaceExplorerLink(CmsJspActionElement jsp, 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 voidCmsWorkplace.initWorkplaceMembers(CmsJspActionElement jsp) Initializes this workplace class instance.Constructors in org.opencms.workplace with parameters of type CmsJspActionElementModifierConstructorDescriptionPublic constructor with JSP action element.CmsDialogSelector(CmsJspActionElement jsp, String handler) Public constructor with JSP action element.Public constructor with JSP action element.Public constructor. -
Uses of CmsJspActionElement in org.opencms.workplace.editors
Methods in org.opencms.workplace.editors with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionvoidCmsEditorActionDefault.editorAction(CmsEditor editor, CmsJspActionElement jsp) voidI_CmsEditorActionHandler.editorAction(CmsEditor editor, CmsJspActionElement jsp) Performs an action which is configurable in the implementation of the interface, e.g.CmsEditorActionDefault.getButtonUrl(CmsJspActionElement jsp, String resourceName) I_CmsEditorActionHandler.getButtonUrl(CmsJspActionElement jsp, String resourceName) Returns the URL of the button displayed in the editor.CmsEditorDisplayOptions.getDisplayOptions(CmsJspActionElement jsp) Reads the editor configuration file valid for the current user and caches the result in a Map.CmsEditorHandler.getEditorUri(String resource, CmsJspActionElement jsp) I_CmsEditorHandler.getEditorUri(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.booleanCmsEditorActionDefault.isButtonActive(CmsJspActionElement jsp, String resourceName) booleanI_CmsEditorActionHandler.isButtonActive(CmsJspActionElement jsp, String resourceName) Returns true if the customized button should be active, otherwise false.Constructors in org.opencms.workplace.editors with parameters of type CmsJspActionElementModifierConstructorDescriptionPublic constructor.Public constructor.Public constructor.Public constructor.Public constructor.Public constructor.Public constructor with JSP action element.Public constructor with JSP action element.Public constructor.Public constructor.Public constructor. -
Uses of CmsJspActionElement in org.opencms.workplace.galleries
Methods in org.opencms.workplace.galleries with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionstatic A_CmsAjaxGalleryA_CmsAjaxGallery.createInstance(String galleryTypeName, CmsJspActionElement jsp) Creates a new gallery instance of the given gallery type name.Constructors in org.opencms.workplace.galleries with parameters of type CmsJspActionElementModifierConstructorDescriptionPublic constructor with JSP action element.Public constructor with JSP action element.Public constructor with JSP action element.Public constructor with JSP action element.Public constructor with JSP action element. -
Uses of CmsJspActionElement in org.opencms.workplace.tools
Methods in org.opencms.workplace.tools with parameters of type CmsJspActionElementModifier and TypeMethodDescriptionstatic StringCmsToolManager.linkForToolPath(CmsJspActionElement jsp, String toolPath) Returns the OpenCms link for the given tool path which requires no parameters.static StringCmsToolManager.linkForToolPath(CmsJspActionElement jsp, String toolPath, Map<String, String[]> params) Returns the OpenCms link for the given tool path which requires parameters.Constructors in org.opencms.workplace.tools with parameters of type CmsJspActionElementModifierConstructorDescriptionPublic constructor with JSP action element.Default Constructor.