Class ActionContainerItem

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, 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)