|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.faces.config.AbstractFacesFlowConfiguration
public class AbstractFacesFlowConfiguration
A base class for @Configuration classes to configure
Spring Web Flow in JSF applications.
Provides protected method access to builders for one (or more) of the following:
Also registers a HandlerMapping bean to provide JSF 2 resource handling at
"/javax.faces.resource/**" or Rich Faces at "/rfRes/**".
| Constructor Summary | |
|---|---|
AbstractFacesFlowConfiguration()
|
|
| Method Summary | |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
|
protected FlowBuilderServicesBuilder |
getFlowBuilderServicesBuilder()
Return a builder for creating a FlowBuilderServices instance. |
protected FlowDefinitionRegistryBuilder |
getFlowDefinitionRegistryBuilder()
Return a builder for creating a FlowDefinitionRegistry instance. |
protected FlowDefinitionRegistryBuilder |
getFlowDefinitionRegistryBuilder(FlowBuilderServices flowBuilderServices)
Return a builder for creating a FlowDefinitionRegistry instance. |
protected FlowExecutorBuilder |
getFlowExecutorBuilder(FlowDefinitionLocator flowRegistry)
Return a builder for creating a FlowExecutor instance. |
org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter |
httpRequestHandlerAdapter()
|
JsfResourceRequestHandler |
jsfResourceRequestHandler()
|
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping |
jsrResourceHandlerMapping()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFacesFlowConfiguration()
| Method Detail |
|---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic org.springframework.context.ApplicationContext getApplicationContext()
protected FlowExecutorBuilder getFlowExecutorBuilder(FlowDefinitionLocator flowRegistry)
FlowExecutor instance.
flowRegistry - the FlowDefinitionRegistry to configure on the flow executor
protected FlowDefinitionRegistryBuilder getFlowDefinitionRegistryBuilder()
FlowDefinitionRegistry instance.
protected FlowDefinitionRegistryBuilder getFlowDefinitionRegistryBuilder(FlowBuilderServices flowBuilderServices)
FlowDefinitionRegistry instance.
flowBuilderServices - the FlowBuilderServices to configure on the flow registry with
protected FlowBuilderServicesBuilder getFlowBuilderServicesBuilder()
FlowBuilderServices instance.
@Bean public org.springframework.web.servlet.handler.SimpleUrlHandlerMapping jsrResourceHandlerMapping()
@Bean public JsfResourceRequestHandler jsfResourceRequestHandler()
@Bean public org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter httpRequestHandlerAdapter()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||