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()
IToolkitInterceptorHoldergetToolkitInterceptor in interface IToolkitInterceptorHolderpublic final int getOrder()
IToolkitInterceptorHoldergetOrder in interface IToolkitInterceptorHolderSiehe auch Jowidgets Nutzerhandbuch