|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Http.FilePart | |
|---|---|
| com.liferay.portal.kernel.util | This package defines the kernel utility interfaces and classes. |
| com.liferay.portal.util | This package defines the portal utility interfaces and classes. |
| Uses of Http.FilePart in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util that return types with arguments of type Http.FilePart | |
|---|---|
List<Http.FilePart> |
Http.Options.getFileParts()
|
| Method parameters in com.liferay.portal.kernel.util with type arguments of type Http.FilePart | |
|---|---|
void |
Http.Options.setFileParts(List<Http.FilePart> fileParts)
|
| Uses of Http.FilePart in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type Http.FilePart | |
|---|---|
protected org.apache.commons.httpclient.methods.multipart.FilePart |
HttpImpl.toCommonsFilePart(Http.FilePart filePart)
|
| Method parameters in com.liferay.portal.util with type arguments of type Http.FilePart | |
|---|---|
protected void |
HttpImpl.processPostMethod(org.apache.commons.httpclient.methods.PostMethod postMethod,
List<Http.FilePart> fileParts,
Map<String,String> parts)
|
protected byte[] |
HttpImpl.URLtoByteArray(String location,
Http.Method method,
Map<String,String> headers,
javax.servlet.http.Cookie[] cookies,
Http.Auth auth,
Http.Body body,
List<Http.FilePart> fileParts,
Map<String,String> parts,
Http.Response response,
boolean followRedirects)
|
protected InputStream |
HttpImpl.URLtoInputStream(String location,
Http.Method method,
Map<String,String> headers,
javax.servlet.http.Cookie[] cookies,
Http.Auth auth,
Http.Body body,
List<Http.FilePart> fileParts,
Map<String,String> parts,
Http.Response response,
boolean followRedirects)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||