Package org.apache.myfaces.orchestra.lib.jsf

Interface Summary
RequestHandler An interface for classes that want to be run at the start and end of each jsf request.
 

Class Summary
_FacesContextWrapper Convenient class to wrap the current FacesContext.
_PortletFacesContextWrapper Convenient class to wrap the current FacesContext in portlet environment.
ConfigUtils Utility methods for configuring the behaviour of a JSF-based Orchestra installation.
ExternalContextUtils TODO: This class is a copy of org.apache.myfaces.commons.util.ExternalContextUtils Since orchestra should be compatible with 1.1, this is placed here and there is not a dependency for myfaces-commons-utils, because this stuff only works for 1.2 This provides some functionality for determining some things about the native request object that is not provided by JSF.
OrchestraFacesContextFactory Setup some aspects of the Orchestra framework whenever a JSF request is being processed.
PortletExternalContextWrapper Class used by _PortletFacesContextWrapper to allow orchestra work in portlets This class wraps encodeActionURL and encodeResourceURL to include conversationContext param like RequestParameterResponseWrapper does.
PortletOrchestraFacesContextFactory Class used by OrchestraFacesContextFactory to allow orchestra work in portlets In portlet world we have the following differences against servlets: 1.
RequestType TODO: This class is a copy of org.apache.myfaces.commons.util.RequestType Since orchestra should be compatible with 1.1, this is placed here and there is not a dependency for myfaces-commons-utils, because this stuff only works for 1.2 (this class is also compatible with jdk 1.4) Represents the type of request currently in the ExternalContext.
SerializableConverter Manually implement a proxy for Converter objects which can correctly serialize a Converter instance that has been wrapped in an Orchestra proxy.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.