Class org.as2lib.aop.pointcut.AbstractCompositePointcut

org.as2lib.core.BasicClass
   +--org.as2lib.aop.pointcut.AbstractCompositePointcut

Description

AbstractCompositePointcut provides implementations of methods commonly needed by CompositePointcut implementation classes.

Method Index

addPointcut(), getPointcuts()

Inherited from BasicClass

toString()

Method Detail

addPointcut

public 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

pointcutthe pointcut to add

getPointcuts

public function getPointcuts(Void):Array

Returns all added pointcuts.

Return

all added pointcuts