OpenCms JSP standard taglib
Tag displayFormatter
This tag can be used only inside <cms:display>
. It specifies which formatter should be used to format a content of a special resource type, either using a formatter key, or the path of the formatter configuration file.
Note that alternatively, the attribute displayFormatters
of the tag <cms:display>
can be used to specify these formatters.
Tag Information |
Tag Class | org.opencms.jsp.CmsJspTagDisplayFormatter |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
type | true | true | java.lang.String | The name of the resource type the formatter should be used for. |
path | false | true | java.lang.String | The path to the formatter configuration of the formatter that should be used. Deprecated. Use the formatter attribute. |
formatterKey | false | true | java.lang.String | The key of the formatter that should be used. |
formatter | false | true | java.lang.String | The path to the formatter configuration of the formatter that should be used. |
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.