|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPointcut | |
---|---|
org.azuki.framework.aop | |
org.azuki.framework.bean |
Uses of IPointcut in org.azuki.framework.aop |
---|
Methods in org.azuki.framework.aop with parameters of type IPointcut | |
---|---|
T |
IAspect.createAdvice(IPointcut ipc)
Creates a code advice that will be bound with the target bean. |
T |
IAspect.createAdvice(IPointcut ipc)
Creates a code advice that will be bound with the target bean. |
Uses of IPointcut in org.azuki.framework.bean |
---|
Methods in org.azuki.framework.bean that return IPointcut | |
---|---|
IPointcut |
IMetadata.getPointcut(Integer pcid)
|
IPointcut |
IMetadata.getPointcut(Integer pcid)
|
Methods in org.azuki.framework.bean that return types with arguments of type IPointcut | |
---|---|
List<IPointcut> |
IMetadata.getPointcuts()
|
List<IPointcut> |
IMetadata.getPointcuts()
|
static Collection<IPointcut> |
Bean.getPointcuts(Integer aspid)
|
Collection<IPointcut> |
Bean.Impl.getPointcuts(Integer aspid)
|
List<IPointcut> |
IMetadata.getPointcuts(Integer aspid)
|
List<IPointcut> |
IMetadata.getPointcuts(Integer aspid)
|
static Collection<IPointcut> |
Bean.getPointcuts(Integer aspid)
|
Collection<IPointcut> |
Bean.Impl.getPointcuts(Integer aspid)
|
static Collection<IPointcut> |
Bean.getPointcuts(String name)
|
Collection<IPointcut> |
Bean.Impl.getPointcuts(String name)
|
List<IPointcut> |
IMetadata.getPointcuts(String name)
|
List<IPointcut> |
IMetadata.getPointcuts(String name)
|
static Collection<IPointcut> |
Bean.getPointcuts(String name)
|
Collection<IPointcut> |
Bean.Impl.getPointcuts(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |