Package com.sun.faces.application

Interface Summary
InterweavingResponse Allow content interweaving via Servlet or Porlet using a common interface.
 

Class Summary
ActionListenerImpl This action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon the immediate property of the ActionSource that queued this event.
ApplicationAssociate Break out the things that are associated with the Application, but need to be present even when the user has replaced the Application instance.
ApplicationFactoryImpl ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
ApplicationImpl Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
ConfigNavigationCase Config Bean for a Navigation Rule .
ConverterPropertyEditorBase Abstract base for a PropertyEditor that delegates to a faces Converter that was registered by-type in a faces-config descriptor.
ConverterPropertyEditorFactory Factory for dynamically generating PropertyEditor classes that extend ConverterPropertyEditorBase and replace any references to the target class from the template with a supplied target class.
ConverterPropertyEditorFor_XXXX Default template class for the dynamic generation of target-class specific PropertyEditor implementations.
NavigationHandlerImpl NavigationHandlerImpl is the class that implements default navigation handling.
StateManagerImpl  
ViewHandlerImpl ViewHandlerImpl is the default implementation class for ViewHandler.
ViewHandlerPortletResponseWrapper This is an example of a Portlet implementation of the InterweavingResponse.
ViewHandlerResponseWrapper This class is used by ViewHandler.createView(javax.faces.context.FacesContext, java.lang.String) to obtain the text that exists after the <f:view> tag.
WebappLifecycleListener Central location for web application lifecycle events.
WebPrintWriter A simple PrintWriter implementation to allow us to query whether or not the writer has been flushed or closed.
 



Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.