Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Complete
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.4.0.M1
-
Component/s: Core: Flow Engine: Engine Implementation
-
Labels:None
Description
Could you consider changing the package scoped ConversationContainer and ContainedConversation classes in org.springframework.webflow.conversation.impl to be public?
I would like to override SessionBindingConversationManager, there is a hook method called createConversationContainer but because the return type is not public I cannot override it.