Perhaps attachDefault(...) does what you're looking for? Or maybe you 
don't need the router at all and attach the Finder to whatever you are 
attaching the Router to?


On 08/12/2013 16:46, Niclas Hedhman wrote:
>
> Hi, (not sure if this is still the proper mailing list)
>
> I have in a new project the need to let a Finder provide the 
> ServerResource subclass for ALL URI paths, instead of individual matching.
>
> I want to do something like;
>
>         Finder finder = createRestletFinder( 
> EntityListServerResource.class, getContext() );
>         router.attach( "/*", finder );
>         return router;
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3069980

Reply via email to