Versions Compared

Key

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

Name

Scope Plugin

Author

N/A

Homepage

N/A

Version

N/A

Compatibility

Struts 2.0.2+

State

Experimental - in the Struts sandbox

License

Open Source (ASL2)

Download

N/A - Bundled with Struts distribution

Overview

This plugin

Excerpt

Initial version of plugin that mimics implements JBoss Seam-style of scoped bijection

. It allows a user to declaratively define action properties that should be injected via the session before an action executes or properties that should be pushed out the session after an action executes.

Features

  • An @In annotation that marks action properties that should be injected from the session before an action executes
  • An @Out annotation that marks action properties that should be put back into the session after an action executes(warning) TBA

Usage

(warning) TODO

Example

Code Block
// TODO

...