| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
| org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
| org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
| 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.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| org.opencms.lock |
The lock state of the resources in the VFS is handled with these classes.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.publish |
Classes to handle the OpenCms publish process.
|
| org.opencms.report |
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
|
| org.opencms.scheduler |
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
| org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
| org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
| org.opencms.synchronize |
Classes used to synchronize the OpenCms VFS with the real file system.
|
| 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.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
| org.opencms.widgets.serialdate |
Contains the server-side widget implementation, for the serial date widget..
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| 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.comparison |
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
|
| org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
| org.opencms.workplace.editors.directedit |
Used to control the generation of the HTML for the "direct edit" buttons.
|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| org.opencms.xml |
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
|
| org.opencms.xml.types |
Contains the basic XML content type definitions, used for XML content and XML pages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsConfigurationException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsConfigurationException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsConfigurationException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also contains a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsDbConsistencyException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbIoException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbEntryNotFoundException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbSqlException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbKeyException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDbEntryAlreadyExistsException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsVfsOnlineResourceAlreadyExistsException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
void |
CmsDbContext.report(I_CmsReport report,
CmsMessageContainer message,
java.lang.Throwable throwable)
Reports an error to the given report (if available) and to the OpenCms log file.
|
void |
CmsDbContext.throwException(CmsMessageContainer message,
java.lang.Throwable throwable)
Returns an exception of the same type as
throwable, if throwable is an OpenCms Exception
with the message as a CmsMessageContainer and the throwable as a cause. |
| Constructor and Description |
|---|
CmsDbConsistencyException(CmsMessageContainer container) |
CmsDbConsistencyException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsDbEntryAlreadyExistsException(CmsMessageContainer container) |
CmsDbEntryAlreadyExistsException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsDbEntryNotFoundException(CmsMessageContainer container) |
CmsDbEntryNotFoundException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsDbException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDbException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsDbIoException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDbIoException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsDbKeyException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDbKeyException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsDbSqlException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDbSqlException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsVfsOnlineResourceAlreadyExistsException(CmsMessageContainer container) |
CmsVfsOnlineResourceAlreadyExistsException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsDataAccessException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsDataNotImplementedException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsVfsException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsVfsResourceAlreadyExistsException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsVfsResourceNotFoundException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsDataAccessException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDataAccessException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsDataNotImplementedException(CmsMessageContainer container) |
CmsDataNotImplementedException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsVfsException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsVfsException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also contains a root cause.
|
CmsVfsResourceAlreadyExistsException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsVfsResourceAlreadyExistsException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsVfsResourceNotFoundException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsVfsResourceNotFoundException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also contains a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsFlexCacheException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsFlexCacheException(CmsMessageContainer container) |
CmsFlexCacheException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_CONTAINER_PAGE
Tab configuration for container pages.
|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_CONTENT
Tab configuration for contents.
|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_OTHER
Tab configuration for other resources.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
A_CmsMessageBundle.container(java.lang.String key) |
CmsMessageContainer |
I_CmsMessageBundle.container(java.lang.String key)
Creates a message container for this package with the given arguments.
|
CmsMessageContainer |
A_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0) |
CmsMessageContainer |
I_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0)
Creates a message container for this package with the given arguments.
|
CmsMessageContainer |
A_CmsMessageBundle.container(java.lang.String message,
java.lang.Object[] args) |
CmsMessageContainer |
I_CmsMessageBundle.container(java.lang.String key,
java.lang.Object[] args)
Creates a message container for this package with the given arguments.
|
CmsMessageContainer |
A_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1) |
CmsMessageContainer |
I_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1)
Creates a message container for this package with the given arguments.
|
CmsMessageContainer |
A_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2) |
CmsMessageContainer |
I_CmsMessageBundle.container(java.lang.String key,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
Creates a message container for this package with the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsMessageException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsMessageException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsMessageException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsImportExportException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsImportExportException(CmsMessageContainer container) |
CmsImportExportException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Modifier and Type | Field and Description |
|---|---|
static CmsMessageContainer |
CmsJspActionElement.NOT_INITIALIZED
Error message in case bean was not properly initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.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.
|
static java.lang.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 java.lang.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.
|
protected java.lang.String |
CmsJspBean.getMessage(CmsMessageContainer container)
Internally localizes the given
CmsMessageContainer to a String. |
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsLoaderException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsLoaderException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsLoaderException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsTemplateContext(java.lang.String key,
java.lang.String path,
CmsMessageContainer container,
I_CmsTemplateContextProvider provider)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsLockException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsLockException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsLockException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsMessageContainer |
CmsRuntimeException.m_message
The container for the localized message.
|
protected CmsMessageContainer |
CmsException.m_message
The container for the localized message.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
I_CmsThrowable.getMessageContainer()
Returns the localized message container used to build this localized exception.
|
CmsMessageContainer |
CmsRuntimeException.getMessageContainer() |
CmsMessageContainer |
CmsException.getMessageContainer() |
| Modifier and Type | Method and Description |
|---|---|
CmsRuntimeException |
CmsInitException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsRuntimeException |
CmsIllegalStateException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsRuntimeException |
CmsRuntimeException.createException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a copied instance of this localized exception.
|
CmsRuntimeException |
CmsIllegalArgumentException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsResourceInitException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsMultiException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsException.createException(CmsMessageContainer container,
java.lang.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.
|
| Constructor and Description |
|---|
CmsException(CmsMessageContainer message)
Creates a new localized Exception.
|
CmsException(CmsMessageContainer message,
java.lang.Throwable cause)
Creates a new localized Exception that also containers a root cause.
|
CmsIllegalArgumentException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsIllegalArgumentException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsIllegalStateException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsIllegalStateException(CmsMessageContainer container,
java.lang.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,
java.lang.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,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsRuntimeException(CmsMessageContainer message)
Creates a new localized Exception.
|
CmsRuntimeException(CmsMessageContainer message,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsPublishException.createException(CmsMessageContainer container,
java.lang.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(CmsMessageContainer container,
java.lang.Object param) |
void |
CmsPublishReport.printMessageWithParam(int m,
int n,
CmsMessageContainer container,
java.lang.Object param) |
| Constructor and Description |
|---|
CmsPublishException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsPublishException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsReport.print(CmsMessageContainer container) |
void |
CmsShellReport.print(CmsMessageContainer container) |
void |
CmsShellLogReport.print(CmsMessageContainer container) |
void |
I_CmsReport.print(CmsMessageContainer container)
Prints a localized message to the report.
|
void |
A_CmsReport.print(CmsMessageContainer container,
int format) |
void |
CmsShellReport.print(CmsMessageContainer container,
int format) |
void |
CmsShellLogReport.print(CmsMessageContainer container,
int format) |
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 |
CmsShellReport.println(CmsMessageContainer container) |
void |
CmsShellLogReport.println(CmsMessageContainer container) |
void |
I_CmsReport.println(CmsMessageContainer container)
Prints a localized message to the report.
|
void |
A_CmsReport.println(CmsMessageContainer container,
int format) |
void |
CmsShellReport.println(CmsMessageContainer container,
int format) |
void |
CmsShellLogReport.println(CmsMessageContainer container,
int format) |
void |
I_CmsReport.println(CmsMessageContainer container,
int format)
Prints a localized message to the report, using the indicated formatting.
|
void |
A_CmsReport.printMessageWithParam(CmsMessageContainer container,
java.lang.Object param) |
void |
CmsShellReport.printMessageWithParam(CmsMessageContainer container,
java.lang.Object param) |
void |
CmsShellLogReport.printMessageWithParam(CmsMessageContainer container,
java.lang.Object param) |
void |
I_CmsReport.printMessageWithParam(CmsMessageContainer container,
java.lang.Object param)
Prints a localized message followed by a parametera and dots to the report.
|
void |
A_CmsReport.printMessageWithParam(int m,
int n,
CmsMessageContainer container,
java.lang.Object param) |
void |
CmsShellReport.printMessageWithParam(int m,
int n,
CmsMessageContainer container,
java.lang.Object param) |
void |
CmsShellLogReport.printMessageWithParam(int m,
int n,
CmsMessageContainer container,
java.lang.Object param) |
void |
I_CmsReport.printMessageWithParam(int m,
int n,
CmsMessageContainer container,
java.lang.Object param)
Convenience method to print a localized message, followed by a parameter and dots to the report.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsSchedulerException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsSchedulerException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsSchedulerException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsSearchException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsIndexException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsIndexException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsIndexException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsSearchException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsSearchException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsIndexNoContentException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsIndexNoContentException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsIndexNoContentException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also contains a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsCustomLoginException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsUserDisabledException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsPasswordEncryptionException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsSecurityException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsRoleViolationException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsAuthentificationException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsException |
CmsPermissionViolationException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsAuthentificationException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsAuthentificationException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsCustomLoginException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsCustomLoginException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsPasswordEncryptionException(CmsMessageContainer container) |
CmsPasswordEncryptionException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsPermissionViolationException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsPermissionViolationException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsRoleViolationException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsRoleViolationException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsSecurityException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsSecurityException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsUserDisabledException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsUserDisabledException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsStaticExportException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsStaticExportException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsStaticExportException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsSynchronizeException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsSynchronizeException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsSynchronizeException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsMessageContainer |
CmsLoginHelper.validateUserAndPasswordNotEmpty(java.lang.String username,
java.lang.String password)
Checks that the user name and password are not empty, and returns an error message if they are.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsMessageContainer> |
CmsHtmlValidator.getMessages()
Returns the validation error messages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsRfsException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsRfsException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsRfsException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsWidgetException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsWidgetException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsWidgetException(CmsMessageContainer container,
java.lang.Object widget)
Creates a new localized Exception.
|
CmsWidgetException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
CmsWidgetException(CmsMessageContainer container,
java.lang.Throwable cause,
java.lang.Object widget)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
CmsSerialDateValue.validateWithMessage()
Validates the wrapped value and returns a localized error message in case of invalid values.
|
| Constructor and Description |
|---|
CmsNewParentNotInWorkflowException(CmsMessageContainer container)
Creates a new exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
CmsWorkplaceSettings.getErrorMessage()
Returns the error message to display in the workplace.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
CmsException |
CmsWorkplaceException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
void |
CmsWorkplaceSettings.setErrorMessage(CmsMessageContainer errorMessage)
Sets the error message to display in the workplace.
|
| Constructor and Description |
|---|
CmsWorkplaceException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsWorkplaceException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
CmsDiffViewMode.getName()
Returns the name to show.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.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.
|
static java.lang.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 java.lang.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.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsMessageContainer |
A_CmsHtmlIconButton.EMPTY_MESSAGE
Constant for an empty message.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
A_CmsHtmlIconButton.getHelpText() |
CmsMessageContainer |
I_CmsHtmlIconButton.getHelpText()
Returns the help text.
|
CmsMessageContainer |
A_CmsHtmlIconButton.getName() |
CmsMessageContainer |
I_CmsHtmlIconButton.getName()
Returns the display name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Constructor and Description |
|---|
A_CmsHtmlIconButton(java.lang.String id,
CmsMessageContainer name,
CmsMessageContainer helpText,
java.lang.String iconPath,
boolean enabled)
Full Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsException |
CmsXmlException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Constructor and Description |
|---|
CmsXmlException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsXmlException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also contains a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
CmsXmlSerialDateValue.validateWithMessage(java.lang.String value) |
CmsMessageContainer |
I_CmsXmlValidateWithMessage.validateWithMessage(java.lang.String value)
Checks if a given value is valid according validation rules of this schema type in the XML schema.
|