Uses of Package
jakarta.faces.component
Packages that use jakarta.faces.component
Package
Description
Specialized user interface component classes for HTML.
-
Classes in jakarta.faces.component used by com.sun.faces.applicationClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.application.annotationClassDescriptionThe presence of this annotation on a class that extends
UIComponent
must cause the runtime to register this class as a component suitable for inclusion in a view.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by com.sun.faces.application.applicationimplClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.application.viewClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by com.sun.faces.cdiClassDescriptionThis interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.componentClassDescriptionComponents that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UIPanel is aUIComponent
that manages the layout of its child components. -
Classes in jakarta.faces.component used by com.sun.faces.component.searchClassDescriptionA simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.UIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.component.validatorClassDescriptionEditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including
ValueChangeEvent
s andValidator
s. -
Classes in jakarta.faces.component used by com.sun.faces.component.visitClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.configClassDescriptionUIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by com.sun.faces.config.initfacescontextClassDescriptionUIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by com.sun.faces.contextClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by com.sun.faces.elClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.ext.componentClassDescriptionEditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including
ValueChangeEvent
s andValidator
s.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UIInput is aUIComponent
that represents a component that both displays output to the user (likeUIOutput
components do) and processes request parameters on the subsequent request that need to be decoded.UIOutput is aUIComponent
that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.ValueHolder is an interface that may be implemented by any concreteUIComponent
that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type. -
Classes in jakarta.faces.component used by com.sun.faces.faceletsClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.facelets.compilerClassDescriptionDoctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.componentClassDescriptionA simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.NamingContainer is an interface that must be implemented by any
UIComponent
that wants to be a naming container.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UINamingContainer is a convenience base class for components that wish to implementNamingContainer
functionality.UniqueIdVendor is an interface implemented byUIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.implClassDescriptionDoctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.compositeClassDescriptionA simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.Components that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.facesClassDescriptionNamingContainer is an interface that must be implemented by any
UIComponent
that wants to be a naming container.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UINamingContainer is a convenience base class for components that wish to implementNamingContainer
functionality.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.UniqueIdVendor is an interface implemented byUIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.faces.coreClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.faces.htmlClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.jstl.coreClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.facelets.tag.uiClassDescriptionComponents that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
. -
Classes in jakarta.faces.component used by com.sun.faces.facelets.utilClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by com.sun.faces.pushClassDescriptionThe
<f:websocket>
tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side viaPushContext
interface injected in any CDI/container managed artifact via@
Push
annotation. -
Classes in jakarta.faces.component used by com.sun.faces.renderkitClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIForm is a
UIComponent
that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted. -
Classes in jakarta.faces.component used by com.sun.faces.renderkit.html_basicClassDescriptionDoctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIColumn is aUIComponent
that represents a single column of data within a parentUIData
component.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UISelectItem is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of aSelectItem
instance to the list of available options for the parent component.UISelectMany is aUIComponent
that represents the user's choice of a zero or more items from among a discrete set of available options.UISelectOne is aUIComponent
that represents the user's choice of zero or one items from among a discrete set of available options. -
Classes in jakarta.faces.component used by com.sun.faces.utilClassDescriptionDoctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration.This interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree. -
Classes in jakarta.faces.component used by jakarta.faces.applicationClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by jakarta.faces.componentClassDescriptionActionSource is an interface that may be implemented by any concrete
UIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism.A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.Doctype is an interface that must be implemented by anyUIComponent
that represents a document type declaration.EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, includingValueChangeEvent
s andValidator
s.NamingContainer is an interface that must be implemented by anyUIComponent
that wants to be a naming container.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.Define aMap
-like contract that makes it easier for components to implementPartialStateHolder
.This interface is implemented by classes that need to save their state between requests.Define aMap
-like contract that makes it easier for components to implementTransientStateHolder
.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UIInput is aUIComponent
that represents a component that both displays output to the user (likeUIOutput
components do) and processes request parameters on the subsequent request that need to be decoded.UIOutput is aUIComponent
that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.UISelectItem is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of aSelectItem
instance to the list of available options for the parent component.UISelectItems is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of one or moreSelectItem
instances to the list of available options in the parent component.UIViewParameter represents a binding between a request parameter and a model property orUIViewRoot
property.UniqueIdVendor is an interface implemented byUIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId.ValueHolder is an interface that may be implemented by any concreteUIComponent
that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type. -
Classes in jakarta.faces.component used by jakarta.faces.component.behaviorClassDescriptionComponents that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by jakarta.faces.component.htmlClassDescriptionActionSource is an interface that may be implemented by any concrete
UIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism.Doctype is an interface that must be implemented by anyUIComponent
that represents a document type declaration.EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, includingValueChangeEvent
s andValidator
s.NamingContainer is an interface that must be implemented by anyUIComponent
that wants to be a naming container.Components that want to leverage the partial state saving feature must implement this interface instead of implementingStateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.UIColumn is aUIComponent
that represents a single column of data within a parentUIData
component.UICommand is aUIComponent
that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".UIComponent is the base class for all user interface components in Jakarta Server Faces.UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UIData is aUIComponent
that supports data binding to a collection of data objects represented by aDataModel
instance, which is the current value of this component itself (typically established via aValueExpression
).UIForm is aUIComponent
that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.UIGraphic is aUIComponent
that displays a graphical image to the user.UIInput is aUIComponent
that represents a component that both displays output to the user (likeUIOutput
components do) and processes request parameters on the subsequent request that need to be decoded.This component is responsible for displaying messages for a specificUIComponent
, identified by aclientId
or component id relative to the closest ancestorNamingContainer
.The renderer for this component is responsible for obtaining the messages from theFacesContext
and displaying them to the user.This component is paired with thejakarta.faces.Button
orjakarta.faces.Link
renderers and encapsulates properties relating to the rendering of outcomes directly to the response.UIOutput is aUIComponent
that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.UIPanel is aUIComponent
that manages the layout of its child components.UISelectMany is aUIComponent
that represents the user's choice of a zero or more items from among a discrete set of available options.UISelectOne is aUIComponent
that represents the user's choice of zero or one items from among a discrete set of available options.UniqueIdVendor is an interface implemented byUIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId.ValueHolder is an interface that may be implemented by any concreteUIComponent
that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type. -
Classes in jakarta.faces.component used by jakarta.faces.component.searchClassDescriptionA simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.UIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by jakarta.faces.component.visitClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by jakarta.faces.contextClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by jakarta.faces.convertClassDescriptionComponents that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by jakarta.faces.eventClassDescriptionThis interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
-
Classes in jakarta.faces.component used by jakarta.faces.renderClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.
-
Classes in jakarta.faces.component used by jakarta.faces.validatorClassDescriptionComponents that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.This interface is implemented by classes that need to save their state between requests.UIComponent is the base class for all user interface components in Jakarta Server Faces. -
Classes in jakarta.faces.component used by jakarta.faces.viewClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.UIViewParameter represents a binding between a request parameter and a model property or
UIViewRoot
property.UIViewRoot is the UIComponent that represents the root of the UIComponent tree. -
Classes in jakarta.faces.component used by jakarta.faces.view.faceletsClassDescriptionUIComponent is the base class for all user interface components in Jakarta Server Faces.