Package io.milton.resource
Interface FileResource
-
- All Superinterfaces:
CopyableResource,DeletableResource,GetableResource,MoveableResource,PostableResource,PropFindableResource,Resource
public interface FileResource extends CopyableResource, DeletableResource, GetableResource, MoveableResource, PostableResource, PropFindableResource
Extends all interfaces required for typical document behavior. This is a good place to start if you want a normal resource. However, think carefully about which interfaces to implement. Only implement those which should actually be supported
-
-
Method Summary
-
Methods inherited from interface io.milton.resource.CopyableResource
copyTo
-
Methods inherited from interface io.milton.resource.DeletableResource
delete
-
Methods inherited from interface io.milton.resource.GetableResource
getContentLength, getContentType, getMaxAgeSeconds, sendContent
-
Methods inherited from interface io.milton.resource.MoveableResource
moveTo
-
Methods inherited from interface io.milton.resource.PostableResource
processForm
-
Methods inherited from interface io.milton.resource.PropFindableResource
getCreateDate
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-