Uses of Package
jakarta.faces.context

Packages that use jakarta.faces.context 
Package Description
com.sun.faces.application  
com.sun.faces.application.annotation  
com.sun.faces.application.applicationimpl  
com.sun.faces.application.applicationimpl.events  
com.sun.faces.application.resource  
com.sun.faces.application.view  
com.sun.faces.cdi  
com.sun.faces.component  
com.sun.faces.component.behavior  
com.sun.faces.component.search  
com.sun.faces.component.validator  
com.sun.faces.component.visit  
com.sun.faces.config  
com.sun.faces.config.initfacescontext  
com.sun.faces.config.processor  
com.sun.faces.context  
com.sun.faces.context.flash  
com.sun.faces.el  
com.sun.faces.ext.component  
com.sun.faces.ext.render  
com.sun.faces.ext.validator  
com.sun.faces.facelets.compiler  
com.sun.faces.facelets.component  
com.sun.faces.facelets.el  
com.sun.faces.facelets.impl  
com.sun.faces.facelets.tag.composite  
com.sun.faces.facelets.tag.jsf  
com.sun.faces.facelets.tag.jsf.core  
com.sun.faces.facelets.tag.ui
Tag Library for http://java.sun.com/jsf/ui.
com.sun.faces.facelets.util  
com.sun.faces.flow  
com.sun.faces.flow.builder  
com.sun.faces.lifecycle  
com.sun.faces.mgbean  
com.sun.faces.push  
com.sun.faces.renderkit  
com.sun.faces.renderkit.html_basic  
com.sun.faces.spi  
com.sun.faces.taglib.jsf_core  
com.sun.faces.util  
com.sun.faces.util.copier  
jakarta.faces.application  
jakarta.faces.component  
jakarta.faces.component.behavior  
jakarta.faces.component.html
Specialized user interface component classes for HTML.
jakarta.faces.component.search  
jakarta.faces.component.visit  
jakarta.faces.context  
jakarta.faces.convert  
jakarta.faces.el  
jakarta.faces.event  
jakarta.faces.flow  
jakarta.faces.lifecycle  
jakarta.faces.render  
jakarta.faces.validator  
jakarta.faces.view  
jakarta.faces.view.facelets  
jakarta.faces.webapp  
  • Classes in jakarta.faces.context used by com.sun.faces.application 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.application.annotation 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.application.applicationimpl 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.application.applicationimpl.events 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.application.resource 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.application.view 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.cdi 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.component 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.component.behavior 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.component.search 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.component.validator 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.component.visit 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.config 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.config.initfacescontext 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    Flash
    The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
    ResponseStream
    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.config.processor 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.context 
    Class Description
    ExceptionHandler
    ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.
    ExceptionHandlerFactory
    ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.
    ExceptionHandlerWrapper
    Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    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.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    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.
    Flash
    The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
    PartialResponseWriter
    PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations.
    PartialViewContext
    PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
    PartialViewContextFactory
    PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.
    ResponseStream
    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.context.flash 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    Flash
    The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
    FlashFactory
    FlashFactory is a factory object that creates (if needed) and returns Flash instances.
  • Classes in jakarta.faces.context used by com.sun.faces.el 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.ext.component 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.ext.render 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.ext.validator 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.compiler 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.component 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.el 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.impl 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.tag.composite 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.tag.jsf 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.tag.jsf.core 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.tag.ui 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.facelets.util 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.flow 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.flow.builder 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.lifecycle 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.mgbean 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.push 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.renderkit 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    ResponseStream
    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.renderkit.html_basic 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by com.sun.faces.spi 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
  • Classes in jakarta.faces.context used by com.sun.faces.taglib.jsf_core 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.util 
    Class Description
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by com.sun.faces.util.copier 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.application 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.component 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.component.behavior 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.component.html 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.component.search 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.component.visit 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.context 
    Class Description
    ExceptionHandler
    ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.
    ExceptionHandlerFactory
    ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.
    ExternalContext
    This class allows the Faces API to be unaware of the nature of its containing application environment.
    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.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    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.
    Flash
    The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
    FlashFactory
    FlashFactory is a factory object that creates (if needed) and returns Flash instances.
    PartialResponseWriter
    PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations.
    PartialViewContext
    PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
    PartialViewContextFactory
    PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.
    ResponseStream
    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
    ResponseWriterWrapper
    Provides a simple implementation of ResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing ResponseWriter instance.
  • Classes in jakarta.faces.context used by jakarta.faces.convert 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.el 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.event 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.flow 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.lifecycle 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.render 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
    ResponseStream
    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
    ResponseWriter
    ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
  • Classes in jakarta.faces.context used by jakarta.faces.validator 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.view 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.view.facelets 
    Class Description
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
  • Classes in jakarta.faces.context used by jakarta.faces.webapp 
    Class Description
    ExceptionHandler
    ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.
    ExceptionHandlerFactory
    ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.
    FacesContext
    FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.