Package com.spec.web.expresso.constants
Class Methods
java.lang.Object
com.spec.web.expresso.constants.Methods
Descibes the method a callback will use.
Mainly describes the HTTP methods but also contains custom methods.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
METHOD_USE
Custom method : The callback defined on it will be called regardless of what HTTP method is defined on it- See Also:
-
METHOD_GET
-
METHOD_POST
-
METHOD_PUT
-
METHOD_DELETE
-