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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    after(com.opensymphony.xwork2.ActionInvocation dispatcher, String result)
     
    protected void
    before(com.opensymphony.xwork2.ActionInvocation invocation)
     

    Methods inherited from class com.atlassian.xwork.interceptors.AroundInterceptor

    destroy, init, intercept

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrimParametersInterceptor

      public TrimParametersInterceptor()
  • Method Details

    • 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