| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| com.sun.faces.facelets.tag.jsf | |
| com.sun.faces.facelets.tag.jsf.core | |
| jakarta.faces.view | |
| jakarta.faces.view.facelets |
| Modifier and Type | Method and Description |
|---|---|
void |
FaceletViewHandlingStrategy.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterTagHandlerDelegateImpl |
class |
ValidatorTagHandlerDelegateImpl |
| Modifier and Type | Method and Description |
|---|---|
static List<AttachedObjectHandler> |
CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component) |
static List<AttachedObjectHandler> |
CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component,
boolean create) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionListenerHandler
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.
|
class |
ActionListenerHandlerBase
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.
|
class |
AjaxHandler
Enable one or more components in the view to perform Ajax operations. |
class |
ConvertDateTimeHandler
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom
action.
|
class |
ConvertDelegateHandler
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.
|
class |
ConvertNumberHandler
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
|
class |
ResetValuesHandler |
class |
SetPropertyActionListenerHandler |
class |
ValidateDelegateHandler
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.
|
class |
ValueChangeListenerHandler
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom
action.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionSource2AttachedObjectHandler
A VDL handler that exposes |
interface |
BehaviorHolderAttachedObjectHandler
Represent an attached object that is a |
interface |
EditableValueHolderAttachedObjectHandler
A VDL handler that exposes |
interface |
ValueHolderAttachedObjectHandler
A VDL handler that exposes |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDeclarationLanguageWrapper.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers) |
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers)
Assuming the component metadata for argument
|
| Modifier and Type | Class and Description |
|---|---|
class |
BehaviorHandler
The |
class |
ConverterHandler
Handles setting a |
class |
FaceletsAttachedObjectHandler
Root class for all tag handlers that represent attached objetcts in a Facelets page. |
class |
ValidatorHandler
Handles setting a |
| Modifier and Type | Method and Description |
|---|---|
protected AttachedObjectHandler |
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the underlying handler for this tag handler instance. |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.