Uses of Class
org.restlet.routing.Template

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

Uses of Template in org.restlet.routing
 

Methods in org.restlet.routing that return Template
 Template TemplateRoute.getTemplate()
          Returns the reference template to match.
 

Methods in org.restlet.routing with parameters of type Template
 void TemplateRoute.setTemplate(Template template)
          Sets the reference template to match.
 

Constructors in org.restlet.routing with parameters of type Template
Route(Router router, Template template, Restlet next)
          Deprecated. Constructor.
TemplateRoute(Router router, Template template, Restlet next)
          Constructor.
 



Copyright © 2005-2011 Noelios Technologies.