Package | Description |
---|---|
org.restlet.routing |
Classes related to call routing.
|
org.restlet.service |
Services used by applications and components.
|
Modifier and Type | Method and Description |
---|---|
Template |
TemplateRoute.getTemplate()
Returns the reference template to match.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateRoute.setTemplate(Template template)
Sets the reference template to match.
|
Constructor and Description |
---|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Template |
LogService.responseLogTemplate
The response log template to use.
|
Modifier and Type | Method and Description |
---|---|
Template |
LogService.getLoggableTemplate()
Returns the URI template of loggable resource references.
|
Modifier and Type | Method and Description |
---|---|
void |
LogService.setLoggableTemplate(Template loggableTemplate)
Sets the URI template of loggable resource references.
|
Copyright © 2005-2024 Restlet.