February 2017
Intermediate to advanced
1023 pages
24h 11m
English
|
Questions |
Answers |
|
Consider the following web flow registry configuration; it has a single flow definition file, namely @Bean
public FlowDefinitionRegistry flowRegistry() {
return getFlowDefinitionRegistryBuilder()
.setBasePath("/WEB-INF/flows")
.addFlowLocation("/customer/validate.xml","validateCustomer")
.build();
}
|
3. |
|
Consider the following flow invoking URL:
In a flow definition file, how will you retrieve the |
1. |
Read now
Unlock full access