| Package | Description | 
|---|---|
| org.apache.struts2.interceptor.httpmethod | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpMethod | HttpMethod. parse(String httpRequestMethod) | 
| static HttpMethod | HttpMethod. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<HttpMethod> | HttpMethodInterceptor. readAllowedMethods(AnnotatedElement element) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpMethodAware. setMethod(HttpMethod httpMethod)Notifies action about http method used to perform request | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.