Package io.milton.http.fck
Class FckFileManagerResource
java.lang.Object
io.milton.http.fck.FckCommon
io.milton.http.fck.FckFileManagerResource
- All Implemented Interfaces:
DigestResource,GetableResource,PostableResource,Resource
-
Field Summary
FieldsFields inherited from class io.milton.http.fck.FckCommon
url, wrappedResource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentType(String accepts) voidsendContent(OutputStream out, Range range, Map<String, String> params, String contentType) Methods inherited from class io.milton.http.fck.FckCommon
authenticate, authenticate, authorise, checkRedirect, getContentLength, getMaxAgeSeconds, getModifiedDate, getName, getRealm, isDigestAllowedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.milton.resource.GetableResource
getContentLength, getMaxAgeSecondsMethods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm
-
Field Details
-
URL
-
UPLOAD_RESPONSE_TEMPLATE
- See Also:
-
-
Constructor Details
-
FckFileManagerResource
-
-
Method Details
-
getUniqueId
- Specified by:
getUniqueIdin interfaceResource
-
processForm
public String processForm(Map<String, String> parameters, Map<String, throws ConflictException, NotAuthorizedException, BadRequestExceptionFileItem> files) - Specified by:
processFormin interfacePostableResource- Throws:
ConflictExceptionNotAuthorizedExceptionBadRequestException
-
sendContent
public void sendContent(OutputStream out, Range range, Map<String, String> params, String contentType) throws IOException, NotAuthorizedException, BadRequestException- Specified by:
sendContentin interfaceGetableResource- Throws:
IOExceptionNotAuthorizedExceptionBadRequestException
-
getContentType
- Specified by:
getContentTypein interfaceGetableResource
-