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, wait
getSupportedResourceReferences, handle
public int getPriority()
ResourceReferenceHandler
getPriority
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–2021 XWiki. All rights reserved.