Uses of Class
org.restlet.routing.TemplateRoute

Packages that use TemplateRoute
org.restlet.routing Classes related to call routing. 
 

Uses of TemplateRoute in org.restlet.routing
 

Methods in org.restlet.routing that return TemplateRoute
 TemplateRoute VirtualHost.attach(Restlet target)
          Attaches a target Restlet to this router with an empty URI pattern.
 TemplateRoute Router.attach(Restlet target)
          Attaches a target Restlet to this router with an empty URI pattern.
 TemplateRoute Router.attach(Restlet target, int matchingMode)
          Attaches a target Restlet to this router with an empty URI pattern.
 TemplateRoute Router.attach(String pathTemplate, Class<? extends ServerResource> targetClass)
          Attaches a target Resource class to this router based on a given URI pattern.
 TemplateRoute Router.attach(String pathTemplate, Class<? extends ServerResource> targetClass, int matchingMode)
          Attaches a target Resource class to this router based on a given URI pattern.
 TemplateRoute VirtualHost.attach(String uriPattern, Restlet target)
          Attaches a target Restlet to this router based on a given URI pattern.
 TemplateRoute Router.attach(String pathTemplate, Restlet target)
          Attaches a target Restlet to this router based on a given URI pattern.
 TemplateRoute Router.attach(String pathTemplate, Restlet target, int matchingMode)
          Attaches a target Restlet to this router based on a given URI pattern.
 TemplateRoute Router.attachDefault(Class<? extends ServerResource> defaultTargetClass)
          Attaches a Resource class to this router as the default target to invoke when no route matches.
 TemplateRoute VirtualHost.attachDefault(Restlet defaultTarget)
          Attaches a Restlet to this router as the default target to invoke when no route matches.
 TemplateRoute Router.attachDefault(Restlet defaultTarget)
          Attaches a Restlet to this router as the default target to invoke when no route matches.
protected  TemplateRoute Router.createRoute(String uriPattern, Restlet target)
          Creates a new route for the given URI pattern and target.
protected  TemplateRoute VirtualHost.createRoute(String uriPattern, Restlet target, int matchingMode)
           
protected  TemplateRoute Router.createRoute(String uriPattern, Restlet target, int matchingMode)
          Creates a new route for the given URI pattern, target and matching mode.
 



Copyright © 2005-2013 Restlet.