Uses of Enum Class
org.apache.struts2.interceptor.httpmethod.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.apache.struts2.interceptor.httpmethod
Methods in org.apache.struts2.interceptor.httpmethod that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
static HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.struts2.interceptor.httpmethod that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionprotected List<HttpMethod>
HttpMethodInterceptor.readAllowedMethods
(AnnotatedElement element) Methods in org.apache.struts2.interceptor.httpmethod with parameters of type HttpMethodModifier and TypeMethodDescriptionvoid
HttpMethodAware.setMethod
(HttpMethod httpMethod) Notifies action about http method used to perform request