Package | Description |
---|---|
org.restlet | |
org.restlet.engine.component | |
org.restlet.ext.spring | |
org.restlet.ext.wadl | |
org.restlet.resource | |
org.restlet.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 |
SpringBeanFinder
An alternative to
SpringFinder which uses Spring's BeanFactory
mechanism to load a prototype bean by name. |
class |
SpringFinder
Finder that is specialized for easier usage by Spring wiring services.
|
Modifier and Type | Method and Description |
---|---|
protected Finder |
SpringBeanRouter.createFinder(org.springframework.beans.factory.BeanFactory beanFactory,
String beanName)
Creates an instance of
SpringBeanFinder . |
Modifier and Type | Method and Description |
---|---|
protected Finder |
WadlApplication.createFinder(Router router,
String uriPattern,
ResourceInfo resourceInfo)
Creates a finder for the given resource info.
|
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–2015. All rights reserved.