This project has retired. For details please refer to its
Attic page .
definition
(Tiles - JSP support Tag library documentation)
tiles
Tag definition
Create a definition at runtime.
Create a new definition at runtime. Newly created definition will be
available across the entire request.
Tag Information
Tag Class org.apache.tiles.jsp.taglib.DefinitionTag
TagExtraInfo Class None
Body Content scriptless
Display Name None
Attributes
Name Required Request-time Type Description
name false true java.lang.String
The name of the definition to create. If not specified, an
anonymous definition will be created.
template false true java.lang.String
The template of this definition.
role false true java.lang.String
A comma-separated list of roles. If present, the definition
will be rendered only if the current user belongs to one of the roles.
extends false true java.lang.String
The definition name that this definition extends.
preparer false true java.lang.String
The preparer to use to invoke before the definition is
rendered.
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.