Tag Summary |
actionListener |
Register an ActionListener instance on the UIComponent associated
with the closest parent UIComponent custom action.
|
attribute |
Add an attribute to the UIComponent associated with the closest
parent UIComponent custom action.
|
convertDateTime |
Register a DateTimeConverter instance on the UIComponent associated
with the closest parent UIComponent custom action.
|
convertNumber |
Register a NumberConverter instance on the UIComponent associated
with the closest parent UIComponent custom action.
|
converter |
Register a named Converter instance on the UIComponent
associated with the closest parent UIComponent custom action.
|
facet |
Register a named facet on the UIComponent associated with
the closest parent UIComponent custom action.
|
loadBundle |
Load a resource bundle localized for the Locale
of the current view, and expose it (as a Map) in
the request attributes of the current request.
|
param |
Add a child UIParameter component to the UIComponent
associated with the closed parent UIComponent custom
action.
|
selectItem |
Add a child UISelectItem component to the UIComponent
associated with the closed parent UIComponent custom
action.
|
selectItems |
Add a child UISelectItems component to the UIComponent
associated with the closed parent UIComponent custom
action.
|
subview |
Container action for all JavaServer Faces core and
custom component actions used on a nested page via
"jsp:include" or any custom action that dynamically
includes another page from the same web application,
such as JSTL's "c:import".
|
validateDoubleRange |
Register a DoubleRangeValidator instance on the
UIComponent associated with the closest parent
UIComponent custom action.
|
validateLength |
Register a LengthValidator instance on the
UIComponent associated with the closest parent
UIComponent custom action.
|
validateLongRange |
Register a LongRangeValidator instance on the
UIComponent associated with the closest parent
UIComponent custom action.
|
validator |
Register a named Validator instance on the
UIComponent associated with the closest parent
UIComponent custom action.
|
valueChangeListener |
Register an ValueChangeListener instance on the UIComponent associated
with the closest parent UIComponent custom action.
|
verbatim |
Create and register a child UIOutput component
associated with the closest parent UIComponent
custom action, which renders nested body content.
|
view |
Container for all JavaServer Faces core and custom
component actions used on a page.
|