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 Template
TemplateRoute. getTemplate()
Returns the reference template to match.Methods in org.restlet.routing with parameters of type Template Modifier and Type Method Description void
TemplateRoute. 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 Template
LogService. responseLogTemplate
The response log template to use.Methods in org.restlet.service that return Template Modifier and Type Method Description Template
LogService. getLoggableTemplate()
Returns the URI template of loggable resource references.Methods in org.restlet.service with parameters of type Template Modifier and Type Method Description void
LogService. setLoggableTemplate(Template loggableTemplate)
Sets the URI template of loggable resource references.
-