|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachedObjectHandler | |
---|---|
javax.faces.view | Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
javax.faces.view.facelets | This package contains public classes for the Java code API of Facelets. |
Uses of AttachedObjectHandler in javax.faces.view |
---|
Subinterfaces of AttachedObjectHandler in javax.faces.view | |
---|---|
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 |
Method parameters in javax.faces.view with type arguments of type AttachedObjectHandler | |
---|---|
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
java.util.List<AttachedObjectHandler> handlers)
Assuming the component
metadata for argument |
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
java.util.List<AttachedObjectHandler> handlers)
Assuming the component
metadata for argument |
Uses of AttachedObjectHandler in javax.faces.view.facelets |
---|
Classes in javax.faces.view.facelets that implement AttachedObjectHandler | |
---|---|
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 |
Methods in javax.faces.view.facelets that return AttachedObjectHandler | |
---|---|
protected AttachedObjectHandler |
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the underlying handler for this tag handler instance. |
protected AttachedObjectHandler |
FaceletsAttachedObjectHandler.getAttachedObjectHandlerHelper()
Return the underlying handler for this tag handler instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |