Uses of Class
org.restlet.resource.Finder
-
Packages that use Finder Package Description org.restlet Core classes of the API.org.restlet.engine.component Supports Restlet components.org.restlet.ext.guice Integration with Google Guice @minor-version@.org.restlet.ext.wadl Support the WADL specification.org.restlet.resource Client and server resource classes.org.restlet.routing Classes related to call routing. -
-
Uses of Finder in org.restlet
Fields in org.restlet with type parameters of type Finder Modifier and Type Field Description private java.lang.Class<? extends Finder>Restlet. finderClassFinder class to instantiate.Methods in org.restlet that return Finder Modifier and Type Method Description FinderRestlet. createFinder(java.lang.Class<? extends ServerResource> resourceClass)Creates a new finder instance based on the "targetClass" property.Methods in org.restlet that return types with arguments of type Finder Modifier and Type Method Description java.lang.Class<? extends Finder>Restlet. getFinderClass()Returns the finder class used to instantiate resource classes.Method parameters in org.restlet with type arguments of type Finder Modifier and Type Method Description voidRestlet. setFinderClass(java.lang.Class<? extends Finder> finderClass)Sets the finder class to instantiate. -
Uses of Finder in org.restlet.engine.component
Methods in org.restlet.engine.component that return Finder Modifier and Type Method Description FinderInternalRouter. createFinder(java.lang.Class<? extends ServerResource> targetClass) -
Uses of Finder in org.restlet.ext.guice
Subclasses of Finder in org.restlet.ext.guice Modifier and Type Class Description (package private) classRestletGuice.Module.KeyFinder(package private) classRestletGuice.Module.ServerResourceKeyFinderMethods in org.restlet.ext.guice that return Finder Modifier and Type Method Description FinderResourceInjectingApplication. createFinder(java.lang.Class<? extends ServerResource> targetClass)FinderFinderFactory. finder(java.lang.Class<?> cls)Returns aFinderthat will obtain a dependency-injected instance of the ServerResource subtype bound to the type associated with the given class.FinderFinderFactory. finder(java.lang.Class<?> cls, java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)Returns aFinderthat will obtain a dependency-injected instance of the ServerResource subtype bound to the type and qualifier associated with the given class.FinderRestletGuice.Module. finder(java.lang.Class<?> cls)FinderRestletGuice.Module. finder(java.lang.Class<?> cls, java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)static FinderResourceInjectingApplication. wrapFinderWithMemberInjection(Finder finder, SelfInjectingServerResource.MembersInjector membersInjector)Wraps aFinderreturned byResourceInjectingApplication.createFinder(Class)to do member injection using the passed inMembersInjector.Methods in org.restlet.ext.guice with parameters of type Finder Modifier and Type Method Description static FinderResourceInjectingApplication. wrapFinderWithMemberInjection(Finder finder, SelfInjectingServerResource.MembersInjector membersInjector)Wraps aFinderreturned byResourceInjectingApplication.createFinder(Class)to do member injection using the passed inMembersInjector. -
Uses of Finder in org.restlet.ext.wadl
Methods in org.restlet.ext.wadl that return Finder Modifier and Type Method Description protected FinderWadlApplication. createFinder(Router router, java.lang.String uriPattern, ResourceInfo resourceInfo)Deprecated.Creates a finder for the given resource info.Methods in org.restlet.ext.wadl with parameters of type Finder Modifier and Type Method Description private ResourceInfoWadlApplication. getResourceInfo(ApplicationInfo applicationInfo, Finder finder, java.lang.String path, Request request, Response response)Deprecated.Completes the data available about a given Finder instance. -
Uses of Finder in org.restlet.resource
Subclasses of Finder in org.restlet.resource Modifier and Type Class Description classDirectoryFinder mapping a directory of local resources.Methods in org.restlet.resource that return Finder Modifier and Type Method Description static FinderFinder. 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. -
Uses of Finder in org.restlet.routing
Methods in org.restlet.routing that return Finder Modifier and Type Method Description FinderVirtualHost. createFinder(java.lang.Class<? extends ServerResource> targetClass)Creates a new finder instance based on the "targetClass" property.
-