程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
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.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.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
org.opencms.workplace.list |
Generates the list views commonly used in the OpenCms Workplace "Administration" tools.
|
org.opencms.workplace.tools.accounts |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.cache |
This package contains the OpenCms cache administration tool classes.
|
org.opencms.workplace.tools.content.languagecopy |
This package contains the tool classes for the language node copy tool.
|
org.opencms.workplace.tools.content.propertyviewer |
This package contains the tool classes for the Property Viewer tool.
|
org.opencms.workplace.tools.projects |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.publishqueue |
This package contains the publish queue administration tools.
|
org.opencms.workplace.tools.scheduler |
This package contains the tool classes for the job management related administration views.
|
org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
|
org.opencms.workplace.tools.workplace.logging | |
org.opencms.workplace.tools.workplace.rfsfile |
Contains the file access tool of the "Workplace Management" tools group
displayed in the Administration view.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
org.opencms.xml.page |
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
|
org.opencms.xml.types |
Contains the basic XML content type definitions, used for XML content and XML pages.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsLoginMessage.checkFrozen()
Checks if this message is frozen.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsIllegalArgumentException
A replacement for
to obtain fully
localized exception messages for OpenCms. |
class |
CmsIllegalStateException
A replacement for
to obtain fully
localized exception messages for OpenCms. |
class |
CmsInitException
Describes errors that occur in the context of OpenCms the initialization, this is fatal
and prevents OpenCms from starting.
|
限定符和类型 | 方法和说明 |
---|---|
CmsRuntimeException |
CmsInitException.createException(CmsMessageContainer container,
java.lang.Throwable cause) |
CmsRuntimeException |
CmsIllegalArgumentException.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.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsContextInfo.checkFrozen()
Checks if this context info configuration is frozen.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsScheduledJobInfo.checkFrozen()
Checks if this job info configuration is frozen.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsRfsFileViewer.setFilePath(java.lang.String path)
Set the path in the real file system that points to the file
that should be displayed.
|
void |
CmsRfsFileViewer.setFrozen(boolean frozen)
Package friendly access that allows the
to "freeze" this instance within the system-wide assignment in it's
method. |
void |
CmsRfsFileViewer.setIsLogfile(boolean isLogfile)
Set if the internal file is in standard log file format (true) or not (false).
|
void |
CmsRfsFileViewer.setRootPath(java.lang.String path)
Set the path in the real file system that points to the folder/tree
containing the log files.
|
void |
CmsRfsFileViewer.setWindowPos(int windowPos)
Sets the start position of the current display.
|
void |
CmsRfsFileViewer.setWindowSize(int windowSize)
Set the amount of lines (or entries depending on whether a standard log file is shown)
to display per page.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsWidgetDialogParameter.getStringValue(CmsObject cms) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsDeletedResourcesList.executeListMultiActions() |
void |
CmsGroupSelectionList.executeListMultiActions() |
void |
A_CmsResourceCategoriesList.executeListMultiActions() |
void |
CmsPrincipalSelectionList.executeListMultiActions() |
void |
CmsUserSelectionList.executeListMultiActions() |
void |
CmsShowSiblingsList.executeListMultiActions() |
void |
CmsDeletedResourcesList.executeListSingleActions() |
void |
CmsResourceCategoriesList.executeListSingleActions() |
void |
CmsGroupSelectionList.executeListSingleActions() |
void |
CmsPrincipalSelectionList.executeListSingleActions() |
void |
CmsUserSelectionList.executeListSingleActions() |
void |
CmsNotResourceCategoriesList.executeListSingleActions() |
void |
CmsShowSiblingsList.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.Object |
CmsNewResource.getNewResourceHandler(java.lang.String type,
java.lang.String defaultClassName,
javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
A factory to return handlers to create new resources.
|
限定符和类型 | 方法和说明 |
---|---|
abstract void |
A_CmsListDialog.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
A_CmsListResourceTypeDialog.executeListMultiActions() |
abstract void |
A_CmsListDialog.executeListSingleActions()
This method should handle every defined list single action,
by comparing
with the id
of the action to execute. |
void |
A_CmsListResourceTypeDialog.executeListSingleActions() |
protected void |
A_CmsListDialog.throwListUnsupportedActionException()
A convenient method to throw a list unsupported
action runtime exception.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsRolesList.executeListMultiActions() |
void |
A_CmsUsersList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
CmsGroupTransferList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
CmsRoleUsersList.executeListMultiActions() |
void |
CmsOrgUnitUsersList.executeListMultiActions() |
void |
A_CmsGroupsList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
CmsRoleEditList.executeListMultiActions() |
void |
CmsNotGroupUsersList.executeListMultiActions() |
void |
CmsUserDataImportList.executeListMultiActions() |
void |
CmsShowUserRolesList.executeListMultiActions() |
void |
CmsNotUserGroupsList.executeListMultiActions() |
void |
CmsShowGroupUsersList.executeListMultiActions() |
void |
CmsUserTransferList.executeListMultiActions() |
void |
CmsUserGroupsList.executeListMultiActions() |
void |
CmsGroupUsersList.executeListMultiActions() |
void |
CmsNotOrgUnitUsersList.executeListMultiActions() |
void |
CmsShowUserGroupsList.executeListMultiActions() |
void |
CmsShowRoleUsersList.executeListMultiActions() |
void |
CmsNotRoleUsersList.executeListMultiActions() |
void |
CmsRolesList.executeListSingleActions() |
void |
CmsGroupTransferList.executeListSingleActions() |
void |
CmsRoleUsersList.executeListSingleActions() |
void |
CmsOrgUnitUsersList.executeListSingleActions() |
void |
A_CmsGroupsList.executeListSingleActions() |
void |
CmsRoleEditList.executeListSingleActions() |
void |
CmsGroupsAllOrgUnitsList.executeListSingleActions() |
void |
CmsNotGroupUsersList.executeListSingleActions() |
void |
CmsShowUserRolesList.executeListSingleActions() |
void |
CmsNotUserGroupsList.executeListSingleActions() |
void |
CmsUserGroupsList.executeListSingleActions() |
void |
CmsGroupUsersList.executeListSingleActions() |
void |
CmsNotOrgUnitUsersList.executeListSingleActions() |
void |
CmsShowUserGroupsList.executeListSingleActions() |
void |
CmsNotRoleUsersList.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsFlexCacheList.executeListMultiActions() |
void |
CmsImageCacheList.executeListMultiActions() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsLanguageCopySelectionList.executeListMultiActions() |
void |
CmsLanguageCopySelectionList.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPropertyviewList.executeListMultiActions() |
void |
CmsPropertyviewList.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsProjectsList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
CmsProjectHistoryList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
void |
CmsProjectHistoryList.executeListSingleActions()
This method should handle every defined list single action,
by comparing
with the id
of the action to execute. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPublishQueueList.executeListMultiActions() |
void |
CmsPublishQueuePersonalList.executeListMultiActions() |
void |
CmsPublishQueueList.executeListSingleActions() |
void |
CmsPublishQueuePersonalList.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSchedulerList.executeListMultiActions()
This method should handle every defined list multi action,
by comparing
with the id
of the action to execute. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSearchIndexList.executeListMultiActions() |
void |
CmsSearchFieldConfigurationList.executeListSingleActions() |
void |
CmsSearchIndexList.executeListSingleActions() |
I_CmsReportThread |
CmsRebuildReport.initializeThread()
Returns the unstarted
Thread that will do the work of rebuilding the indexes
provided by the request parameter "indexes" value (comma-separated List). |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsLog4JAdminDialog.executeListMultiActions() |
void |
CmsLog4JAdminDialog.executeListSingleActions() |
限定符和类型 | 方法和说明 |
---|---|
protected java.io.File |
CmsRfsFileDisposalDialog.getDownloadFile()
Returns the file that will be downloaded upon clicking the download button
generated in this form by
. |
protected java.io.File |
CmsRfsFileDownloadDialog.getDownloadFile()
Returns the file that will be downloaded upon clicking the download button
generated in this form by
. |
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlContentValue |
CmsXmlContent.addValue(CmsObject cms,
java.lang.String path,
java.util.Locale locale,
int index)
Adds a new XML content value for the given element name and locale at the given index position
to this XML content document.
|
protected CmsXmlContentDefinition |
CmsXmlContent.getContentDefinition(org.xml.sax.EntityResolver resolver)
Returns the content definition object for this xml content object.
|
org.dom4j.Element |
CmsXmlContent.getLocaleNode(java.util.Locale locale)
Returns the XML root element node for the given locale.
|
限定符和类型 | 方法和说明 |
---|---|
CmsXmlContentDefinition |
CmsXmlPage.getContentDefinition() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
A_CmsXmlValueTextBase.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlVarLinkValue.getStringValue(CmsObject cms) |
java.lang.String |
A_CmsXmlValueCdataBase.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlNestedContentDefinition.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlCategoryValue.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlVfsFileValue.getStringValue(CmsObject cms) |
protected java.lang.String |
A_CmsXmlContentValue.readSchemaDefinition(java.lang.String schemaUri)
Convenience method to loads the XML schema definition for this value type from an external file.
|