Class LogoutAction

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

public class LogoutAction extends Object implements IAction
Handle logout
  • Constructor Details

    • LogoutAction

      public LogoutAction(IAction target)
  • Method Details

    • handle

      public OutCome handle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      Specified by:
      handle in interface IAction
      Throws:
      jakarta.servlet.ServletException
      IOException