com.bradmcevoy.http
Interface PostableResource

All Superinterfaces:
GetableResource, Resource
All Known Subinterfaces:
FileResource
All Known Implementing Classes:
ClassPathResourceFactory.ClassPathResource, FckCommon, FckFileManagerResource, FckQuickUploaderResource, SimpleDigestResource, SimpleResource

public interface PostableResource
extends GetableResource


Method Summary
 java.lang.String processForm(java.util.Map<java.lang.String,java.lang.String> parameters, java.util.Map<java.lang.String,FileItem> files)
           
 
Methods inherited from interface com.bradmcevoy.http.GetableResource
getContentLength, getContentType, getMaxAgeSeconds, sendContent
 
Methods inherited from interface com.bradmcevoy.http.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
 

Method Detail

processForm

java.lang.String processForm(java.util.Map<java.lang.String,java.lang.String> parameters,
                             java.util.Map<java.lang.String,FileItem> files)
                             throws BadRequestException,
                                    NotAuthorizedException,
                                    ConflictException
Throws:
BadRequestException
NotAuthorizedException
ConflictException


Copyright © 2011. All Rights Reserved.