Package | Description |
---|---|
org.restlet | |
org.restlet.engine.component | |
org.restlet.ext.spring | |
org.restlet.ext.wadl | |
org.restlet.routing |
Modifier and Type | Method and Description |
---|---|
Router |
Component.getInternalRouter()
Returns the private internal router where Restlets like Applications can
be attached.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setInternalRouter(Router internalRouter)
Sets the private internal router were Restlets like Applications can be
attached.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRouter
Router that collects calls from all applications and dispatches them to the
appropriate client connectors.
|
class |
InternalRouter
Provides the behavior of the internal router of a Component.
|
class |
ServerRouter
Router that collects calls from all server connectors and dispatches them to
the appropriate host routers.
|
Constructor and Description |
---|
ClientRoute(Router router,
Client target)
Constructor.
|
HostRoute(Router router,
VirtualHost target)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringBeanRouter
Restlet
Router which behaves like Spring's
org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping . |
class |
SpringHost
Virtual host that is easily configurable with Spring.
|
class |
SpringRouter
Router that is easily configurable with Spring.
|
Modifier and Type | Method and Description |
---|---|
Router |
SpringBeanFinder.getRouter()
Returns the associated router.
|
Modifier and Type | Method and Description |
---|---|
static void |
SpringRouter.setAttachment(Router router,
String path,
Object route)
Attach a single route.
|
static void |
SpringRouter.setAttachments(Router router,
Map<String,Object> routes)
Sets the map of routes to attach.
|
void |
SpringBeanFinder.setRouter(Router router)
Sets the associated router.
|
Constructor and Description |
---|
SpringBeanFinder(Router router,
org.springframework.beans.factory.BeanFactory beanFactory,
String beanName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Router |
WadlApplication.getRouter()
Returns the router where the
ServerResource classes created from
the WADL description document are attached. |
Modifier and Type | Method and Description |
---|---|
protected Finder |
WadlApplication.createFinder(Router router,
String uriPattern,
ResourceInfo resourceInfo)
Creates a finder for the given resource info.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualHost
Router of calls from Server connectors to Restlets.
|
Modifier and Type | Method and Description |
---|---|
Router |
Route.getRouter()
Returns the parent router.
|
Modifier and Type | Method and Description |
---|---|
void |
Route.setRouter(Router router)
Sets the parent router.
|
Constructor and Description |
---|
Route(Router router,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
String uriTemplate,
Restlet next)
Constructor.
|
TemplateRoute(Router router,
Template template,
Restlet next)
Constructor.
|
Copyright © 2005–2015. All rights reserved.