Class SimpleConversionErrorInterceptor

java.lang.Object
com.atlassian.bamboo.ww2.interceptors.SimpleConversionErrorInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.Interceptor

public class SimpleConversionErrorInterceptor extends Object implements org.apache.struts2.interceptor.Interceptor
A simple ConversionErrorInterceptor that sets the value of the field directly back in the context rather than in the stack, which get evaluated as an OGNL expression. Workaround for: ...
Since:
v3.4
See Also:
  • Constructor Details

    • SimpleConversionErrorInterceptor

      public SimpleConversionErrorInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.struts2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface org.apache.struts2.interceptor.Interceptor
    • intercept

      public String intercept(org.apache.struts2.ActionInvocation invocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Throws:
      Exception