@Exported
| Interface | Description |
|---|---|
| CollectionEntry |
Represents an entry in a
Collection. |
| ListEntriesHolder |
Interface denoting a component that stores list entries.
|
| ManagedBean |
Represents metadata for a managed bean.
|
| ManagedProperty |
Represents a property of a managed bean that should be set by
the Controller.
|
| MapEntriesHolder |
Interface denoting a component that stores map entries.
|
| MapEntry |
Represents an entry in a
Map. |
| Enum | Description |
|---|---|
| ManagedBeanScopeType |
A choice of:
none
backingBean
request
view
pageFlow
session
application
.
|
| ManagedBeanType |
Determines whether a managed bean should be initialized as a
Map
List
populated with managed properties
or no initialization should be performed
. |
| ManagedPropertyType |
Determines whether a managed bean property should be initialized to a
Map
List
or value represented by a String or a null value
. |