Uses of Package
javax.faces

Packages that use javax.faces
javax.faces Top level classes for the JavaServer(tm) Faces API. 
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.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.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 used by javax.faces
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.application
FacesException
          This class encapsulates general JavaServer Faces exceptions.
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.component
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.component.visit
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.context
FacesException
          This class encapsulates general JavaServer Faces exceptions.
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.convert
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.el
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.event
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.lifecycle
FacesException
          This class encapsulates general JavaServer Faces exceptions.
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.render
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.validator
FacesException
          This class encapsulates general JavaServer Faces exceptions.
 

Classes in javax.faces used by javax.faces.view
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.view.facelets
FacesException
          This class encapsulates general JavaServer Faces exceptions.
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 

Classes in javax.faces used by javax.faces.webapp
FacesWrapper
          

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

 



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