程序包 | 说明 |
---|---|
org.opencms.jsp.decorator |
HTML postprocessor, used to tag single words or phrases in the HTML output.
|
org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
org.opencms.workplace.tools.content |
This package contains the tool classes for the content tools administration view.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHtmlDecorator
The CmsHtmlDecorator is the main object for processing the text decorations.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLinkProcessor
Implements the HTML parser node visitor pattern to
exchange all links on the page.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHtml2TextConverter
Extracts the HTML page content.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsTagReplaceParser
Html parser / visitor combination that visits a document and replaces Tag names by using the
replacement configuration of a
CmsTagReplaceSettings
instance. |