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+

Publisher

Apache Software Foundation

License

Open Source (ASL2)

Version

State

Experimental - in the Struts sandbox

Homepage

N/A

License

Open Source (ASL2)

Download

N/A - Bundled with Struts distribution

Source Code

svn checkout

http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-scope-pluginImage Added

Overview

This The Scope plugin

Excerpt

implements JBoss Seam-style 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

Usage

(warning) TODO

Example

Code Block
// TODO

Settings

(warning) TODO

Installation

(warning) TODO