程序包 | 说明 |
---|---|
org.opencms.jsp.decorator |
HTML postprocessor, used to tag single words or phrases in the HTML output.
|
org.opencms.jsp.parse |
API classes for the <cms:parse> tag.
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected abstract I_CmsHtmlNodeVisitor |
A_CmsConfiguredHtmlParser.createVisitorInstance()
Subclasses have to create their desired instance for parsing the html here.
|
protected I_CmsHtmlNodeVisitor |
A_CmsConfiguredHtmlParser.getVisitor()
Returns the visitor.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLinkProcessor
Implements the HTML parser node visitor pattern to
exchange all links on the page.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsHtml2TextConverter
Extracts the HTML page content.
|
class |
CmsHtmlParser
Base utility class for OpenCms
implementations, which provides some often used utility functions. |
限定符和类型 | 类和说明 |
---|---|
class |
CmsTagReplaceParser
Html parser / visitor combination that visits a document and replaces Tag names by using the
replacement configuration of a
CmsTagReplaceSettings
instance. |