| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| 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 |
Restlet.createFinder(Class<? extends ServerResource> resourceClass)
Creates a new finder instance based on the "targetClass" property.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Finder> |
Restlet.getFinderClass()
Returns the finder class used to instantiate resource classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Restlet.setFinderClass(Class<? extends Finder> finderClass)
Sets the finder class to instantiate.
|
| 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–2025. All rights reserved.