Uses of Class
org.restlet.util.Template

Packages that use Template
org.restlet Core classes of the API. 
 

Uses of Template in org.restlet
 

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

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

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



Copyright © 2005-2008 Noelios Technologies.