Class HttpMethodValidationInterceptor
java.lang.Object
com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor
com.atlassian.confluence.struts.interceptor.HttpMethodValidationInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable,org.apache.struts2.interceptor.Interceptor
- Direct Known Subclasses:
HttpMethodValidationInterceptor
public class HttpMethodValidationInterceptor
extends com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor
- Since:
- 9.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor
com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor.SecurityLevelNested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter -
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.xwork.interceptors.RestrictHttpMethodInterceptor.SecurityLevelMethods inherited from class com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor
getConfiguredSecurityLevel, getPermittedHttpMethods, getPermittedHttpMethods, intercept, interceptMethods inherited from class com.atlassian.struts.interceptor.RestrictHttpMethodInterceptor
destroy, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.interceptor.Interceptor
destroy, init
-
Constructor Details
-
HttpMethodValidationInterceptor
public HttpMethodValidationInterceptor()
-
-
Method Details
-
getSecurityLevel
protected com.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor.SecurityLevel getSecurityLevel()- Overrides:
getSecurityLevelin classcom.atlassian.xwork.interceptors.RestrictHttpMethodInterceptor
-