java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class ExportPost extends StreamACP
Creates an RM specific ACP file of nodes to export then streams it back to the client.
Author:
Gavin Cornwell
  • Field Details

  • Constructor Details

    • ExportPost

      public ExportPost()
  • Method Details

    • setContentStreamer

      public void setContentStreamer(ContentStreamer contentStreamer)
      Parameters:
      contentStreamer -
    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Specified by:
      execute in interface org.springframework.extensions.webscripts.WebScript
      Overrides:
      execute in class StreamACP
      Throws:
      IOException
      See Also:
      • DeclarativeWebScript.executeImpl(org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.Status, org.springframework.extensions.webscripts.Cache)