Class RedirectionAction

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

public class RedirectionAction extends Object implements IAction
  • Constructor Details

    • RedirectionAction

      public RedirectionAction(String match, String target)
  • 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