Uses of Enum Class
com.iizix.ws.prop.Method
Packages that use Method
Uses of Method in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return MethodModifier and TypeMethodDescriptionRESTfulRequest.getMethod()Gets the HTTP method for the request.RESTfulRequest.getOverrideMethod()Gets the override method used for "X-HTTP-Method-Override".Methods in com.iizix.ws.engine with parameters of type MethodModifier and TypeMethodDescriptionvoidSets the HTTP method for the request.voidRESTfulRequest.setOverrideMethod(Method overrideMethod) Sets the override method.Uses of Method in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return MethodModifier and TypeMethodDescriptionRESTfulInputProps.getMethod()Gets the method.RESTfulInputProps.getOverrideMethod()Gets the override method.static MethodReturns the enum constant of this class with the specified name.static Method[]Method.values()Returns an array containing the constants of this enum class, in the order they are declared.