| |||||||
| FRAMES NO FRAMES | |||||||
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.definition.DefinitionTag | 
| TagExtraInfo Class | None | 
| Body Content | JSP | 
| Display Name | None | 
| Attributes | ||||
| Name | Required | Request-time | Type | Description | 
| name | false | true | java.lang.String | Specifies the name under which the newly created definition bean will be saved.  | 
| template | false | true | java.lang.String | A string representing the URI of a template (a JSP page).  | 
| role | false | true | java.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.  | 
| extends | false | true | java.lang.String | Name of a parent definition that is used to initialize this new definition. Parent definition is searched in definitions factory.  | 
| preparer | false | true | java.lang.String | Specifies the preparer name to use. The specified preparer will be executed before rendering this newly created definition.  | 
| Variables | No Variables Defined. | 
  | |||||||
| FRAMES NO FRAMES | |||||||