Uses of Class
org.opencms.i18n.CmsMessageContainer
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
Provides core support for GWT.
Classes to handle internalization (i18n) and locale selection in OpenCms.
Contains functions to import and export resources from the OpenCms VFS.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Low-level functions to manage the loading of resources from the OpenCms VFS.
The lock state of the resources in the VFS is handled with these classes.
Provides the main OpenCms "operating system".
Classes to handle the OpenCms publish process.
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
Implements the main full text search and indexing functions available in OpenCms.
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
Access control and security classes for the OpenCms ACL permission system.
Contains the functionality for the static HTML page export.
Classes used to synchronize the OpenCms VFS with the real file system.
Contains the user interface components for the Vaadin-based login dialog.
Utility functions for String manipulation and other often used tasks.
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
Contains the server-side widget implementation, for the serial date widget..
Classes related to publishing and workflow.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Used to control the generation of the HTML for the "direct edit" buttons.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of CmsMessageContainer in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsConfigurationException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsConfigurationException
(CmsMessageContainer container) Creates a new localized Exception.CmsConfigurationException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also contains a root cause. -
Uses of CmsMessageContainer in org.opencms.db
Modifier and TypeMethodDescriptionCmsDbConsistencyException.createException
(CmsMessageContainer container, Throwable cause) CmsDbEntryAlreadyExistsException.createException
(CmsMessageContainer container, Throwable cause) CmsDbEntryNotFoundException.createException
(CmsMessageContainer container, Throwable cause) CmsDbException.createException
(CmsMessageContainer container, Throwable cause) CmsDbIoException.createException
(CmsMessageContainer container, Throwable cause) CmsDbKeyException.createException
(CmsMessageContainer container, Throwable cause) CmsDbSqlException.createException
(CmsMessageContainer container, Throwable cause) CmsVfsOnlineResourceAlreadyExistsException.createException
(CmsMessageContainer container, Throwable cause) void
CmsDbContext.report
(I_CmsReport report, CmsMessageContainer message, Throwable throwable) Reports an error to the given report (if available) and to the OpenCms log file.void
CmsDbContext.throwException
(CmsMessageContainer message, Throwable throwable) Returns an exception of the same type asthrowable
, ifthrowable
is an OpenCms Exception with the message as aCmsMessageContainer
and thethrowable
as a cause.ModifierConstructorDescriptionCmsDbConsistencyException
(CmsMessageContainer container) CmsDbConsistencyException
(CmsMessageContainer container, Throwable cause) CmsDbEntryAlreadyExistsException
(CmsMessageContainer container, Throwable cause) CmsDbEntryNotFoundException
(CmsMessageContainer container) CmsDbEntryNotFoundException
(CmsMessageContainer container, Throwable cause) CmsDbException
(CmsMessageContainer container) Creates a new localized Exception.CmsDbException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsDbIoException
(CmsMessageContainer container) Creates a new localized Exception.CmsDbIoException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsDbKeyException
(CmsMessageContainer container) Creates a new localized Exception.CmsDbKeyException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsDbSqlException
(CmsMessageContainer container) Creates a new localized Exception.CmsDbSqlException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsVfsOnlineResourceAlreadyExistsException
(CmsMessageContainer container, Throwable cause) -
Uses of CmsMessageContainer in org.opencms.file
Modifier and TypeMethodDescriptionCmsDataAccessException.createException
(CmsMessageContainer container, Throwable cause) CmsDataNotImplementedException.createException
(CmsMessageContainer container, Throwable cause) CmsVfsException.createException
(CmsMessageContainer container, Throwable cause) CmsVfsResourceAlreadyExistsException.createException
(CmsMessageContainer container, Throwable cause) CmsVfsResourceNotFoundException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsDataAccessException
(CmsMessageContainer container) Creates a new localized Exception.CmsDataAccessException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsDataNotImplementedException
(CmsMessageContainer container, Throwable cause) CmsVfsException
(CmsMessageContainer container) Creates a new localized Exception.CmsVfsException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also contains a root cause.Creates a new localized Exception.CmsVfsResourceAlreadyExistsException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.Creates a new localized Exception.CmsVfsResourceNotFoundException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also contains a root cause. -
Uses of CmsMessageContainer in org.opencms.flex
Modifier and TypeMethodDescriptionCmsFlexCacheException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsFlexCacheException
(CmsMessageContainer container) CmsFlexCacheException
(CmsMessageContainer container, Throwable cause) -
Uses of CmsMessageContainer in org.opencms.gwt
Modifier and TypeFieldDescriptionstatic final Map<CmsResourceStatusTabId,
CmsMessageContainer> CmsResourceStatusConstants.STATUS_TABS_CONTAINER_PAGE
Tab configuration for container pages.static final Map<CmsResourceStatusTabId,
CmsMessageContainer> CmsResourceStatusConstants.STATUS_TABS_CONTENT
Tab configuration for contents.static final Map<CmsResourceStatusTabId,
CmsMessageContainer> CmsResourceStatusConstants.STATUS_TABS_OTHER
Tab configuration for other resources. -
Uses of CmsMessageContainer in org.opencms.i18n
Modifier and TypeMethodDescriptionCreates a message container for this package with the given arguments.Creates a message container for this package with the given arguments.Creates a message container for this package with the given arguments.Creates a message container for this package with the given arguments.Creates a message container for this package with the given arguments.Modifier and TypeMethodDescriptionCmsMessageException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsMessageException
(CmsMessageContainer container) Creates a new localized Exception.CmsMessageException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.importexport
Modifier and TypeMethodDescriptionCmsImportExportException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsImportExportException
(CmsMessageContainer container) CmsImportExportException
(CmsMessageContainer container, Throwable cause) -
Uses of CmsMessageContainer in org.opencms.jsp
Modifier and TypeFieldDescriptionstatic final CmsMessageContainer
CmsJspActionElement.NOT_INITIALIZED
Error message in case bean was not properly initialized.Modifier and TypeMethodDescriptionstatic String
Messages.getLocalizedMessage
(CmsMessageContainer container, javax.servlet.jsp.PageContext context) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else.static String
Messages.getLocalizedMessage
(CmsMessageContainer container, javax.servlet.ServletRequest request) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else.static String
Messages.getLocalizedMessage
(CmsMessageContainer container, CmsObject cms) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else.protected String
CmsJspBean.getMessage
(CmsMessageContainer container) Internally localizes the givenCmsMessageContainer
to a String. -
Uses of CmsMessageContainer in org.opencms.loader
Modifier and TypeMethodDescriptionCmsLoaderException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsLoaderException
(CmsMessageContainer container) Creates a new localized Exception.CmsLoaderException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsTemplateContext
(String key, String path, CmsMessageContainer container, I_CmsTemplateContextProvider provider) Constructor. -
Uses of CmsMessageContainer in org.opencms.lock
Modifier and TypeMethodDescriptionCmsLockException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsLockException
(CmsMessageContainer container) Creates a new localized Exception.CmsLockException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.main
Modifier and TypeFieldDescriptionprotected CmsMessageContainer
CmsException.m_message
The container for the localized message.protected CmsMessageContainer
CmsRuntimeException.m_message
The container for the localized message.Modifier and TypeMethodDescriptionCmsException.getMessageContainer()
CmsRuntimeException.getMessageContainer()
I_CmsThrowable.getMessageContainer()
Returns the localized message container used to build this localized exception.Modifier and TypeMethodDescriptionCmsException.createException
(CmsMessageContainer container, Throwable cause) Creates a copied instance of this localized exception.CmsIllegalArgumentException.createException
(CmsMessageContainer container, Throwable cause) CmsIllegalStateException.createException
(CmsMessageContainer container, Throwable cause) CmsInitException.createException
(CmsMessageContainer container, Throwable cause) CmsMultiException.createException
(CmsMessageContainer container, Throwable cause) CmsResourceInitException.createException
(CmsMessageContainer container, Throwable cause) CmsRuntimeException.createException
(CmsMessageContainer container, Throwable cause) Creates a copied instance of this localized exception.protected static void
OpenCmsCore.setErrorCondition
(CmsMessageContainer errorCondition) Sets the error condition.void
CmsMultiException.setMessage
(CmsMessageContainer message) Sets an individual message for the multi exception base message.ModifierConstructorDescriptionCmsException
(CmsMessageContainer message) Creates a new localized Exception.CmsException
(CmsMessageContainer message, Throwable cause) Creates a new localized Exception that also containers a root cause.CmsIllegalArgumentException
(CmsMessageContainer container) Creates a new localized Exception.CmsIllegalArgumentException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsIllegalStateException
(CmsMessageContainer container) Creates a new localized Exception.CmsIllegalStateException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsInitException
(CmsMessageContainer container) Creates a new localized Exception.CmsInitException
(CmsMessageContainer container, boolean newError) Creates a new localized Exception.CmsInitException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsMultiException
(CmsMessageContainer message) Creates a new multi exception using the given base message.CmsResourceInitException
(CmsMessageContainer container) Creates a new localized Exception.CmsResourceInitException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsRuntimeException
(CmsMessageContainer message) Creates a new localized Exception.CmsRuntimeException
(CmsMessageContainer message, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.publish
Modifier and TypeMethodDescriptionCmsPublishException.createException
(CmsMessageContainer container, Throwable cause) void
CmsPublishReport.print
(CmsMessageContainer container) void
CmsPublishReport.print
(CmsMessageContainer container, int format) void
CmsPublishReport.println
(CmsMessageContainer container) void
CmsPublishReport.println
(CmsMessageContainer container, int format) void
CmsPublishReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) void
CmsPublishReport.printMessageWithParam
(CmsMessageContainer container, Object param) ModifierConstructorDescriptionCmsPublishException
(CmsMessageContainer container) Creates a new localized Exception.CmsPublishException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.report
Modifier and TypeMethodDescriptionvoid
A_CmsReport.print
(CmsMessageContainer container) void
A_CmsReport.print
(CmsMessageContainer container, int format) void
CmsMultiplexReport.print
(CmsMessageContainer container) void
CmsMultiplexReport.print
(CmsMessageContainer container, int format) void
CmsShellLogReport.print
(CmsMessageContainer container) void
CmsShellLogReport.print
(CmsMessageContainer container, int format) void
CmsShellReport.print
(CmsMessageContainer container) void
CmsShellReport.print
(CmsMessageContainer container, int format) void
I_CmsReport.print
(CmsMessageContainer container) Prints a localized message to the report.void
I_CmsReport.print
(CmsMessageContainer container, int format) Prints a localized message to the report, using the indicated formatting.void
A_CmsReport.println
(CmsMessageContainer container) void
A_CmsReport.println
(CmsMessageContainer container, int format) void
CmsMultiplexReport.println
(CmsMessageContainer container) void
CmsMultiplexReport.println
(CmsMessageContainer container, int format) void
CmsShellLogReport.println
(CmsMessageContainer container) void
CmsShellLogReport.println
(CmsMessageContainer container, int format) void
CmsShellReport.println
(CmsMessageContainer container) void
CmsShellReport.println
(CmsMessageContainer container, int format) void
I_CmsReport.println
(CmsMessageContainer container) Prints a localized message to the report.void
I_CmsReport.println
(CmsMessageContainer container, int format) Prints a localized message to the report, using the indicated formatting.void
A_CmsReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) void
A_CmsReport.printMessageWithParam
(CmsMessageContainer container, Object param) void
CmsMultiplexReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) void
CmsMultiplexReport.printMessageWithParam
(CmsMessageContainer container, Object param) void
CmsShellLogReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) void
CmsShellLogReport.printMessageWithParam
(CmsMessageContainer container, Object param) void
CmsShellReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) void
CmsShellReport.printMessageWithParam
(CmsMessageContainer container, Object param) void
I_CmsReport.printMessageWithParam
(int m, int n, CmsMessageContainer container, Object param) Convenience method to print a localized message, followed by a parameter and dots to the report.void
I_CmsReport.printMessageWithParam
(CmsMessageContainer container, Object param) Prints a localized message followed by a parametera and dots to the report. -
Uses of CmsMessageContainer in org.opencms.scheduler
Modifier and TypeMethodDescriptionCmsSchedulerException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsSchedulerException
(CmsMessageContainer container) Creates a new localized Exception.CmsSchedulerException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.search
Modifier and TypeMethodDescriptionCmsIndexException.createException
(CmsMessageContainer container, Throwable cause) CmsSearchException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsIndexException
(CmsMessageContainer container) Creates a new localized Exception.CmsIndexException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsSearchException
(CmsMessageContainer container) Creates a new localized Exception.CmsSearchException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.search.documents
Modifier and TypeMethodDescriptionCmsIndexNoContentException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsIndexNoContentException
(CmsMessageContainer container) Creates a new localized Exception.CmsIndexNoContentException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also contains a root cause. -
Uses of CmsMessageContainer in org.opencms.security
Modifier and TypeMethodDescriptionCmsAuthentificationException.createException
(CmsMessageContainer container, Throwable cause) CmsCustomLoginException.createException
(CmsMessageContainer container, Throwable cause) CmsPasswordEncryptionException.createException
(CmsMessageContainer container, Throwable cause) CmsPermissionViolationException.createException
(CmsMessageContainer container, Throwable cause) CmsRoleViolationException.createException
(CmsMessageContainer container, Throwable cause) CmsSecurityException.createException
(CmsMessageContainer container, Throwable cause) CmsUserDisabledException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsAuthentificationException
(CmsMessageContainer container) Creates a new localized Exception.CmsAuthentificationException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsCustomLoginException
(CmsMessageContainer container) Creates a new localized Exception.CmsCustomLoginException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsPasswordEncryptionException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception.CmsPermissionViolationException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsRoleViolationException
(CmsMessageContainer container) Creates a new localized Exception.CmsRoleViolationException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsSecurityException
(CmsMessageContainer container) Creates a new localized Exception.CmsSecurityException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsUserDisabledException
(CmsMessageContainer container) Creates a new localized Exception.CmsUserDisabledException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.staticexport
Modifier and TypeMethodDescriptionCmsStaticExportException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsStaticExportException
(CmsMessageContainer container) Creates a new localized Exception.CmsStaticExportException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.synchronize
Modifier and TypeMethodDescriptionCmsSynchronizeException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsSynchronizeException
(CmsMessageContainer container) Creates a new localized Exception.CmsSynchronizeException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.ui.login
Modifier and TypeMethodDescriptionstatic CmsMessageContainer
CmsLoginHelper.validateUserAndPasswordNotEmpty
(String username, String password) Checks that the user name and password are not empty, and returns an error message if they are. -
Uses of CmsMessageContainer in org.opencms.util
Modifier and TypeMethodDescriptionCmsHtmlValidator.getMessages()
Returns the validation error messages.Modifier and TypeMethodDescriptionCmsRfsException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsRfsException
(CmsMessageContainer container) Creates a new localized Exception.CmsRfsException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.widgets
Modifier and TypeMethodDescriptionCmsWidgetException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsWidgetException
(CmsMessageContainer container) Creates a new localized Exception.CmsWidgetException
(CmsMessageContainer container, Object widget) Creates a new localized Exception.CmsWidgetException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.CmsWidgetException
(CmsMessageContainer container, Throwable cause, Object widget) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.widgets.serialdate
Modifier and TypeMethodDescriptionCmsSerialDateValue.validateWithMessage()
Validates the wrapped value and returns a localized error message in case of invalid values. -
Uses of CmsMessageContainer in org.opencms.workflow
ModifierConstructorDescriptionCreates a new exception instance. -
Uses of CmsMessageContainer in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceSettings.getErrorMessage()
Returns the error message to display in the workplace.Modifier and TypeMethodDescriptionprotected boolean
CmsDialog.checkResourcePermissions
(CmsPermissionSet required, boolean neededForFolder, CmsMessageContainer errorMessage) Checks if the permissions of the current user on the resource to use in the dialog are sufficient.CmsWorkplaceException.createException
(CmsMessageContainer container, Throwable cause) void
CmsWorkplaceSettings.setErrorMessage
(CmsMessageContainer errorMessage) Sets the error message to display in the workplace.ModifierConstructorDescriptionCmsWorkplaceException
(CmsMessageContainer container) Creates a new localized Exception.CmsWorkplaceException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause. -
Uses of CmsMessageContainer in org.opencms.workplace.comparison
-
Uses of CmsMessageContainer in org.opencms.workplace.editors
Modifier and TypeMethodDescriptionprotected boolean
CmsEditorBase.checkResourcePermissions
(CmsPermissionSet required, boolean neededForFolder, CmsMessageContainer errorMessage) In addition to the permission check, this will also check if the current user has at least the ELEMENT_AUTHOR role. -
Uses of CmsMessageContainer in org.opencms.workplace.editors.directedit
Modifier and TypeMethodDescriptionstatic String
Messages.getLocalizedMessage
(CmsMessageContainer container, javax.servlet.jsp.PageContext context) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else.static String
Messages.getLocalizedMessage
(CmsMessageContainer container, javax.servlet.ServletRequest request) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else.static String
Messages.getLocalizedMessage
(CmsMessageContainer container, CmsObject cms) Returns the String for the given CmsMessageContainer localized to the current user's locale if available or to the default locale else. -
Uses of CmsMessageContainer in org.opencms.workplace.tools
Modifier and TypeFieldDescriptionstatic final CmsMessageContainer
A_CmsHtmlIconButton.EMPTY_MESSAGE
Constant for an empty message.Modifier and TypeMethodDescriptionA_CmsHtmlIconButton.getHelpText()
I_CmsHtmlIconButton.getHelpText()
Returns the help text.A_CmsHtmlIconButton.getName()
I_CmsHtmlIconButton.getName()
Returns the display name.Modifier and TypeMethodDescriptionvoid
A_CmsHtmlIconButton.setHelpText
(CmsMessageContainer helpText) void
I_CmsHtmlIconButton.setHelpText
(CmsMessageContainer helpText) Sets the help Text.void
A_CmsHtmlIconButton.setName
(CmsMessageContainer name) void
I_CmsHtmlIconButton.setName
(CmsMessageContainer name) Sets the name.ModifierConstructorDescriptionA_CmsHtmlIconButton
(String id, CmsMessageContainer name, CmsMessageContainer helpText, String iconPath, boolean enabled) Full Constructor. -
Uses of CmsMessageContainer in org.opencms.xml
Modifier and TypeMethodDescriptionCmsXmlException.createException
(CmsMessageContainer container, Throwable cause) ModifierConstructorDescriptionCmsXmlException
(CmsMessageContainer container) Creates a new localized Exception.CmsXmlException
(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also contains a root cause. -
Uses of CmsMessageContainer in org.opencms.xml.types
Modifier and TypeMethodDescriptionCmsXmlSerialDateValue.validateWithMessage
(String value) I_CmsXmlValidateWithMessage.validateWithMessage
(String value) Checks if a given value is valid according validation rules of this schema type in the XML schema.