Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Complete
-
2.0.2
-
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.