Issue Details (XML | Word | Printable)

Key: DWR-336
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jose Noheda
Reporter: Jose Noheda
Votes: 0
Watchers: 0
Operations

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

Allow global filters in Spring using namespace and annotations

Created: 29/Jan/09 03:14 PM   Updated: 30/Jan/09 12:12 PM   Resolved: 30/Jan/09 12:12 PM
Component/s: spring
Affects Version/s: 3.0.RC1
Fix Version/s: 3.0.RC2


 Description  « Hide
Spring integration allows AJAX filters on remoted beans but on a global level. Ideally unbounded <dwr:filter /> and @GlobalFilter should work as well.

Sort Order: Ascending order - Click to sort in descending order
Jose Noheda added a comment - 30/Jan/09 12:12 PM
The namespace now includes <dwr:global-filter /> tag, <dwr:annotation-scan /> now includes a scanFilters attribute (checking for @GlobalFilter) and <dwr:annotation-config /> also supports it. All of them accept parameters.

A test is available although it just prints some logs.