Package io.milton.resource
Interface PostableResource
- All Superinterfaces:
GetableResource,Resource
- All Known Subinterfaces:
FileResource
-
Method Summary
Methods inherited from interface io.milton.resource.GetableResource
getContentLength, getContentType, getMaxAgeSeconds, sendContentMethods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
Method Details
-
processForm
String processForm(Map<String, String> parameters, Map<String, throws io.milton.http.exceptions.BadRequestException, io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.ConflictExceptionFileItem> files) Called after a POST request- Parameters:
parameters-files-- Returns:
- - null,or an address if a redirect is required.
- Throws:
io.milton.http.exceptions.BadRequestExceptionio.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.ConflictException
-