Uses of Interface
jakarta.faces.FacesWrapper
-
-
Uses of FacesWrapper in jakarta.faces.application
Classes in jakarta.faces.application that implement FacesWrapper Modifier and Type Class Description class
ApplicationFactory
ApplicationFactory is a factory object that creates (if needed) and returnsApplication
instances.class
ApplicationWrapper
Provides a simple implementation ofApplication
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance.class
ConfigurableNavigationHandlerWrapper
Provides a simple implementation ofConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance.class
NavigationCaseWrapper
Provides a simple implementation ofNavigationCase
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCase
instance.class
NavigationHandlerWrapper
NavigationHandlerWrapper provides a simple implementation ofNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandler
instance.class
ResourceHandlerWrapper
Provides a simple implementation ofResourceHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandler
instance.class
ResourceWrapper
class
StateManagerWrapper
Provides a simple implementation ofStateManager
that can be subclassed by developers wishing to provide specialized behavior to an existingStateManager
instance.class
ViewHandlerWrapper
Provides a simple implementation ofViewHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingViewHandler
instance. -
Uses of FacesWrapper in jakarta.faces.component.search
Classes in jakarta.faces.component.search that implement FacesWrapper Modifier and Type Class Description class
SearchExpressionContextFactory
Provide for separation of interface and implementation for theSearchExpressionContext
contract.class
SearchExpressionHandlerWrapper
Provides a simple implementation ofSearchExpressionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingSearchExpressionHandler
instance. -
Uses of FacesWrapper in jakarta.faces.component.visit
Classes in jakarta.faces.component.visit that implement FacesWrapper Modifier and Type Class Description class
VisitContextFactory
Provide for separation of interface and implementation for theVisitContext
contract.class
VisitContextWrapper
Provides a simple implementation ofVisitContext
that can be subclassed by developers wishing to provide specialized behavior to an existingVisitContext
instance. -
Uses of FacesWrapper in jakarta.faces.context
Classes in jakarta.faces.context that implement FacesWrapper Modifier and Type Class Description class
ExceptionHandlerFactory
ExceptionHandlerFactory is a factory object that creates (if needed) and returns a newExceptionHandler
instance.class
ExceptionHandlerWrapper
Provides a simple implementation ofExceptionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandler
instance.class
ExternalContextFactory
ExternalContextFactory is a factory object that creates (if needed) and returns newExternalContext
instances, initialized for the processing of the specified request and response objects.class
ExternalContextWrapper
Provides a simple implementation ofExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance.class
FacesContextFactory
FacesContextFactory is a factory object that creates (if needed) and returns newFacesContext
instances, initialized for the processing of the specified request and response objects.class
FacesContextWrapper
Provides a simple implementation ofFacesContext
that can be subclassed by developers wishing to provide specialized behavior to an existingFacesContext
instance.class
FlashFactory
FlashFactory is a factory object that creates (if needed) and returnsFlash
instances.class
FlashWrapper
class
PartialResponseWriter
PartialResponseWriter decorates an existingResponseWriter
to support the generation of a partial response suitable for Ajax operations.class
PartialViewContextFactory
PartialViewContextFactory is a factory object that creates (if needed) and returns newPartialViewContext
instances.class
PartialViewContextWrapper
Provides a simple implementation ofPartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance.class
ResponseWriterWrapper
Provides a simple implementation ofResponseWriter
that can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriter
instance. -
Uses of FacesWrapper in jakarta.faces.event
Classes in jakarta.faces.event that implement FacesWrapper Modifier and Type Class Description class
ActionListenerWrapper
Provides a simple implementation ofActionListener
that can be subclassed by developers wishing to provide specialized behavior to an existingActionListener
instance. -
Uses of FacesWrapper in jakarta.faces.flow
Classes in jakarta.faces.flow that implement FacesWrapper Modifier and Type Class Description class
FlowHandlerFactoryWrapper
FlowHandlerFactoryWrapper provides a simple implementation ofFlowHandlerFactory
that can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactory
instance. -
Uses of FacesWrapper in jakarta.faces.lifecycle
Classes in jakarta.faces.lifecycle that implement FacesWrapper Modifier and Type Class Description class
ClientWindowFactory
CreateClientWindow
instances based on the incoming request.class
ClientWindowWrapper
Wrapper forClientWindow
class
LifecycleFactory
LifecycleFactory is a factory object that creates (if needed) and returnsLifecycle
instances.class
LifecycleWrapper
-
Uses of FacesWrapper in jakarta.faces.render
Classes in jakarta.faces.render that implement FacesWrapper Modifier and Type Class Description class
RendererWrapper
class
RenderKitFactory
RenderKitFactory is a factory object that registers and returnsRenderKit
instances.class
RenderKitWrapper
-
Uses of FacesWrapper in jakarta.faces.view
Classes in jakarta.faces.view that implement FacesWrapper Modifier and Type Class Description class
ViewDeclarationLanguageFactory
ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguage
instance based on the VDL found in a specific view.class
ViewDeclarationLanguageWrapper
Provides a simple implementation ofViewDeclarationLanguage
that can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguage
instance. -
Uses of FacesWrapper in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement FacesWrapper Modifier and Type Class Description class
FaceletCacheFactory
Allows customization of the implementation ofFaceletCache
.class
TagHandlerDelegateFactory
Abstract factory for creating instances ofTagHandlerDelegate
.
-