protected abstract class InterceptorRegistry.AbstractInterceptorFactory extends Object implements InterceptorRegistry.InterceptorFactory
| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
protected String |
precedence |
| Modifier | Constructor and Description |
|---|---|
protected |
InterceptorRegistry.AbstractInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
String |
getPrecedence() |
protected void |
setPrecedence(Class<?> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInterceptorprotected String precedence
protected int order
protected InterceptorRegistry.AbstractInterceptorFactory()
protected void setPrecedence(Class<?> clazz)
public String getPrecedence()
getPrecedence in interface InterceptorRegistry.InterceptorFactorypublic int getOrder()
getOrder in interface InterceptorRegistry.InterceptorFactoryCopyright © 2014. All Rights Reserved.