JSF-Spring

Package de.mindmatters.faces.context

Contains the JavaServer Faces context implementations.

See:
          Description

Class Summary
FacesContextImpl 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.
ServletExternalContextFake This class allows the Faces API to be unaware of the nature of its containing application environment.
 

Package de.mindmatters.faces.context Description

Contains the JavaServer Faces context implementations. Used for faking a FacesContext at application startup time only. For all requests the standard FacesContext is created and populated per request.


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG