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 |
---|---|
java.lang.Class<? extends Finder> |
Application.getFinderClass()
Returns the finder class used to instantiate resource classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.setFinderClass(java.lang.Class<? extends Finder> finderClass)
Sets the finder class to instantiate.
|
Modifier and Type | Method and Description |
---|---|
Finder |
InternalRouter.createFinder(java.lang.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(java.lang.Class<?> 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<?> 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 |
Router.createFinder(java.lang.Class<?> targetClass)
Creates a new finder instance based on the "targetClass" property.
|
Finder |
VirtualHost.createFinder(java.lang.Class<?> targetClass)
Creates a new finder instance based on the "targetClass" property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Finder> |
Router.getFinderClass()
Returns the finder class to instantiate.
|
Modifier and Type | Method and Description |
---|---|
void |
Router.setFinderClass(java.lang.Class<? extends Finder> finderClass)
Sets the finder class to instantiate.
|
Copyright © 2005-2012. All Rights Reserved.