| Package | Description |
|---|---|
| io.milton.http.json |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxLoginResource |
class |
CopyJsonResource
Forwards the POST request to the copy method on the wrapped
resource, looking up destination collection and name from the "destination" request parameter
|
class |
MkcolJsonResource
Forwards the POST request to the createCollection method on the wrapped
resource, passin it the "name" request parameter
|
class |
MoveJsonResource
Forwards the POST request to the move method on the wrapped
resource
|
class |
PostJsonResource
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 |
PropFindJsonResource |
class |
PropPatchJsonResource |
class |
PutJsonResource
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.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.