|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Finder | |
---|---|
org.restlet | Core classes of the API. |
Uses of Finder in org.restlet |
---|
Subclasses of Finder in org.restlet | |
---|---|
class |
Directory
Finder mapping a directory of local resources. |
Methods in org.restlet that return Finder | |
---|---|
protected Finder |
VirtualHost.createFinder(java.lang.Class<? extends Resource> targetClass)
Creates a new finder instance based on the "targetClass" property. |
protected Finder |
Router.createFinder(java.lang.Class<? extends Resource> targetClass)
Creates a new finder instance based on the "targetClass" property. |
Methods in org.restlet that return types with arguments of type Finder | |
---|---|
java.lang.Class<? extends Finder> |
Router.getFinderClass()
Returns the finder class to instantiate. |
Method parameters in org.restlet with type arguments of type Finder | |
---|---|
void |
Router.setFinderClass(java.lang.Class<? extends Finder> finderClass)
Sets the finder class to instantiate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |