Class ExactPathGate

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

public class ExactPathGate extends Object implements IAction
to wrap other actions that should only be effective upon an exact path match
  • Constructor Details

    • ExactPathGate

      public ExactPathGate(IAction wrapped, String path)
  • 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