Uses of Class
org.restlet.routing.Template
- 
Packages that use Template Package Description org.restlet.routing Classes related to call routing.org.restlet.service Services used by applications and components. - 
- 
Uses of Template in org.restlet.routing
Methods in org.restlet.routing that return Template Modifier and Type Method Description TemplateTemplateRoute. getTemplate()Returns the reference template to match.Methods in org.restlet.routing with parameters of type Template Modifier and Type Method Description voidTemplateRoute. setTemplate(Template template)Sets the reference template to match.Constructors in org.restlet.routing with parameters of type Template Constructor Description TemplateRoute(Router router, Template template, Restlet next)Constructor. - 
Uses of Template in org.restlet.service
Fields in org.restlet.service declared as Template Modifier and Type Field Description protected TemplateLogService. responseLogTemplateThe response log template to use.Methods in org.restlet.service that return Template Modifier and Type Method Description TemplateLogService. getLoggableTemplate()Returns the URI template of loggable resource references.Methods in org.restlet.service with parameters of type Template Modifier and Type Method Description voidLogService. setLoggableTemplate(Template loggableTemplate)Sets the URI template of loggable resource references. 
 -