You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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 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

Usage

(warning) TODO

Example

// TODO

Settings

(warning) TODO

Installation

(warning) TODO

  • No labels