| Package | Description | 
|---|---|
| org.restlet | 
 Core classes of the API. 
 | 
| 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(java.lang.Class<? extends ServerResource> resourceClass)
Creates a new finder instance based on the "targetClass" property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends Finder> | 
Restlet.getFinderClass()
Returns the finder class used to instantiate resource classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Restlet.setFinderClass(java.lang.Class<? extends Finder> finderClass)
Sets the finder class to instantiate. 
 | 
| 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(java.lang.Class<? extends ServerResource> targetClass,
            java.lang.Class<? extends Finder> finderClass,
            Context context,
            java.util.logging.Logger logger)
Creates a new finder instance based on the "targetClass" property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Finder | 
Finder.createFinder(java.lang.Class<? extends ServerResource> targetClass,
            java.lang.Class<? extends Finder> finderClass,
            Context context,
            java.util.logging.Logger logger)
Creates a new finder instance based on the "targetClass" property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Finder | 
VirtualHost.createFinder(java.lang.Class<? extends ServerResource> targetClass)
Creates a new finder instance based on the "targetClass" property. 
 | 
Copyright © 2005-2024 Restlet.