Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected FaceletHandler |
TagHandler.nextHandler
A reference to the
|
Modifier and Type | Method and Description |
---|---|
FaceletHandler[] |
CompositeFaceletHandler.getHandlers()
Returns the array of child handlers contained by this handler. |
FaceletHandler |
TagConfig.getNextHandler()
The next |
Constructor and Description |
---|
CompositeFaceletHandler(FaceletHandler[] children) |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.