Uses of Class
org.gcube.smartgears.extensions.HttpExtension.Method
-
Packages that use HttpExtension.Method Package Description org.gcube.smartgears.extensions org.gcube.smartgears.extensions.resource -
-
Uses of HttpExtension.Method in org.gcube.smartgears.extensions
Methods in org.gcube.smartgears.extensions that return HttpExtension.Method Modifier and Type Method Description static HttpExtension.MethodHttpExtension.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpExtension.Method[]HttpExtension.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.smartgears.extensions that return types with arguments of type HttpExtension.Method Modifier and Type Method Description Set<HttpExtension.Method>ApiSignature. methods()Map<HttpExtension.Method,Set<String>>ApiSignature. requestTypes()Map<HttpExtension.Method,Set<String>>ApiSignature. responseTypes()Methods in org.gcube.smartgears.extensions with parameters of type HttpExtension.Method Modifier and Type Method Description booleanApiResource. accepts(HttpExtension.Method method, String type)Returnstrueif this resource accepts a given media type for a given method.static ApiMethodSignatureApiResource. method(HttpExtension.Method method)Returns anApiMethodSignaturethat declares the media types handled by anApiResourcefor a given method.booleanApiResource. produces(HttpExtension.Method method, String type)Returnstrueif this resource produces a given media type for a given method.booleanApiResource. supports(HttpExtension.Method method)Returnstrueif this resource supports a given method.Constructors in org.gcube.smartgears.extensions with parameters of type HttpExtension.Method Constructor Description ApiMethodSignature(HttpExtension.Method method) -
Uses of HttpExtension.Method in org.gcube.smartgears.extensions.resource
Methods in org.gcube.smartgears.extensions.resource with parameters of type HttpExtension.Method Modifier and Type Method Description booleanLifecycleResource. supports(HttpExtension.Method method)
-