| Package | Description |
|---|---|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsLoginMessage.checkFrozen()
Checks if this message is frozen.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsContextInfo.checkFrozen()
Checks if this context info configuration is frozen.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsScheduledJobInfo.checkFrozen()
Checks if this job info configuration is frozen.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CmsXmlContentDefinition |
CmsXmlPage.getContentDefinition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
A_CmsXmlValueCdataBase.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlNestedContentDefinition.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlVfsFileValue.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlVarLinkValue.getStringValue(CmsObject cms) |
java.lang.String |
A_CmsXmlValueTextBase.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlCategoryValue.getStringValue(CmsObject cms) |
java.lang.String |
CmsXmlDynamicCategoryValue.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.
|