| |
|
| java.lang.Object org.apache.cocoon.servlet.multipart.MultipartHttpServletRequest
MultipartHttpServletRequest | public class MultipartHttpServletRequest implements HttpServletRequest(Code) | | Servlet request wrapper for multipart parser.
author: Jeroen ter Voorde author: Stefano Mazzocchi version: CVS $Id: MultipartHttpServletRequest.java 433543 2006-08-22 06:22:54Z crossley $ |
MultipartHttpServletRequest | public MultipartHttpServletRequest(HttpServletRequest 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
|
getCookies | public Cookie[] getCookies()(Code) | | Method getCookies
|
getDateHeader | public long getDateHeader(String name)(Code) | | Method getDateHeader
Parameters: name - |
getIntHeader | public int getIntHeader(String name)(Code) | | Method getIntHeader
Parameters: name - |
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 - |
getPathInfo | public String getPathInfo()(Code) | | Method getPathInfo
|
getPathTranslated | public String getPathTranslated()(Code) | | Method getPathTranslated
|
getProtocol | public String getProtocol()(Code) | | Method getProtocol
|
getQueryString | public String getQueryString()(Code) | | Method getQueryString
|
getRealPath | public String getRealPath(String path)(Code) | | Method getRealPath
Parameters: path - |
getRemoteAddr | public String getRemoteAddr()(Code) | | Method getRemoteAddr
|
getRemoteHost | public String getRemoteHost()(Code) | | Method getRemoteHost
|
getRemoteUser | public String getRemoteUser()(Code) | | Method getRemoteUser
|
getRequestURI | public String getRequestURI()(Code) | | Method getRequestURI
|
getRequestedSessionId | public String getRequestedSessionId()(Code) | | Method getRequestedSessionId
|
getServerName | public String getServerName()(Code) | | Method getServerName
|
getServerPort | public int getServerPort()(Code) | | Method getServerPort
|
getServletPath | public String getServletPath()(Code) | | Method getServletPath
|
getSession | public HttpSession getSession(boolean create)(Code) | | Method getSession
Parameters: create - |
getUserPrincipal | public Principal getUserPrincipal()(Code) | | Method getUserPrincipal
|
isRequestedSessionIdFromCookie | public boolean isRequestedSessionIdFromCookie()(Code) | | Method isRequestedSessionIdFromCookie
|
isRequestedSessionIdFromURL | public boolean isRequestedSessionIdFromURL()(Code) | | Method isRequestedSessionIdFromURL
|
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 - |
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 - |
|
|
|