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 Classorg.apache.tiles.jsp.taglib.DefinitionTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.String The name of the definition to create. If not specified, an anonymous definition will be created.
templatefalsetruejava.lang.String The template of this definition.
rolefalsetruejava.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.
extendsfalsetruejava.lang.String The definition name that this definition extends.
preparerfalsetruejava.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.