JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.struts2.interceptor.httpmethod
Annotation Interface HttpDelete
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
HttpDelete
Use this annotation to allow call action or action's method via DELETE request only
Since:
6.2.0
See Also:
HttpMethodInterceptor
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
HttpMethod
[]
value
Element Details
value
HttpMethod
[]
value
Default:
{DELETE}