|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInfo | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of MethodInfo in org.restlet.ext.wadl |
---|
Methods in org.restlet.ext.wadl that return types with arguments of type MethodInfo | |
---|---|
java.util.List<MethodInfo> |
ResourceTypeInfo.getMethods()
Returns the list of supported methods. |
java.util.List<MethodInfo> |
ResourceInfo.getMethods()
Returns the list of supported methods. |
java.util.List<MethodInfo> |
ApplicationInfo.getMethods()
Returns the list of method elements. |
Methods in org.restlet.ext.wadl with parameters of type MethodInfo | |
---|---|
protected void |
WadlResource.describeDelete(MethodInfo info)
Describes the DELETE method. |
protected void |
WadlResource.describeGet(MethodInfo info)
Describes the GET method. By default, it describes the response with the available variants based on the Resource.getVariants() method. |
protected void |
WadlResource.describeMethod(Method method,
MethodInfo info)
Returns a WADL description of the given method. |
protected void |
WadlResource.describeOptions(MethodInfo info)
Describes the OPTIONS method. By default it describes the response with the available variants based on the WadlResource.getWadlVariants() method. |
protected void |
WadlResource.describePost(MethodInfo info)
Describes the POST method. |
protected void |
WadlResource.describePut(MethodInfo info)
Describes the PUT method. |
Method parameters in org.restlet.ext.wadl with type arguments of type MethodInfo | |
---|---|
void |
ResourceTypeInfo.setMethods(java.util.List<MethodInfo> methods)
Sets the list of supported methods. |
void |
ResourceInfo.setMethods(java.util.List<MethodInfo> methods)
Sets the list of supported methods. |
void |
ApplicationInfo.setMethods(java.util.List<MethodInfo> methods)
Sets the list of documentation elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |