| Package | Description |
|---|---|
| org.restlet.engine.component |
Supports Restlet components.
|
| org.restlet.resource |
Client and server resource classes.
|
| org.restlet.routing |
Classes related to call routing.
|
| Modifier and Type | Method and Description |
|---|---|
Finder |
InternalRouter.createFinder(Class<? extends ServerResource> targetClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
Directory
Finder mapping a directory of local resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Finder |
Finder.createFinder(Class<? extends ServerResource> targetClass,
Class<? extends Finder> finderClass,
Context context,
Logger logger)
Creates a new finder instance based on the "targetClass" property.
|
| Modifier and Type | Method and Description |
|---|---|
static Finder |
Finder.createFinder(Class<? extends ServerResource> targetClass,
Class<? extends Finder> finderClass,
Context context,
Logger logger)
Creates a new finder instance based on the "targetClass" property.
|
| Modifier and Type | Method and Description |
|---|---|
Finder |
VirtualHost.createFinder(Class<? extends ServerResource> targetClass)
Creates a new finder instance based on the "targetClass" property.
|
Copyright © 2005-2016 Restlet.