| com.icesoft.faces.context.FacesContextFactoryImpl
FacesContextFactoryImpl | public class FacesContextFactoryImpl extends FacesContextFactory (Code) | | This is the ICEfaces implementation of the FacesContextFactory. We take
advantage of the delegation design provided by the JSF spec to create our
factory with a delegate factory. We then check to see if requests are being
handled by one of our PersistentFaces classes. This is accomplished by
inserting a known attribute into the request. If the attribute is present,
then we know that the request for a FacesContext originated from an ICEfaces
servlet (or portlet). If not, we delegate the call to the "parent" factory.
This allows us to run in "plain" Faces mode while still making use of our own
ViewHandler and renders.
|
log | protected static Log log(Code) | | |
FacesContextFactoryImpl | public FacesContextFactoryImpl()(Code) | | |
FacesContextFactoryImpl | public FacesContextFactoryImpl(FacesContextFactory delegate)(Code) | | |
getFacesContext | public FacesContext getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) throws FacesException(Code) | | |
|
|