@AutoService(value=ConfijAnyResource.class) public static class FileResource.AnyFileResource extends java.lang.Object implements ConfijAnyResource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCHEME |
| Constructor and Description |
|---|
AnyFileResource() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<FileResource> |
maybeHandle(java.lang.String pathTemplate)
Receive a "preview" on the URI to be processed.
|
public static final java.lang.String SCHEME
public java.util.Optional<FileResource> maybeHandle(java.lang.String pathTemplate)
ConfijAnyResourcemaybeHandle in interface ConfijAnyResourcepathTemplate - an URI to be processed later.