|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pointcut | |
|---|---|
| net.sf.joyaop.config | |
| net.sf.joyaop.framework | |
| net.sf.joyaop.impl | |
| net.sf.joyaop.impl.aspect | |
| Uses of Pointcut in net.sf.joyaop.config |
|---|
| Methods in net.sf.joyaop.config that return Pointcut | |
|---|---|
Pointcut |
PointcutExpressionParser.parse(java.lang.String expression)
|
| Uses of Pointcut in net.sf.joyaop.framework |
|---|
| Methods in net.sf.joyaop.framework that return Pointcut | |
|---|---|
Pointcut |
Aspect.getPointcut()
|
| Methods in net.sf.joyaop.framework with parameters of type Pointcut | |
|---|---|
void |
Aspect.setPointcut(Pointcut pointcut)
|
| Uses of Pointcut in net.sf.joyaop.impl |
|---|
| Classes in net.sf.joyaop.impl that implement Pointcut | |
|---|---|
static class |
Pointcuts.And
|
static class |
Pointcuts.Annotation
It's method annotaion actually |
static class |
Pointcuts.Interface
|
static class |
Pointcuts.Not
|
static class |
Pointcuts.Or
|
static class |
Pointcuts.Regexp
|
| Methods in net.sf.joyaop.impl that return Pointcut | |
|---|---|
static Pointcut |
Pointcuts.and(Pointcut p1,
Pointcut p2)
|
static Pointcut |
Pointcuts.byAnnotation(java.lang.Class annotationClass)
|
static Pointcut |
Pointcuts.byAnnotation(java.lang.String annotationClassName)
|
static Pointcut |
Pointcuts.byInterface(java.lang.Class interfaceClass)
|
static Pointcut |
Pointcuts.byInterface(java.lang.String interfaceName)
|
static Pointcut |
Pointcuts.byRegexp(java.lang.String classRegexp,
java.lang.String methodRegexp)
|
static Pointcut |
Pointcuts.not(Pointcut p)
|
static Pointcut |
Pointcuts.or(Pointcut p1,
Pointcut p2)
|
| Methods in net.sf.joyaop.impl with parameters of type Pointcut | |
|---|---|
static Pointcut |
Pointcuts.and(Pointcut p1,
Pointcut p2)
|
static Pointcut |
Pointcuts.not(Pointcut p)
|
static Pointcut |
Pointcuts.or(Pointcut p1,
Pointcut p2)
|
| Constructors in net.sf.joyaop.impl with parameters of type Pointcut | |
|---|---|
Pointcuts.And(Pointcut p1,
Pointcut p2)
|
|
Pointcuts.Not(Pointcut pointcut)
|
|
Pointcuts.Or(Pointcut p1,
Pointcut p2)
|
|
| Uses of Pointcut in net.sf.joyaop.impl.aspect |
|---|
| Methods in net.sf.joyaop.impl.aspect that return Pointcut | |
|---|---|
Pointcut |
BaseAspectImpl.getPointcut()
|
| Methods in net.sf.joyaop.impl.aspect with parameters of type Pointcut | |
|---|---|
void |
BaseAspectImpl.setPointcut(Pointcut pointcut)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||