public abstract class AbstractToolkitInterceptorHolder extends java.lang.Object implements IToolkitInterceptorHolder
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ORDER |
Modifier | Constructor and Description |
---|---|
protected |
AbstractToolkitInterceptorHolder()
Creates a new instance with default order
|
protected |
AbstractToolkitInterceptorHolder(int order)
Creates a new instance with given order
|
Modifier and Type | Method and Description |
---|---|
protected abstract IToolkitInterceptor |
createToolkitInterceptor()
Creates the toolkit interceptor.
|
int |
getOrder()
Gets the order of the holder.
|
IToolkitInterceptor |
getToolkitInterceptor()
Gets the toolkit interceptor for this toolkit
|
public static final int DEFAULT_ORDER
protected AbstractToolkitInterceptorHolder()
protected AbstractToolkitInterceptorHolder(int order)
order
- The order of this holder to useprotected abstract IToolkitInterceptor createToolkitInterceptor()
public final IToolkitInterceptor getToolkitInterceptor()
IToolkitInterceptorHolder
getToolkitInterceptor
in interface IToolkitInterceptorHolder
public final int getOrder()
IToolkitInterceptorHolder
getOrder
in interface IToolkitInterceptorHolder
Siehe auch Jowidgets Nutzerhandbuch