Versions Compared

Key

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

Name

Struts 1 Plugin

Author

N/A

Homepage

N/A

Version

N/A

Compatibility

Bundled with Struts

State

Unstable

License

Open Source (ASL2)

Download

N/A

Overview

ExcerptThe Struts 1 plugin

Excerpt

allows you to use existing Struts 1 Actions and ActionForms in Struts 2 applications

.

This plugin provides a generic Struts 2 Action class to wrap an existing Struts 1 Action, org.apache.struts2.s1.Struts1Action. The wrapper class provides the expected calls to the legacy Struts 1 Action and ActionForm, converting incoming and outgoing objects into the expected forms. It works by using the scoped model driven technique that uses a single Object as the model for every page, very similar to how the Struts 1 ActionForm works. The plugin also provides several interceptors to emulate Struts 1 logic:

...