| |
|
| java.lang.Object org.restlet.ext.fileupload.RepresentationContext
RepresentationContext | public class RepresentationContext implements RequestContext(Code) | | Provides access to the representation information needed by the FileUpload
processor.
author: Jerome Louvel (contact@noelios.com) |
RepresentationContext | public RepresentationContext(Representation multipartForm)(Code) | | Constructor.
Parameters: multipartForm - The multipart form to parse. |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | Returns the character encoding for the form.
The character encoding for the form. |
getContentLength | public int getContentLength()(Code) | | Returns the content length of the form.
The content length of the form. |
getContentType | public String getContentType()(Code) | | Returns the content type of the form.
The content type of the form. |
|
|
|