public class ChainedInterceptorFactory extends Object implements InterceptorFactory
| Constructor and Description |
|---|
ChainedInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
createInterceptorFor(Action action) |
static ChainedInterceptorFactory |
getInstance() |
void |
register(String key,
int weight,
InterceptorFactory factory) |
boolean |
unregister(String key,
InterceptorFactory factory) |
public static ChainedInterceptorFactory getInstance()
public Interceptor createInterceptorFor(Action action)
createInterceptorFor in interface InterceptorFactorypublic void register(String key, int weight, InterceptorFactory factory)
public boolean unregister(String key, InterceptorFactory factory)
Copyright © 2013 Atlassian. All Rights Reserved.