Uses of Class
org.restlet.resource.Finder

Packages that use Finder
org.restlet Core classes of the API. 
org.restlet.resource Client and server resource classes. 
org.restlet.routing Classes related to call routing. 
 

Uses of Finder in org.restlet
 

Methods in org.restlet that return types with arguments of type Finder
 Class<? extends Finder> Application.getFinderClass()
          Returns the finder class used to instantiate resource classes.
 

Method parameters in org.restlet with type arguments of type Finder
 void Application.setFinderClass(Class<? extends Finder> finderClass)
          Sets the finder class to instantiate.
 

Uses of Finder in org.restlet.resource
 

Subclasses of Finder in org.restlet.resource
 class Directory
          Finder mapping a directory of local resources.
 

Methods in org.restlet.resource that return Finder
static Finder Finder.createFinder(Class<?> targetClass, Class<? extends Finder> finderClass, Context context, Logger logger)
          Creates a new finder instance based on the "targetClass" property.
 

Method parameters in org.restlet.resource with type arguments of type Finder
static Finder Finder.createFinder(Class<?> targetClass, Class<? extends Finder> finderClass, Context context, 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
 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.
 

Methods in org.restlet.routing that return types with arguments of type Finder
 Class<? extends Finder> Router.getFinderClass()
          Returns the finder class to instantiate.
 

Method parameters in org.restlet.routing with type arguments of type Finder
 void Router.setFinderClass(Class<? extends Finder> finderClass)
          Sets the finder class to instantiate.
 



Copyright © 2005-2011 Noelios Technologies.