| Package | Description |
|---|---|
| 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. |
| 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 © 2017 JBoss by Red Hat. All rights reserved.