Class 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:
    Serialized Form
    • Constructor Detail

      • TrimParametersInterceptor

        public TrimParametersInterceptor()
    • Method Detail

      • before

        protected void before​(com.opensymphony.xwork2.ActionInvocation invocation)
        Specified by:
        before in class com.atlassian.xwork.interceptors.AroundInterceptor
      • after

        protected void after​(com.opensymphony.xwork2.ActionInvocation dispatcher,
                             String result)
        Specified by:
        after in class com.atlassian.xwork.interceptors.AroundInterceptor