History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STS-329
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ben Gunter
Reporter: Jared White
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Stripes

OnwardResolution should expose the Parameters Map

Created: 24/Jan/07 10:27 AM   Updated: 30/Apr/07 05:30 AM
Component/s: ActionBean Dispatching
Affects Version/s: Release 1.4.2
Fix Version/s: Release 1.4.3

Environment: All known environments.


 Description  « Hide
When creating a subclass of OnwardResolution, it would be nice to be able to see the map of parameters that were added using "addParameter".

I propose a protected or public method, "getParameters" which would give the subclass access to the parameters at hand.

 All   Comments   Change History      Sort Order:
Ben Gunter [03/Mar/07 07:41 PM]
This sounds reasonable to me. There's already a Map called parameters that has default visibility. It's easy to enough to change that to protected so that subclasses can access it. If nobody is opposed, I'll make that change.

Ben Gunter [05/Mar/07 07:23 PM]
Changed visibility of "parameters" map to protected.

Tim Fennell [06/Mar/07 05:45 AM]
I just went in and changed this. I've made a public getParameters method and made the member variable private.