Interface | Description |
---|---|
ActionSource |
see Javadoc of JSF Specification
|
ActionSource2 |
See Javadoc of JSF Specification
|
ContextCallback |
See Javadoc of JSF Specification
|
EditableValueHolder |
Defines the methods required for a component whose value can be modified by the user.
|
NamingContainer |
Interface implemented by components that provide a new "namespace" for the ids of their
child components.
|
PartialStateHolder | |
StateHelper | |
StateHolder |
see Javadoc of JSF Specification
|
TransientStateHelper |
Define a
Map -like contract
that makes it easier for components to implement TransientStateHolder . |
TransientStateHolder |
This interface is implemented by classes
that need to save state that are expected to be available only on the
current request.
|
UniqueIdVendor | |
ValueHolder |
see Javadoc of JSF Specification
|
Class | Description |
---|---|
UIColumn |
see Javadoc of JSF Specification
|
UICommand |
UICommand is a base abstraction for components that implement ActionSource.
|
UIComponent |
see Javadoc of J
SF Specification
|
UIComponentBase |
Standard implementation of the UIComponent base class; all standard JSF components extend this class.
|
UIData |
Represents an abstraction of a component which has multiple "rows" of data.
|
UIForm |
see Javadoc of JSF Specification
|
UIGraphic |
Displays a graphical image.
|
UIInput |
UICommand is a base abstraction for components that implement ActionSource.
|
UIMessage | |
UIMessages | |
UINamingContainer |
Base class for components that provide a new "namespace" for the ids of their
child components.
|
UIOutcomeTarget | |
UIOutput |
Displays a value to the user.
|
UIPanel | |
UIParameter | |
UISelectBoolean |
A component that allows the user to select or unselect an object.
|
UISelectItem | |
UISelectItems | |
UISelectMany |
Base class for the various component classes that allow a user to select zero or more options from a set.
|
UISelectOne |
Component for choosing one option out of a set of possibilities.
|
UIViewAction | |
UIViewParameter |
TODO: documentation on jsp and pld are not the same.
|
UIViewParameter.Reference | |
UIViewRoot |
Creates a JSF View, which is a container that holds all of the components that are part of the view.
|
Exception | Description |
---|---|
UpdateModelException |
Annotation Type | Description |
---|---|
FacesComponent |
Copyright © 2016 The Apache Software Foundation. All rights reserved.