com.atlassian.bamboo.ww2.interceptors
Class TrimParametersInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AroundInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.TrimParametersInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class TrimParametersInterceptor
extends AroundInterceptor

Trims any input that's a String

See Also:
Serialized Form

Constructor Summary
TrimParametersInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork2.ActionInvocation dispatcher, String result)
           
protected  void before(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AroundInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrimParametersInterceptor

public TrimParametersInterceptor()
Method Detail

before

protected void before(com.opensymphony.xwork2.ActionInvocation invocation)
               throws Exception
Specified by:
before in class AroundInterceptor
Throws:
Exception

after

protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher,
                     String result)
              throws Exception
Specified by:
after in class AroundInterceptor
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.