OpenCms JSP standard taglib
Tag parse


This tag is used to postprocess HTML via custom HtmlParser extending org.opencms.jsp.parse.A_CmsConfiguredHtmlParser.

The "output" HTML of the JSP code in the tag's body becomes processed by the configured parser.


Tag Information
Tag Classorg.opencms.jsp.CmsJspTagParse
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
parserClasstruetruejava.lang.StringThe fully qualified name of the Html parser (extending org.opencms.jsp.parse.A_CmsConfiguredHtmlParser) that should be used.
paramfalsetruejava.lang.StringThe value is directly passed to the Html parser and can be used for it's configuration.
noAutoCloseTagsfalsetruejava.lang.StringList of tag names that should not be auto-corrected if closing tags are missing.

Default: The empty list.
allowInlineEditfalsetruejava.lang.StringIndicates the parse action should be disabled to allow inline editing in the container page editor.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.