OpenCms JSP standard taglib
Tag formatter


This tag loads single XML content items.


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

Attributes
NameRequiredRequest-timeTypeDescription
vartruetruejava.lang.StringName of the exported scoped variable that provides access to the loaded XML content. The variable's visibility is limited to the body of <cms:formatter> tag.

The exported variable has type org.opencms.jsp.util.CmsJspContentAccessBean.
valfalsetruejava.lang.StringName of the exported scoped variable that provides direct access to the value map of the currently loaded XML content. The same object can be access via the .value property of the variable exported via the var attribute.
rdfafalsetruejava.lang.StringName of the exported scoped variable that provides direct access to the rdfa map of the currently loaded XML content. The same object can be access via the .rdfa property of the variable exported via the var attribute.

Via rdfa, inline editing is configured. Look up the documentation for "inline editing" for more information.
localefalsetruejava.lang.StringThe locale that identifies which language specific version of the content is accessed.

Default: The locale set in the request context.

Variables
NameTypeDeclareScopeDescription
From attribute 'var'org.opencms.jsp.util.CmsJspContentAccessBeantrueNESTEDNo Description


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.