OpenCms JSP standard taglib
Tag decorate


This tag is used to decorate HTML.

The code in the body of the tag is decorated according to the given configuration file and locale.

A template for the config file is found at /system/config/decoration/configuration.xml.

Look up the documentation for more information.


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

Attributes
NameRequiredRequest-timeTypeDescription
filetruetruejava.lang.StringURI of the configuration file for the decoration.
localefalsetruejava.lang.StringThe local to be used for the decoration.

Default: The locale of the current request context.
noAutoCloseTagsfalsetruejava.lang.StringComma-separated list of upper case tag names for which missing closing tags will not be corrected automatically.

Default: 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.