Versions Compared

Key

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

...

The scope plugin allows declarative scope management of action properties. Action properties can be scoped to one of several predefined scope. The predefined scopes are:

  • APPLICATIONREQUEST
  • SESSIONFLASH
  • CONVERSATION
  • SESSION
  • FLASHAPPLICATION
  • UNSPECIFIED

The scope management functionality is provided by an interceptor which needs to be added to your action's interceptor stack:

...