Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scope/Conversation/Config

ConversationConfig

...

The conversation config allows to specify e.g. the time-out for grouped conversations and to enable the optional events.

This config is independent of JSF. However, currently you need the JSF 1.x or 2.x module to use an out-of-the-box implementation of it. Further, details and examples are available in the documentation of the CODI-JSF-module.

WindowContextConfig

The window config allows to specify e.g. the time-out for a window which includes all CODI scopes and to adjust the basic window/-id handling.

This config is independent of JSF. However, currently you need the JSF 1.x or 2.x module to use an out-of-the-box implementation of it. Further, details and examples are available in the documentation of the CODI-JSF-module.

Scope/Conversation/Event

The following events are optional and have to be activated via the configs mentioned above.

  • AccessBeanEvent
  • CloseConversationEvent
  • CloseWindowContextEvent
  • CreateWindowContextEvent
  • RestartConversationEvent
  • ScopeBeanEvent
  • StartConversationEvent
  • UnscopeBeanEvent

Security

AccessDecisionVoter

...