Uses of Class
org.restlet.resource.Finder
- 
Packages that use Finder Package Description 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 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.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. 
 -