google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

Support composable filters similar to servlet filters #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support chains of filters that can modify actions before sending them on to 
the server.
Servlet filters provide a good model for this. This will allow caching and 
aggregation strategies to be plugged in easily. The attached patch file adds 
an optional constructor parameter to the secure and standard dispatch 
implementations- a list of filters to be applied before sending the request 
to the server. Like in the servlet API, individual filters are responsible 
for send the action along to the next filter in the chain.

Original issue reported on code.google.com by ben.binf...@gmail.com on 25 Jan 2010 at 11:03

Attachments:

GoogleCodeExporter commented 9 years ago
Sounds interesting. I've scheduled it for investigation in Milestone-Release2.0

Original comment by Bitmei...@gmail.com on 25 Apr 2010 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by Bitmei...@gmail.com on 28 Apr 2010 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by Bitmei...@gmail.com on 18 Aug 2010 at 7:04