Uses of Interface
javax.faces.FacesWrapper

Packages that use FacesWrapper
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
javax.faces.component.visit

APIs for traversing a user interface component view. 

javax.faces.context Classes and interfaces defining per-request state information. 
javax.faces.lifecycle Classes and interfaces defining lifecycle management for the JavaServer Faces implementation. 
javax.faces.render Classes and interfaces defining the rendering model. 
javax.faces.view

Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. 

javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

javax.faces.webapp Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags
 

Uses of FacesWrapper in javax.faces.application
 

Classes in javax.faces.application that implement FacesWrapper
 class ApplicationFactory
          ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
 class ApplicationWrapper
          

Provides a simple implementation of Application that can be subclassed by developers wishing to provide specialized behavior to an existing Application instance.

 class ResourceHandlerWrapper
          

Provides a simple implementation of ResourceHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ResourceHandler instance.

 class ResourceWrapper
          

Provides a simple implementation of Resource that can be subclassed by developers wishing to provide specialized behavior to an existing Resource instance.

 class StateManagerWrapper
          Provides a simple implementation of StateManager that can be subclassed by developers wishing to provide specialized behavior to an existing StateManager instance.
 class ViewHandlerWrapper
          Provides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ViewHandler instance.
 

Uses of FacesWrapper in javax.faces.component.visit
 

Classes in javax.faces.component.visit that implement FacesWrapper
 class VisitContextFactory
          

Provide for separation of interface and implementation for the VisitContext contract.

 class VisitContextWrapper
          

Provides a simple implementation of VisitContext that can be subclassed by developers wishing to provide specialized behavior to an existing VisitContext instance.

 

Uses of FacesWrapper in javax.faces.context
 

Classes in javax.faces.context that implement FacesWrapper
 class ExceptionHandlerFactory
          

ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.

 class ExceptionHandlerWrapper
          Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
 class ExternalContextFactory
          ExternalContextFactory is a factory object that creates (if needed) and returns new ExternalContext instances, initialized for the processing of the specified request and response objects.
 class ExternalContextWrapper
          

Provides a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance.

 class FacesContextFactory
          FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
 class FacesContextWrapper
          Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance.
 class PartialResponseWriter
          

PartialResponseWriter decorates an existing ResponseWriter 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 new PartialViewContext instances.

 class PartialViewContextWrapper
          Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance.
 class ResponseWriterWrapper
          Provides a simple implementation of ResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing ResponseWriter instance.
 

Uses of FacesWrapper in javax.faces.lifecycle
 

Classes in javax.faces.lifecycle that implement FacesWrapper
 class LifecycleFactory
          LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
 

Uses of FacesWrapper in javax.faces.render
 

Classes in javax.faces.render that implement FacesWrapper
 class RenderKitFactory
          RenderKitFactory is a factory object that registers and returns RenderKit instances.
 class RenderKitWrapper
          

Provides a simple implementation of RenderKit that can be subclassed by developers wishing to provide specialized behavior to an existing RenderKit instance.

 

Uses of FacesWrapper in javax.faces.view
 

Classes in javax.faces.view that implement FacesWrapper
 class ViewDeclarationLanguageFactory
          

ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new ViewDeclarationLanguage instance based on the VDL found in a specific view.

 

Uses of FacesWrapper in javax.faces.view.facelets
 

Classes in javax.faces.view.facelets that implement FacesWrapper
 class FaceletCacheFactory
          

Allows customization of the implementation of FaceletCache.

 

Uses of FacesWrapper in javax.faces.webapp
 

Classes in javax.faces.webapp that implement FacesWrapper
 class PreJsf2ExceptionHandlerFactory
          

This ExceptionHandlerFactory instance produces JSF 1.2 compatible ExceptionHandler instances.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.