Class ExportPost

  • 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
    • Constructor Detail

      • ExportPost

        public ExportPost()
    • Method Detail

      • 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)