public class ActiveInterceptorHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearActiveInterceptorHolder()
Clear active interceptor holder.
|
void |
fillActiveInterceptorHolder()
Fill Holder with active interceptors registered.
|
Map<String,Map<String,Interceptor>> |
getActiveInterceptors()
Get active interceptors.
|
static ActiveInterceptorHolder |
getInstance() |
void |
updateActiveInterceptorHolder(Object interceptorProvideId,
Collection<Interceptor> interceptors)
Update active interceptor data in holder.
|
public static ActiveInterceptorHolder getInstance()
public void fillActiveInterceptorHolder()
public void clearActiveInterceptorHolder()
public Map<String,Map<String,Interceptor>> getActiveInterceptors()
public void updateActiveInterceptorHolder(Object interceptorProvideId, Collection<Interceptor> interceptors)
Copyright © 2025. All rights reserved.