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 Finder
Restlet. 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 void
Restlet. 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 class
Directory
Finder mapping a directory of local resources.Methods in org.restlet.resource that return Finder Modifier and Type Method Description static Finder
Finder. 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 Finder
VirtualHost. createFinder(java.lang.Class<? extends ServerResource> targetClass)
Creates a new finder instance based on the "targetClass" property.
-