Uses of Class
io.milton.http.json.JsonResource

Packages that use JsonResource
Package
Description
 
  • Uses of JsonResource in io.milton.http.json

    Modifier and Type
    Class
    Description
    class 
     
    class 
    Forwards the POST request to the copy method on the wrapped resource, looking up destination collection and name from the "destination" request parameter
    class 
    Forwards the POST request to the createCollection method on the wrapped resource, passin it the "name" request parameter
    class 
    Forwards the POST request to the move method on the wrapped resource
    class 
    This 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 url
    class 
     
    class 
     
    class 
    Will 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.