All Implemented Interfaces:
ActionLifecycle, ActionProcessor
Direct Known Subclasses:
BaseActionREST, GSP_Base, PatchApply, UploadRDF

public abstract class ActionREST extends ActionService
Common point for operations that are "REST"ish (use GET/PUT etc as operations).
  • Constructor Details

    • ActionREST

      public ActionREST()
  • Method Details

    • execute

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

      public void process(HttpAction action)
      Description copied from class: ActionBase
      Subclasses must override execGet, execPost etc to say which methods they support. Typically, the implementation is a call to executeLifecycle(action).
      Specified by:
      process in interface ActionProcessor
      Overrides:
      process in class ActionBase
      Parameters:
      action - HTTP Action
    • execAny

      public void execAny(String methodName, HttpAction action)