Package org.omnifaces.component.util


package org.omnifaces.component.util
  • Class
    Description
    Interface to be implemented by components that wish to receive the FaceletContext for the Facelet in which they are declared.
    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.
    Destination of component to be moved by MoveComponent.
    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.
    Base class which is to be shared between all components of the Util family.