Interface org.as2lib.aop.pointcut.CompositePointcut

org.as2lib.core.BasicInterface
   +--org.as2lib.aop.Pointcut
      +--org.as2lib.aop.pointcut.CompositePointcut

Description

CompositePointcut is a composition of multiple pointcuts. In common implementations it combines the captures methods of multiple pointcuts in a specific logic, like AND or OR logic.

Method Index

addPointcut(), getPointcuts()

Inherited from Pointcut

captures()

Inherited from BasicInterface

toString()

Method Detail

addPointcut

public function addPointcut(pointcut:Pointcut):Void

Adds a new pointcut to the list of pointcuts.

Parameters

pointcutthe pointcut to add

getPointcuts

public function getPointcuts(Void):Array

Returns all added pointcuts.

Return

all added pointcuts