AbstractCompositePointcut
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Known subclasses: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.aop.pointcut.AbstractCompositePointcut |
| File last modified: | Saturday, 16 July 2005, 17:09:50 |
AbstractCompositePointcut provides implementations of methods commonlyneeded by CompositePointcut implementation classes.
Summary
Instance methods
addPointcut
function addPointcut (
pointcut:Pointcut) : Void
Adds a new pointcut to the list of pointcuts.
The pointcut is not added if it is null or undefined.
Parameters:
pointcut:
the pointcut to add
getPointcuts
function getPointcuts (
Void) : Array
Returns all added pointcuts.
Returns:
all added pointcuts