Class HttpMethodValidationInterceptor
java.lang.Object
com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
com.atlassian.confluence.struts.interceptor.HttpMethodValidationInterceptor
- All Implemented Interfaces:
Serializable
,org.apache.struts2.interceptor.Interceptor
public class HttpMethodValidationInterceptor
extends com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
- Since:
- 9.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel
-
Field Summary
Fields inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
INVALID_METHOD_RESULT, PERMITTED_METHODS_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel
Methods inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
destroy, getPermittedHttpMethods, init, intercept
-
Constructor Details
-
HttpMethodValidationInterceptor
public HttpMethodValidationInterceptor()
-
-
Method Details
-
getConfiguredSecurityLevel
protected com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor.SecurityLevel getConfiguredSecurityLevel()- Overrides:
getConfiguredSecurityLevel
in classcom.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
-