Module org.omnifaces
Package org.omnifaces.component.util
-
Interface Summary Interface Description FaceletContextConsumer Interface to be implemented by components that wish to receive theFaceletContext
for the Facelet in which they are declared. -
Class Summary Class Description MoveComponent The<o:moveComponent>
component is a utility component via which components, facets and behaviors can be moved at runtime to a target component in various ways.ResolveComponent The<o:resolveComponent>
component is a utility component via which a component can be looked up by its ID and a reference to it put in either the "facelet scope" (default) or the request scope.UtilFamily Base class which is to be shared between all components of the Util family. -
Enum Summary Enum Description MoveComponent.Destination Destination of component to be moved byMoveComponent
.