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.definition.DefinitionTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.String

Specifies the name under which the newly created definition bean will be saved.

templatefalsetruejava.lang.String

A string representing the URI of a template (a JSP page).

rolefalsetruejava.lang.String

Role to check before inserting this definition. If role is not defined for current user, definition is not inserted. Checking is done at insert time, not during definition process.

extendsfalsetruejava.lang.String

Name of a parent definition that is used to initialize this new definition. Parent definition is searched in definitions factory.

preparerfalsetruejava.lang.String

Specifies the preparer name to use. The specified preparer will be executed before rendering this newly created definition.


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.