public class ConcreteAOPChain extends SyncInterceptorChain implements org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ASPECT_POINT |
| Constructor and Description |
|---|
ConcreteAOPChain(List<ConcreteInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
weaverPoint(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
accept, add, addAll, clear, contains, containsAll, invoke, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayaround, asyncToSyncafter, before, getContext, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streamafter, before, onErrorprotected static final String ASPECT_POINT
public ConcreteAOPChain(List<ConcreteInterceptor> interceptors)
public int getOrder()
getOrder in interface InterceptOrderedgetOrder in interface org.springframework.core.OrderedgetOrder in class SyncInterceptorChainCopyright © 2018. All rights reserved.