Class ActionContainerItem

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ActionLifecycle, ActionProcessor
Direct Known Subclasses:
ActionItem, ActionStats

public abstract class ActionContainerItem extends ActionCtl
Base for actions that are container and also have actions on items
See Also:
  • Method Details

    • execute

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

      public void execOptions(HttpAction action)