Uses of Package
javax.faces.context

Packages that use javax.faces.context
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 Fundamental APIs for user interface components. 
javax.faces.component.behavior APIs for attaching additional behavior to user interface components. 
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.convert Contains classes and interfaces defining converters. 
javax.faces.el DEPRECATED Classes and interfaces for evaluating and processing reference expressions. 
javax.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. 
javax.faces.lifecycle Classes and interfaces defining lifecycle management for the JavaServer Faces implementation. 
javax.faces.mock   
javax.faces.render Classes and interfaces defining the rendering model. 
javax.faces.validator Interface defining the validator model, and concrete validator implementation classes. 
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
 

Classes in javax.faces.context used by javax.faces.application
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.component
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.component.behavior
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.component.visit
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.context
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 JavaServer 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.
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 javax.faces.context used by javax.faces.convert
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.el
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.event
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.lifecycle
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.mock
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.
 

Classes in javax.faces.context used by javax.faces.render
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer 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 javax.faces.context used by javax.faces.validator
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.view
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.view.facelets
FacesContext
          FacesContext contains all of the per-request state information related to the processing of a single JavaServer Faces request, and the rendering of the corresponding response.
 

Classes in javax.faces.context used by javax.faces.webapp
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 JavaServer Faces request, and the rendering of the corresponding response.
 



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