com.acsinet_solutions.cetia4.controller
Interface MultipartContext

All Superinterfaces:
ActionContext, ParameterAccessor, RequestContext
All Known Subinterfaces:
ServletRequestContext
All Known Implementing Classes:
AbstractServletRequestContext, WebServiceServletRequestContext, WebServletRequestContext

public interface MultipartContext
extends ActionContext

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.RequestContext
getAttribute, getComponentAttribute, getConfiguration, getContextAttribute, getContextPath, getMethod, getPathInfo, getRequestAttribute, getRequestedController, getRequestedPage, getRequestedURI, getRequestType, getSecurityContext, getSessionAttribute, invalidateSession, redirectTo, removeAttribute, removeComponentAttribute, removeContextAttribute, removeRequestAttribute, removeSessionAttribute, sessionExists, setAttribute, setComponentAttribute, setContextAttribute, setFormAttribute, setMessage, setRequestAttribute, setSessionAttribute, setSystemException, setValidationException
 
Methods inherited from interface com.acsinet_solutions.cetia4.controller.ParameterAccessor
getParameter, getParameterMap
 

Method Detail

getItems

java.util.List<org.apache.commons.fileupload.FileItem> getItems()
Get the file items of a multipart request.