Package io.milton.http.json
package io.milton.http.json
-
ClassDescriptionForwards the POST request to the copy method on the wrapped resource, looking up destination collection and name from the "destination" request parameterAbstract class to contain common propertiesForwards the POST request to the createCollection method on the wrapped resource, passin it the "name" request parameterForwards the POST request to the move method on the wrapped resourceThis just allows the determination of the per method handling class to be figured out during POST or GET processing, rather then requiring that determination to be made solely on the basis of the urlWill use milton's PUT framework to support file uploads using POST and multipart encoding This will save the uploaded files with their given names into the parent collection resource.