Ticket #145 (closed enhancement: fixed)

Opened 2 months ago

Last modified 2 months ago

Allow overruling of annotated filters in request broker

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.9.0
Component: Request Version: SVN-trunk
Keywords: Cc:

Description (Last modified by mikey)

The request broker should be enhanced in a way that allows to overrule the annotated filters with some kind of map, where the key is the name of the property/method to overrule and the value is an instance of net::stubbles::ipo::request::filter::stubFilter which will be used instead of the annotated filter.

Change History

06/30/08 22:26:48 changed by mikey

  • status changed from new to assigned.

06/30/08 23:07:25 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.
  • description changed.

Implemented with r1667. The key in the map is the fieldname, as this is most likely better known then the method or property of which the annotation should be overruled.