Class ActionTasks

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ActionLifecycle, ActionProcessor

public class ActionTasks extends ActionCtl
See Also:
  • Constructor Details

    • ActionTasks

      public ActionTasks()
  • Method Details

    • execOptions

      public void execOptions(HttpAction action)
    • validate

      public void validate(HttpAction action)
      Description copied from interface: ActionLifecycle
      The validation step of a request
    • execute

      public void execute(HttpAction action)
      Description copied from interface: ActionLifecycle
      The perform step of a request