Class TrimParametersInterceptor
java.lang.Object
com.atlassian.xwork.interceptors.AroundInterceptor
com.atlassian.bamboo.ww2.interceptors.TrimParametersInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class TrimParametersInterceptor
extends com.atlassian.xwork.interceptors.AroundInterceptor
Trims any input that's a String
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.xwork.interceptors.AroundInterceptor
destroy, init, intercept
-
Constructor Details
-
TrimParametersInterceptor
public TrimParametersInterceptor()
-
-
Method Details
-
before
protected void before(com.opensymphony.xwork2.ActionInvocation invocation) - Specified by:
before
in classcom.atlassian.xwork.interceptors.AroundInterceptor
-
after
- Specified by:
after
in classcom.atlassian.xwork.interceptors.AroundInterceptor
-