Uses of Interface
jakarta.faces.FacesWrapper
Packages that use FacesWrapper
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
APIs for searching for components in the
component tree by using expressions.
APIs for
traversing a user interface component view.
Classes and interfaces
defining per-request state information.
Interfaces describing
events and event listeners, and concrete event implementation classes.
The
runtime API for Faces Flows.
Classes and interfaces defining lifecycle management for the
Jakarta Faces implementation.
Classes
and interfaces defining the rendering model.
Classes
for defining a View Declaration Language (VDL) for authoring
Jakarta Faces user interfaces.
This package contains public classes for
the Java code API of Facelets.
-
Uses of FacesWrapper in com.sun.faces.application
Classes in com.sun.faces.application that implement FacesWrapperModifier and TypeClassDescriptionclassDefault implementation ofApplicationFactory.classThisApplicationFactoryis responsible for injecting the defaultApplicationinstance into the top-levelApplicationas configured by the runtime. -
Uses of FacesWrapper in com.sun.faces.application.view
Classes in com.sun.faces.application.view that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.component.search
Classes in com.sun.faces.component.search that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.component.visit
Classes in com.sun.faces.component.visit that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.context
Classes in com.sun.faces.context that implement FacesWrapperModifier and TypeClassDescriptionclassA specialized implementation ofExceptionHandlerfor Faces that handles exceptions by writing error information to the partial response.classclassDefault ExceptionHandlerFactory implementation.classclassclassThisFacesContextFactoryis responsible for injecting the defaultFacesContextinstance into the top-levelFacesContextas configured by the runtime.classFactory to vend the defaultPartialViewContextinstance. -
Uses of FacesWrapper in com.sun.faces.context.flash
Classes in com.sun.faces.context.flash that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.facelets.impl
Classes in com.sun.faces.facelets.impl that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.facelets.tag.faces
Classes in com.sun.faces.facelets.tag.faces that implement FacesWrapper -
Uses of FacesWrapper in com.sun.faces.lifecycle
Classes in com.sun.faces.lifecycle that implement FacesWrapperModifier and TypeClassDescriptionclassclassLifecycleFactoryImpl is the stock implementation of Lifecycle in Mojarra. -
Uses of FacesWrapper in com.sun.faces.renderkit
Classes in com.sun.faces.renderkit that implement FacesWrapper -
Uses of FacesWrapper in jakarta.faces.application
Classes in jakarta.faces.application that implement FacesWrapperModifier and TypeClassDescriptionclassApplicationFactory is a factory object that creates (if needed) and returnsApplicationinstances.classProvides a simple implementation ofApplicationthat can be subclassed by developers wishing to provide specialized behavior to an existingApplicationinstance.classProvides a simple implementation ofConfigurableNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandlerinstance.classProvides a simple implementation ofNavigationCasethat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCaseinstance.classNavigationHandlerWrapper provides a simple implementation ofNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandlerinstance.classProvides a simple implementation ofResourceHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandlerinstance.classclassProvides a simple implementation ofStateManagerthat can be subclassed by developers wishing to provide specialized behavior to an existingStateManagerinstance.classProvides a simple implementation ofViewHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingViewHandlerinstance. -
Uses of FacesWrapper in jakarta.faces.component.search
Classes in jakarta.faces.component.search that implement FacesWrapperModifier and TypeClassDescriptionclassProvide for separation of interface and implementation for theSearchExpressionContextcontract.classProvides a simple implementation ofSearchExpressionHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingSearchExpressionHandlerinstance. -
Uses of FacesWrapper in jakarta.faces.component.visit
Classes in jakarta.faces.component.visit that implement FacesWrapperModifier and TypeClassDescriptionclassProvide for separation of interface and implementation for theVisitContextcontract.classProvides a simple implementation ofVisitContextthat can be subclassed by developers wishing to provide specialized behavior to an existingVisitContextinstance. -
Uses of FacesWrapper in jakarta.faces.context
Classes in jakarta.faces.context that implement FacesWrapperModifier and TypeClassDescriptionclassExceptionHandlerFactory is a factory object that creates (if needed) and returns a newExceptionHandlerinstance.classProvides a simple implementation ofExceptionHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandlerinstance.classExternalContextFactory is a factory object that creates (if needed) and returns newExternalContextinstances, initialized for the processing of the specified request and response objects.classProvides a simple implementation ofExternalContextthat can be subclassed by developers wishing to provide specialized behavior to an existingExternalContextinstance.classFacesContextFactory is a factory object that creates (if needed) and returns newFacesContextinstances, initialized for the processing of the specified request and response objects.classProvides a simple implementation ofFacesContextthat can be subclassed by developers wishing to provide specialized behavior to an existingFacesContextinstance.classFlashFactory is a factory object that creates (if needed) and returnsFlashinstances.classclassPartialResponseWriter decorates an existingResponseWriterto support the generation of a partial response suitable for Ajax operations.classPartialViewContextFactory is a factory object that creates (if needed) and returns newPartialViewContextinstances.classProvides a simple implementation ofPartialViewContextthat can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContextinstance.classProvides a simple implementation ofResponseWriterthat can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriterinstance. -
Uses of FacesWrapper in jakarta.faces.event
Classes in jakarta.faces.event that implement FacesWrapperModifier and TypeClassDescriptionclassProvides a simple implementation ofActionListenerthat can be subclassed by developers wishing to provide specialized behavior to an existingActionListenerinstance. -
Uses of FacesWrapper in jakarta.faces.flow
Classes in jakarta.faces.flow that implement FacesWrapperModifier and TypeClassDescriptionclassFlowHandlerFactoryWrapper provides a simple implementation ofFlowHandlerFactorythat can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactoryinstance. -
Uses of FacesWrapper in jakarta.faces.lifecycle
Classes in jakarta.faces.lifecycle that implement FacesWrapperModifier and TypeClassDescriptionclassCreateClientWindowinstances based on the incoming request.classWrapper forClientWindowclassLifecycleFactory is a factory object that creates (if needed) and returnsLifecycleinstances.class -
Uses of FacesWrapper in jakarta.faces.render
Classes in jakarta.faces.render that implement FacesWrapperModifier and TypeClassDescriptionclassclassRenderKitFactory is a factory object that registers and returnsRenderKitinstances.class -
Uses of FacesWrapper in jakarta.faces.view
Classes in jakarta.faces.view that implement FacesWrapperModifier and TypeClassDescriptionclassViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguageinstance based on the VDL found in a specific view.classProvides a simple implementation ofViewDeclarationLanguagethat can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguageinstance. -
Uses of FacesWrapper in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement FacesWrapperModifier and TypeClassDescriptionclassAllows customization of the implementation ofFaceletCache.classAbstract factory for creating instances ofTagHandlerDelegate.