Uses of Class
org.restlet.ext.wadl.MethodInfo
-
Packages that use MethodInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of MethodInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as MethodInfo Modifier and Type Field Description private MethodInfoWadlRepresentation.ContentReader. currentMethodThe current parsed "method" tag.Fields in org.restlet.ext.wadl with type parameters of type MethodInfo Modifier and Type Field Description private java.util.List<MethodInfo>ApplicationInfo. methodsDeprecated.List of methods.private java.util.List<MethodInfo>ResourceInfo. methodsDeprecated.List of supported methods.private java.util.List<MethodInfo>ResourceTypeInfo. methodsDeprecated.List of supported methods.Methods in org.restlet.ext.wadl that return MethodInfo Modifier and Type Method Description protected MethodInfoWadlServerResource. describeMethod()Deprecated.Returns a WADL description of the current method.Methods in org.restlet.ext.wadl that return types with arguments of type MethodInfo Modifier and Type Method Description java.util.List<MethodInfo>ApplicationInfo. getMethods()Deprecated.Returns the list of method elements.java.util.List<MethodInfo>ResourceInfo. getMethods()Deprecated.Returns the list of supported methods.java.util.List<MethodInfo>ResourceTypeInfo. getMethods()Deprecated.Returns the list of supported methods.Methods in org.restlet.ext.wadl with parameters of type MethodInfo Modifier and Type Method Description protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information.protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, RequestInfo requestInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and request.protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, ResponseInfo responseInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and response.static voidMethodInfo. describeAnnotations(MethodInfo info, ServerResource resource)Deprecated.Automatically describe a method by discovering the resource's annotations.protected voidWadlServerResource. describeDelete(MethodInfo info)Deprecated.Describes the DELETE method.protected voidWadlServerResource. describeGet(MethodInfo info)Deprecated.Describes the GET method.
By default, it describes the response with the available variants based on theServerResource.getVariants()method.protected voidWadlServerResource. describeMethod(Method method, MethodInfo info)Deprecated.Returns a WADL description of the given method.protected voidWadlServerResource. describeOptions(MethodInfo info)Deprecated.Describes the OPTIONS method.
By default it describes the response with the available variants based on theWadlServerResource.getWadlVariants()method.protected voidWadlServerResource. describePatch(MethodInfo info)Deprecated.Describes the Patch method.protected voidWadlServerResource. describePost(MethodInfo info)Deprecated.Describes the POST method.protected voidWadlServerResource. describePut(MethodInfo info)Deprecated.Describes the PUT method.Method parameters in org.restlet.ext.wadl with type arguments of type MethodInfo Modifier and Type Method Description voidApplicationInfo. setMethods(java.util.List<MethodInfo> methods)Deprecated.Sets the list of documentation elements.voidResourceInfo. setMethods(java.util.List<MethodInfo> methods)Deprecated.Sets the list of supported methods.voidResourceTypeInfo. setMethods(java.util.List<MethodInfo> methods)Deprecated.Sets the list of supported methods.
-