|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipartContext
An special type of action context that may be used for multipart requests. Apache commons fileupload is used for this type of requests.
| Method Summary | |
|---|---|
java.util.List<org.apache.commons.fileupload.FileItem> |
getItems()
Get the file items of a multipart request. |
| Methods inherited from interface com.acsinet_solutions.cetia4.controller.ActionContext |
|---|
isMultipart, setRenderParameter |
| Methods inherited from interface com.acsinet_solutions.cetia4.controller.ParameterAccessor |
|---|
getParameter, getParameterMap |
| Method Detail |
|---|
java.util.List<org.apache.commons.fileupload.FileItem> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||