|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pointcut | |
com.lonniepryor.blues.aop | Describes the interfaces used to interact with the Blues Framework AOP system. |
com.lonniepryor.blues.cfg | Defines the semantics of configuring a Blues application. |
Uses of Pointcut in com.lonniepryor.blues.aop |
Methods in com.lonniepryor.blues.aop that return Pointcut | |
static Pointcut |
Pointcut.invokeInstance(Strings specification)
Creates a new specification satisified by join points whose instance name satisfy the supplied specification. |
static Pointcut |
Pointcut.invokeMethod(Methods specification)
Creates a new specification satisified by join points whose target method satisfy the supplied specification. |
static Pointcut |
Pointcut.refrence(java.lang.String poincutName)
Creates a new specification satisified by join points that satisfy the named pointcut. |
static Pointcut |
Pointcut.parse(java.lang.String pointcutPattern)
Parses a pattern consisting of a pointcut declaration. |
static Pointcut |
Pointcut.parseExpression(java.lang.String pointcutPatternExpr)
Parses a logical expression as described in the Expression class, using this class's parse() method for creating values. |
Pointcut |
Pointcut.and(Pointcut specification)
Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right. |
Pointcut |
Pointcut.or(Pointcut specification)
Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right. |
Pointcut |
Pointcut.not()
Returns a specification representing a logical NOT of this specification. |
Methods in com.lonniepryor.blues.aop with parameters of type Pointcut | |
Pointcut |
Pointcut.and(Pointcut specification)
Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right. |
Pointcut |
Pointcut.or(Pointcut specification)
Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right. |
Uses of Pointcut in com.lonniepryor.blues.cfg |
Methods in com.lonniepryor.blues.cfg that return Pointcut | |
Pointcut |
AdviceCfgImpl.getPointcutToAdvise()
|
Pointcut |
PointcutCfgImpl.getPointcut()
|
Pointcut |
AdviceCfg.getPointcutToAdvise()
Returns the specification used to evaluate join points for this advice. |
Pointcut |
PointcutCfg.getPointcut()
Returns the specification used to evaluate join points. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |