Package | Description |
---|---|
org.restlet | |
org.restlet.engine.component | |
org.restlet.ext.guice |
Integration with Google Guice @minor-version@.
|
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 | Method and Description |
---|---|
Finder |
ResourceInjectingApplication.createFinder(Class<? extends ServerResource> targetClass) |
Finder |
RestletGuice.Module.finder(Class<?> cls) |
Finder |
FinderFactory.finder(Class<?> cls)
Returns a
Finder that will obtain a dependency-injected instance
of the ServerResource subtype bound to the type associated with the given
class. |
Finder |
RestletGuice.Module.finder(Class<?> cls,
Class<? extends Annotation> qualifier) |
Finder |
FinderFactory.finder(Class<?> cls,
Class<? extends Annotation> qualifier)
Returns a
Finder that will obtain a dependency-injected instance
of the ServerResource subtype bound to the type and qualifier associated
with the given class. |
static Finder |
ResourceInjectingApplication.wrapFinderWithMemberInjection(Finder finder,
org.restlet.ext.guice.SelfInjectingServerResource.MembersInjector membersInjector)
Wraps a
Finder returned by ResourceInjectingApplication.createFinder(Class) to do
member injection using the passed in MembersInjector . |
Modifier and Type | Method and Description |
---|---|
static Finder |
ResourceInjectingApplication.wrapFinderWithMemberInjection(Finder finder,
org.restlet.ext.guice.SelfInjectingServerResource.MembersInjector membersInjector)
Wraps a
Finder returned by ResourceInjectingApplication.createFinder(Class) to do
member injection using the passed in MembersInjector . |
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.