|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Template | |
---|---|
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 | |
---|---|
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 | |
---|---|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor. |
Uses of Template in org.restlet.service |
---|
Fields in org.restlet.service declared as Template | |
---|---|
protected Template |
LogService.responseLogTemplate
The response log template to use. |
Methods in org.restlet.service that return Template | |
---|---|
Template |
LogService.getLoggableTemplate()
Returns the URI template of loggable resource references. |
Methods in org.restlet.service with parameters of type Template | |
---|---|
void |
LogService.setLoggableTemplate(Template loggableTemplate)
Sets the URI template of loggable resource references. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |