Package | Description |
---|---|
org.restlet.engine.component | |
org.restlet.ext.servlet |
Integration with Servlet API 3.1.
|
org.restlet.ext.spring | |
org.restlet.ext.wadl |
Constructor and Description |
---|
ClientRouter(Component component)
Constructor.
|
ComponentHelper(Component component)
Constructor.
|
ComponentXmlParser(Component component,
Representation xmlConfiguration)
Deprecated.
Constructor.
|
ServerRouter(Component component)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Component |
ServerServlet.createComponent()
Creates the single Component used by this Servlet.
|
Component |
ServerServlet.getComponent()
Returns the component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerServlet.init(Component component)
Initialize a component.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringComponent
Component that is easily configurable from Spring.
|
Constructor and Description |
---|
SpringHost(Component component)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
WadlComponent
Component that can configure itself given a WADL document.
|
Modifier and Type | Method and Description |
---|---|
VirtualHost |
WadlApplication.attachToComponent(Component component)
Attaches the application to the given component if the application has a
WADL base reference.
|
Copyright © 2005–2015. All rights reserved.