|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaceletHandler | |
---|---|
javax.faces.view.facelets | This package contains public classes for the Java code API of Facelets. |
Uses of FaceletHandler in javax.faces.view.facelets |
---|
Classes in javax.faces.view.facelets that implement FaceletHandler | |
---|---|
class |
BehaviorHandler
The |
class |
ComponentHandler
Public base class for markup element
instances that map to |
class |
CompositeFaceletHandler
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. |
class |
ConverterHandler
Handles setting a |
class |
DelegatingMetaTagHandler
Enable the JSF
implementation to provide the appropriate behavior for the kind of
|
class |
FaceletsAttachedObjectHandler
Root class for all tag handlers that represent attached objetcts in a Facelets page. |
class |
MetaTagHandler
Every kind of markup element in Facelets VDL that has attributes that need to take action on a JSF Java API artifact is associated with an instance of this class. |
class |
TagHandler
Foundation class for
|
class |
ValidatorHandler
Handles setting a |
Fields in javax.faces.view.facelets declared as FaceletHandler | |
---|---|
protected FaceletHandler |
TagHandler.nextHandler
A reference to the
|
protected FaceletHandler |
TagHandler.nextHandler
A reference to the
|
Methods in javax.faces.view.facelets that return FaceletHandler | |
---|---|
FaceletHandler[] |
CompositeFaceletHandler.getHandlers()
Returns the array of child handlers contained by this handler. |
FaceletHandler[] |
CompositeFaceletHandler.getHandlers()
Returns the array of child handlers contained by this handler. |
FaceletHandler |
TagConfig.getNextHandler()
The next |
FaceletHandler |
TagConfig.getNextHandler()
The next |
Constructors in javax.faces.view.facelets with parameters of type FaceletHandler | |
---|---|
CompositeFaceletHandler(FaceletHandler[] children)
|
|
CompositeFaceletHandler(FaceletHandler[] children)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |