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