Package | Description |
---|---|
org.restlet.engine.log |
Supports the log service.
|
org.restlet.routing |
Classes related to call routing.
|
Modifier and Type | Field and Description |
---|---|
protected Template |
LogFilter.logTemplate
The log template to use.
|
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 |
---|
Route(Router router,
Template template,
Restlet next)
Deprecated.
Constructor.
|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Copyright © 2005–2016. All rights reserved.