Uses of Interface
jakarta.faces.FacesWrapper
Package
Description
-
Uses of FacesWrapper in com.sun.faces.application
Modifier and TypeClassDescriptionclass
Default implementation ofApplicationFactory
.class
ThisApplicationFactory
is responsible for injecting the defaultApplication
instance into the top-levelApplication
as configured by the runtime. -
Uses of FacesWrapper in com.sun.faces.application.view
-
Uses of FacesWrapper in com.sun.faces.component.search
-
Uses of FacesWrapper in com.sun.faces.component.visit
-
Uses of FacesWrapper in com.sun.faces.context
Modifier and TypeClassDescriptionclass
A specialized implementation ofExceptionHandler
for Faces that handles exceptions by writing error information to the partial response.class
class
Default ExceptionHandlerFactory implementation.class
class
class
ThisFacesContextFactory
is responsible for injecting the defaultFacesContext
instance into the top-levelFacesContext
as configured by the runtime.class
Factory to vend the defaultPartialViewContext
instance. -
Uses of FacesWrapper in com.sun.faces.context.flash
-
Uses of FacesWrapper in com.sun.faces.facelets.impl
-
Uses of FacesWrapper in com.sun.faces.facelets.tag.faces
-
Uses of FacesWrapper in com.sun.faces.lifecycle
Modifier and TypeClassDescriptionclass
class
LifecycleFactoryImpl is the stock implementation of Lifecycle in Mojarra. -
Uses of FacesWrapper in com.sun.faces.renderkit
-
Uses of FacesWrapper in jakarta.faces.application
Modifier and TypeClassDescriptionclass
ApplicationFactory is a factory object that creates (if needed) and returnsApplication
instances.class
Provides a simple implementation ofApplication
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance.class
Provides a simple implementation ofConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance.class
Provides a simple implementation ofNavigationCase
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCase
instance.class
NavigationHandlerWrapper provides a simple implementation ofNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandler
instance.class
Provides a simple implementation ofResourceHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandler
instance.class
class
Provides a simple implementation ofStateManager
that can be subclassed by developers wishing to provide specialized behavior to an existingStateManager
instance.class
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
Modifier and TypeClassDescriptionclass
Provide for separation of interface and implementation for theSearchExpressionContext
contract.class
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
Modifier and TypeClassDescriptionclass
Provide for separation of interface and implementation for theVisitContext
contract.class
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
Modifier and TypeClassDescriptionclass
ExceptionHandlerFactory is a factory object that creates (if needed) and returns a newExceptionHandler
instance.class
Provides a simple implementation ofExceptionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandler
instance.class
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
Provides a simple implementation ofExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance.class
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
Provides a simple implementation ofFacesContext
that can be subclassed by developers wishing to provide specialized behavior to an existingFacesContext
instance.class
FlashFactory is a factory object that creates (if needed) and returnsFlash
instances.class
class
PartialResponseWriter decorates an existingResponseWriter
to support the generation of a partial response suitable for Ajax operations.class
PartialViewContextFactory is a factory object that creates (if needed) and returns newPartialViewContext
instances.class
Provides a simple implementation ofPartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance.class
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
CreateClientWindow
instances based on the incoming request.class
Wrapper forClientWindow
class
LifecycleFactory is a factory object that creates (if needed) and returnsLifecycle
instances.class
-
Uses of FacesWrapper in jakarta.faces.render
Modifier and TypeClassDescriptionclass
class
RenderKitFactory is a factory object that registers and returnsRenderKit
instances.class
-
Uses of FacesWrapper in jakarta.faces.view
Modifier and TypeClassDescriptionclass
ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguage
instance based on the VDL found in a specific view.class
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
Modifier and TypeClassDescriptionclass
Allows customization of the implementation ofFaceletCache
.class
Abstract factory for creating instances ofTagHandlerDelegate
.