T - the type of supported itemspublic abstract class AbstractResourceReferenceHandler<T> extends Object implements ResourceReferenceHandler<T>
| Constructor and Description |
|---|
AbstractResourceReferenceHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResourceReferenceHandler handler) |
int |
getPriority()
The priority of execution relative to the other Handlers.
|
void |
setPriority(int priority) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedResourceReferences, handlepublic int getPriority()
ResourceReferenceHandlergetPriority in interface ResourceReferenceHandler<T>public void setPriority(int priority)
priority - the Handler priority to use (lower means execute before others), see getPriority()public int compareTo(ResourceReferenceHandler handler)
compareTo in interface Comparable<ResourceReferenceHandler>Copyright © 2004–2017 XWiki. All rights reserved.