| Package | Description |
|---|---|
| de.twenty11.skysail.server.restlet |
| Modifier and Type | Method and Description |
|---|---|
List<MethodInfo> |
ApplicationInfo.getMethods()
Returns the list of method elements.
|
List<MethodInfo> |
ResourceInfo.getMethods()
Returns the list of supported methods.
|
| Modifier and Type | Method and Description |
|---|---|
RepresentationInfo |
SkysailServerResource2.describe(MethodInfo methodInfo,
RequestInfo request,
Class<?> representationClass,
org.restlet.representation.Variant variant) |
RepresentationInfo |
SkysailServerResource2.describe(MethodInfo methodInfo,
ResponseInfo response,
Class<?> outputClass,
org.restlet.representation.Variant variant) |
static void |
MethodInfo.describeAnnotations(MethodInfo info,
org.restlet.resource.ServerResource resource)
Automatically describe a method by discovering the resource's
annotations.
|
protected void |
SkysailServerResource2.describeDelete(MethodInfo info)
Describes the DELETE method.
|
protected void |
SkysailServerResource2.describeGet(MethodInfo info)
Describes the GET method.
By default, it describes the response with the available variants based on the ServerResource.getVariants() method. |
protected void |
SkysailServerResource2.describeMethod(org.restlet.data.Method method,
MethodInfo info) |
protected void |
SkysailServerResource2.describeOptions(MethodInfo info)
Describes the OPTIONS method.
By default it describes the response with the available variants based on the #getWadlVariants() method. |
protected void |
SkysailServerResource2.describePost(MethodInfo info)
Describes the POST method.
|
protected void |
SkysailServerResource2.describePut(MethodInfo info)
Describes the PUT method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationInfo.setMethods(List<MethodInfo> methods)
Sets the list of documentation elements.
|
void |
ResourceInfo.setMethods(List<MethodInfo> methods)
Sets the list of supported methods.
|
Copyright © 2011-2013. All Rights Reserved.