Versions Compared

Key

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

...

Code Block
  <interceptor name="bean-scope" class="com.googlecode.scopeplugin.ScopeInterceptor" />

Examples

The following example shows how a session managed bean can be automatically be moved from the session to an action property before the action executes and moved from the action to the session after the action executes.

...