@AutoService(value=ConfijAnyResource.class) public static class URLResource.AnyURLResource extends java.lang.Object implements ConfijAnyResource, ServiceLoaderPriority
DEFAULT_PRIORITY| Constructor and Description |
|---|
AnyURLResource() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
java.util.Optional<URLResource> |
maybeHandle(java.lang.String pathTemplate)
Receive a "preview" on the URI to be processed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpriorityOfpublic int getPriority()
getPriority in interface ServiceLoaderPrioritypublic java.util.Optional<URLResource> maybeHandle(java.lang.String pathTemplate)
ConfijAnyResourcemaybeHandle in interface ConfijAnyResourcepathTemplate - an URI to be processed later.