Class PassThroughAction

java.lang.Object
com.zfabrik.util.microweb.actions.PassThroughAction
All Implemented Interfaces:
IAction

public class PassThroughAction extends Object implements IAction
For this action will make the microwebfilter ignore the request and continue with the filter chain.
  • Constructor Details

    • PassThroughAction

      public PassThroughAction()
  • Method Details

    • handle

      public OutCome handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
      Specified by:
      handle in interface IAction
      Throws:
      javax.servlet.ServletException
      IOException