|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachedObjectHandler | |
---|---|
javax.faces.view | |
javax.faces.view.facelets |
Uses of AttachedObjectHandler in javax.faces.view |
---|
Subinterfaces of AttachedObjectHandler in javax.faces.view | |
---|---|
interface |
ActionSource2AttachedObjectHandler
A PDL handler that exposes ActionListener to a page author. |
interface |
BehaviorHolderAttachedObjectHandler
|
interface |
EditableValueHolderAttachedObjectHandler
A PDL handler that exposes Validator or
ValueChangeListener to a page author. |
interface |
ValueHolderAttachedObjectHandler
A PDL handler that exposes Converter to a page author. |
Method parameters in javax.faces.view with type arguments of type AttachedObjectHandler | |
---|---|
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
java.util.List<AttachedObjectHandler> handlers)
|
Uses of AttachedObjectHandler in javax.faces.view.facelets |
---|
Classes in javax.faces.view.facelets that implement AttachedObjectHandler | |
---|---|
class |
BehaviorHandler
|
class |
ConverterHandler
Handles setting a Converter instance on a ValueHolder. |
class |
FaceletsAttachedObjectHandler
|
class |
ValidatorHandler
Handles setting a Validator instance on a EditableValueHolder. |
Methods in javax.faces.view.facelets that return AttachedObjectHandler | |
---|---|
protected AttachedObjectHandler |
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the delegate handler for this instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |