Defines a managed bean and its attributes.
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
name | text | Define a unique name for the bean. | true | |
scope | text | Define the scope of the action. "request" | "session" | "application" Valid options are: request session application Default value(s): request | false |
Mark the class as implementation of JSF Converter interface
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
name | text | The unique id of the jsf converter which is used to reference it | true | |
description | text | An additional description, describing the converters usage | false |
specify navigation rules for the jsf application
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
from | text | true | ||
to | text | true | ||
result | text | true |
Defines a managed property for a managed bean
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
name | text | Define the name of the property | false | |
value | text | Define the initial value of the property | false | |
value-ref | text | Define the initial value of the property as reference | use value or value-ref property |