| |
|
| java.lang.Object org.apache.cocoon.portlet.multipart.MultipartActionRequest
MultipartActionRequest | public class MultipartActionRequest implements ActionRequest(Code) | | Portlet action request wrapper for multipart parser.
author: Vadim Gritsenko version: CVS $Id: MultipartActionRequest.java 433543 2006-08-22 06:22:54Z crossley $ |
Constructor Summary | |
public | MultipartActionRequest(ActionRequest request, Hashtable values) Create this wrapper around the given request and including the given
parts. |
MultipartActionRequest | public MultipartActionRequest(ActionRequest request, Hashtable values)(Code) | | Create this wrapper around the given request and including the given
parts.
|
cleanup | public void cleanup() throws IOException(Code) | | Cleanup eventually uploaded parts that were saved on disk
|
getAttribute | public Object getAttribute(String name)(Code) | | Method getAttribute
Parameters: name - |
getAttributeNames | public Enumeration getAttributeNames()(Code) | | Method getAttributeNames
|
getAuthType | public String getAuthType()(Code) | | Method getAuthType
|
getCharacterEncoding | public String getCharacterEncoding()(Code) | | Method getCharacterEncoding
|
getContentLength | public int getContentLength()(Code) | | Method getContentLength
|
getContentType | public String getContentType()(Code) | | Method getContentType
|
getContextPath | public String getContextPath()(Code) | | Method getContextPath
|
getParameter | public String getParameter(String name)(Code) | | Method getParameter
Parameters: name - |
getParameterMap | public Map getParameterMap()(Code) | | |
getParameterNames | public Enumeration getParameterNames()(Code) | | Method getParameterNames
|
getParameterValues | public String[] getParameterValues(String name)(Code) | | Method getParameterValues
Parameters: name - |
getPortalContext | public PortalContext getPortalContext()(Code) | | |
getPortletMode | public PortletMode getPortletMode()(Code) | | |
getPortletSession | public PortletSession getPortletSession(boolean create)(Code) | | Method getSession
Parameters: create - |
getPortletSession | public PortletSession getPortletSession()(Code) | | Method getSession
|
getPreferences | public PortletPreferences getPreferences()(Code) | | |
getRemoteUser | public String getRemoteUser()(Code) | | Method getRemoteUser
|
getRequestedSessionId | public String getRequestedSessionId()(Code) | | Method getRequestedSessionId
|
getResponseContentType | public String getResponseContentType()(Code) | | |
getServerName | public String getServerName()(Code) | | Method getServerName
|
getServerPort | public int getServerPort()(Code) | | Method getServerPort
|
getUserPrincipal | public Principal getUserPrincipal()(Code) | | Method getUserPrincipal
|
getWindowState | public WindowState getWindowState()(Code) | | |
isPortletModeAllowed | public boolean isPortletModeAllowed(PortletMode mode)(Code) | | |
isRequestedSessionIdValid | public boolean isRequestedSessionIdValid()(Code) | | Method isRequestedSessionIdValid
|
isSecure | public boolean isSecure()(Code) | | Method isSecure
|
isUserInRole | public boolean isUserInRole(String role)(Code) | | Method isUserInRole
Parameters: role - |
isWindowStateAllowed | public boolean isWindowStateAllowed(WindowState state)(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | Method removeAttribute
Parameters: name - |
setAttribute | public void setAttribute(String name, Object o)(Code) | | Method setAttribute
Parameters: name - Parameters: o - |
|
|
|