Interface org.as2lib.aop.pointcut.PointcutRule

Description

PointcutRule is used to determine whether a specific pattern matches a specific pointcut type.

See Also

Method Index

execute()

Inherited from BasicInterface

Method Detail

execute

public function execute(pattern:String):Boolean

Executes the rule and returns the result.

Parameters

patternthe pattern to check whether it fulfils this rule

Return

true if the pattern fulfils this rule else false