Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.faces.webflow Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
FacesContextHelperProvides helper methods for getting a FacesContext that is suitable for use outside of Web Flow.Classorg.springframework.faces.webflowSpring Webflow
FacesSpringELExpressionParserA Spring EL ExpressionParser for use with JSF.Classorg.springframework.faces.webflowSpring Webflow
FlowActionListenerThe default ActionListener implementation to be used with Web Flow.Classorg.springframework.faces.webflowSpring Webflow
FlowApplicationWraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler andStateManager are inserted at the front of the processing chain in JSF environments.Classorg.springframework.faces.webflowSpring Webflow
FlowApplicationFactoryCustom ApplicationFactory that ensures the FlowApplication is the first Application in the chain,which in turn guarantees the install order for other JSF components.Classorg.springframework.faces.webflowSpring Webflow
FlowELResolverCustom ELResolver for resolving web flow specific expressions.Classorg.springframework.faces.webflowSpring Webflow
FlowExternalContextCustom ExternalContext implementation that supports custom response objects other thanHttpServletResponse.Classorg.springframework.faces.webflowSpring Webflow
FlowFacesContextCustom FacesContext implementation that delegates all standard FacesContext messaging functionality to aSpring MessageSource made accessible as part of the current Web Flow request.Classorg.springframework.faces.webflowSpring Webflow
FlowFacesContext .FacesMessageSourceA Spring Message Source that originated from JSF.Classorg.springframework.faces.webflow.FlowFacesContextSpring Webflow
FlowFacesContext .FlowFacesMessageAdapter class to convert a FacesMessage to a Spring Message.Classorg.springframework.faces.webflow.FlowFacesContextSpring Webflow
FlowFacesContextLifecycleListenerA FlowExecutionListener that creates a FlowFacesContextinstance when a flow request is submitted and releases it when the requestClassorg.springframework.faces.webflowSpring Webflow
FlowLifecycleCustom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATIONThis Lifecycle does not execute the RESTORE_VIEW phase since view creation and restoration are now handled by theClassorg.springframework.faces.webflowSpring Webflow
FlowPartialViewContextWeb Flow PartialViewContext implementation allowing IDs for partial rendering to be specified from theserver-side.Classorg.springframework.faces.webflowSpring Webflow
FlowRenderKitClassorg.springframework.faces.webflowSpring Webflow
FlowResourceResolverResolves Facelets templates using Spring Resource paths such as classpath:foo.Classorg.springframework.faces.webflowSpring Webflow
FlowResponseStateManagerA custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.Classorg.springframework.faces.webflowSpring Webflow
FlowStateManagerCustom StateManager that manages ensures web flow's state is always stored server side.Classorg.springframework.faces.webflowSpring Webflow
FlowViewHandlerSimple ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL, including thecurrent FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.Classorg.springframework.faces.webflowSpring Webflow
InitParameterMapMap backed by a PortletContext for accessing Portlet initialization parameters.Classorg.springframework.faces.webflow.context.portletSpring Webflow
Jsf2FlowResourceResolverClassorg.springframework.faces.webflowSpring Webflow
JsfAjaxHandlerAjax handler for JSF 2 requests that can identify JSF 2 Ajax requests and send redirect instructions back to theclient by including a redirect instruction in the content of the response.Classorg.springframework.faces.webflowSpring Webflow
JsfFlowHandlerAdapterAn extension of FlowHandlerAdapter that replaces the default AjaxHandler instance with aSince:2.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanAwareELExpressionParserA JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced inexpressions in the FlowDefinition.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanPropertyAccessorSpring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.Classorg.springframework.faces.webflowSpring Webflow
JsfManagedBeanResolverELResolver that checks request, session, and application scopes for existing JSF-managed beans.Classorg.springframework.faces.webflowSpring Webflow
JsfResourceRequestHandlerHandles a request by delegating to the JSF ResourceHandler, which serves web application and classpath resources suchas images, CSS and JavaScript files from well-known locations.Classorg.springframework.faces.webflow.context.portletSpring Webflow
JsfResourceRequestHandlerHandles a request by delegating to the JSF ResourceHandler, which serves webapplication and classpath resources such as images, CSS and JavaScript filesClassorg.springframework.faces.webflowSpring Webflow
JsfRuntimeInformationHelper class to provide information about the JSF runtime environment such asJSF version and implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfUtilsCommon support for the JSF integration with Spring Web Flow.Classorg.springframework.faces.webflowSpring Webflow
JsfViewJSF-specific View implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfViewFactoryJSF-specific ViewFactory implementation.Classorg.springframework.faces.webflowSpring Webflow
JsfViewFactoryCreatorA ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.Classorg.springframework.faces.webflowSpring Webflow
MultiValueRequestParameterMapA Map for accessing to PortletContext request parameters as a String array.Classorg.springframework.faces.webflow.context.portletSpring Webflow
MultiValueRequestPropertyMapA Map for accessing to PortletContext request properties as a String array.Classorg.springframework.faces.webflow.context.portletSpring Webflow
MyFacesFlowResponseStateManagerA wrapper for FlowResponseStateManager used to support MyFaces partialstate saving.Classorg.springframework.faces.webflowSpring Webflow
PortletExternalContextImplAn implementation of ExternalContext for use with Portlet requests.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletFaceletViewHandlerViewHandler implementation for Portlets.Classorg.springframework.faces.webflow.application.portletSpring Webflow
PortletFacesContextFactoryFacesContextFactory to support portlet environments.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletFacesContextImplThe default FacesContext implementation in Mojarra and in Apache MyFaces depends on the Servlet API.Classorg.springframework.faces.webflow.context.portletSpring Webflow
PortletViewHandlerJSF ViewHandler that adds support for generating Portlet compatible resource URLs.Classorg.springframework.faces.webflow.context.portletSpring Webflow
RequestParameterMap/** Base class for Maps allowing access to PortletContext request paramters.Classorg.springframework.faces.webflow.context.portletSpring Webflow
RequestPropertyMapBase class for Maps allowing access to PortletContext request properties.Classorg.springframework.faces.webflow.context.portletSpring Webflow
SingleValueRequestParameterMapA Map for accessing to PortletContext request parameters containing single String values.Classorg.springframework.faces.webflow.context.portletSpring Webflow
SingleValueRequestPropertyMapA Map for accessing to PortletContext request properties containing single String values.Classorg.springframework.faces.webflow.context.portletSpring Webflow