Feature #28
Add support for argument modifiers in pointcut expressions
Status:
Closed
Priority:
Should have
Assignee:
Category:
AOP
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Add support for argument modifiers in pointcut expressions: It should be possible to narrow down the set of joinpoints by specifying parameters and what value they should have in the definition of a pointcut
Updated by Robert Lemke about 15 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r151) * Core: Tried implementing a method arguments pointcut filter but realized that it would make the whole pointcut filtering too complex. Dropped the idea - just use an around advice instead which checks for parameters itself. Closes #28
- Core: Improved arguments handling for Join Points - now the names of the parameters are available
- Core: Added parser support for Components.conf option "autoWiringMode" and fixed Auto Wiring support in general.