Class NodeServlet.CopyOperation

  • All Implemented Interfaces:
    ServletOperation
    Direct Known Subclasses:
    NodeServlet.PutCopyOperation
    Enclosing class:
    NodeServlet

    protected class NodeServlet.CopyOperation
    extends Object
    implements ServletOperation
    The 'create' via POST (multipart form) implementation expects:
    • the 'path' parameter with the path of the new nodes parent
    • the 'name' parameter with the name of the new node
    • the 'file' part (form element / parameter) with the binary content (optional)
    • Constructor Detail

      • CopyOperation

        protected CopyOperation()