|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
public final class StaticFlowExecutionListenerLoader
A simple flow execution listener loader that simply returns a static listener array on each invocation. For more
elaborate needs see the ConditionalFlowExecutionListenerLoader.
ConditionalFlowExecutionListenerLoader| Field Summary | |
|---|---|
static FlowExecutionListenerLoader |
EMPTY_INSTANCE
A shared listener loader instance that returns am empty listener array on each invocation. |
| Constructor Summary | |
|---|---|
StaticFlowExecutionListenerLoader(FlowExecutionListener... listeners)
Creates a new flow execution listener loader that returns the provided listener array on each invocation. |
|
StaticFlowExecutionListenerLoader(FlowExecutionListener listener)
Creates a new flow execution listener loader that returns the provided listener on each invocation. |
|
| Method Summary | |
|---|---|
FlowExecutionListener[] |
getListeners(FlowDefinition flowDefinition)
Get the flow execution listeners that apply to the given flow definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FlowExecutionListenerLoader EMPTY_INSTANCE
| Constructor Detail |
|---|
public StaticFlowExecutionListenerLoader(FlowExecutionListener listener)
listener - the listenerpublic StaticFlowExecutionListenerLoader(FlowExecutionListener... listeners)
listeners - the listener array.| Method Detail |
|---|
public FlowExecutionListener[] getListeners(FlowDefinition flowDefinition)
FlowExecutionListenerLoader
getListeners in interface FlowExecutionListenerLoaderflowDefinition - the flow definition
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||