Create a new definition at runtime. Newly created definition will be
available across the entire request.
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.
|