Spring Web Flow

org.springframework.faces.config
Class AbstractFacesPortletFlowConfiguration

java.lang.Object
  extended by org.springframework.faces.config.AbstractFacesFlowConfiguration
      extended by org.springframework.faces.config.AbstractFacesPortletFlowConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class AbstractFacesPortletFlowConfiguration
extends AbstractFacesFlowConfiguration

Extends AbstractFacesFlowConfiguration and registers a JsfResourceRequestHandler bean for serving resources in a Portlet environment.

Since:
2.4
Author:
Rossen Stoyanchev

Constructor Summary
AbstractFacesPortletFlowConfiguration()
           
 
Method Summary
 JsfResourceRequestHandler jsfPortletResourceRequestHandler()
           
 
Methods inherited from class org.springframework.faces.config.AbstractFacesFlowConfiguration
getApplicationContext, getFlowBuilderServicesBuilder, getFlowDefinitionRegistryBuilder, getFlowDefinitionRegistryBuilder, getFlowExecutorBuilder, httpRequestHandlerAdapter, jsfResourceRequestHandler, jsrResourceHandlerMapping, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFacesPortletFlowConfiguration

public AbstractFacesPortletFlowConfiguration()
Method Detail

jsfPortletResourceRequestHandler

@Bean
public JsfResourceRequestHandler jsfPortletResourceRequestHandler()

Spring Web Flow