Class AbstractBambooInterceptor

    • Constructor Detail

      • AbstractBambooInterceptor

        public AbstractBambooInterceptor()
    • Method Detail

      • init

        public void init()
        Specified by:
        init in interface com.opensymphony.xwork2.interceptor.Interceptor
      • destroy

        public void destroy()
        Specified by:
        destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
      • intercept

        public final String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                               throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Throws:
        Exception
      • doIntercept

        public abstract String doIntercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                                    throws Exception
        Throws:
        Exception
      • getParameter

        protected String getParameter​(String parameterName)
      • getParameterAsInt

        protected int getParameterAsInt​(String parameterName)
      • hasParameter

        protected boolean hasParameter​(String parameterName)