Uses of Class
org.symphonyoss.s2.canon.runtime.http.HttpMethod
-
Packages that use HttpMethod Package Description org.symphonyoss.s2.canon.runtime.http -
-
Uses of HttpMethod in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http that return HttpMethod Modifier and Type Method Description HttpMethodRequestContext. getMethod()static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.symphonyoss.s2.canon.runtime.http with parameters of type HttpMethod Constructor Description RequestContext(HttpMethod method, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.symphonyoss.s2.fugue.core.trace.ITraceContext trace, IModelRegistry modelRegistry)
-