Uses of Class
com.iizix.ws.prop.Method
Packages that use Method Package Description com.iizix.ws.engine com.iizix.ws.prop Uses of Method in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return Method Modifier and Type Method Description MethodRESTfulRequest. getMethod()Gets the HTTP method for the request.MethodRESTfulRequest. getOverrideMethod()Gets the override method used for "X-HTTP-Method-Override".Methods in com.iizix.ws.engine with parameters of type Method Modifier and Type Method Description voidRESTfulRequest. setMethod(Method method)Sets 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 Method Modifier and Type Method Description MethodRESTfulInputProps. getMethod()Gets the method.MethodRESTfulInputProps. getOverrideMethod()Gets the override method.static MethodMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.