added FlowExecutionListener.sessionCreated

This commit is contained in:
Keith Donald
2007-03-01 03:28:04 +00:00
parent 76815b5983
commit a4479b3430

View File

@@ -19,6 +19,10 @@ Package org.springframework.webflow.conversation
* The SessionBindingConversationManager now re-binds the ConversationContainer in the session
every time a contained conversation is unlocked (SWF-244).
Package org.springframework.webflow.execution
* Added FlowExecutionListener.sessionCreated(RequestContext, FlowSession) callback, useful for
setting flow attributes before the flow starts.
Package org.springframework.webflow.executor
* Added resource URL encoding to redirects in a JSF environment (SWF-256).
* Added support for configuring a <flow:executor> in a JSF environment, greatly simplifying JSF SWF