Home » mojarra-1.2_09-b02-FCS-source » javax » faces »

javax.faces

Sub Packages:

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    
javax.faces.component.html   Specialized user interface component classes for HTML.  
javax.faces.context   Classes and interfaces defining per-request state information.  
javax.faces.convert    
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.model   Standard model data beans for JavaServer Faces.  
javax.faces.render   Classes and interfaces defining the rendering model.  
javax.faces.validator    
javax.faces.webapp    

Classes:

FacesException  

This class encapsulates general JavaServer Faces exceptions.

 
code | html
FactoryFinder  

FactoryFinder implements the standard discovery algorithm for all factory objects specified in the JavaServer Faces APIs. 

code | html
FactoryFinder.FactoryManager   Maintains the factories for a single web application.  code | html
FactoryFinder.FactoryManagerCache   Managed the mappings between a web application and its configured factories.  code | html
TypedCollections     code | html