|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.webapp.filter.portlet.PortletRequestWrapper
org.apache.myfaces.webapp.filter.portlet.ActionRequestWrapper
org.apache.myfaces.webapp.filter.PortletMultipartRequestWrapper
public class PortletMultipartRequestWrapper
Field Summary | |
---|---|
static java.lang.String |
UPLOADED_FILES_ATTRIBUTE
|
static java.lang.String |
WWW_FORM_URLENCODED_TYPE
|
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Constructor Summary | |
---|---|
PortletMultipartRequestWrapper(java.lang.Object request,
int maxSize,
int thresholdSize,
java.lang.String repositoryPath)
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String string)
|
java.lang.String |
getContentType()
|
org.apache.commons.fileupload.FileItem |
getFileItem(java.lang.String fieldName)
|
java.util.Map |
getFileItems()
Not used internally by MyFaces, but provides a way to handle the uploaded files out of MyFaces. |
java.lang.String |
getParameter(java.lang.String name)
|
java.util.Map |
getParameterMap()
|
java.util.Enumeration |
getParameterNames()
|
java.lang.String[] |
getParameterValues(java.lang.String name)
|
Methods inherited from class org.apache.myfaces.webapp.filter.portlet.ActionRequestWrapper |
---|
getCharacterEncoding, getContentLength, getPortletInputStream, getReader, setCharacterEncoding |
Methods inherited from class org.apache.myfaces.webapp.filter.portlet.PortletRequestWrapper |
---|
getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequest, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.portlet.PortletRequest |
---|
getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Field Detail |
---|
public static final java.lang.String UPLOADED_FILES_ATTRIBUTE
public static final java.lang.String WWW_FORM_URLENCODED_TYPE
Constructor Detail |
---|
public PortletMultipartRequestWrapper(java.lang.Object request, int maxSize, int thresholdSize, java.lang.String repositoryPath)
Method Detail |
---|
public java.util.Enumeration getParameterNames()
getParameterNames
in interface javax.portlet.PortletRequest
getParameterNames
in class PortletRequestWrapper
public java.lang.String getParameter(java.lang.String name)
getParameter
in interface javax.portlet.PortletRequest
getParameter
in class PortletRequestWrapper
public java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues
in interface javax.portlet.PortletRequest
getParameterValues
in class PortletRequestWrapper
public java.util.Map getParameterMap()
getParameterMap
in interface javax.portlet.PortletRequest
getParameterMap
in class PortletRequestWrapper
public org.apache.commons.fileupload.FileItem getFileItem(java.lang.String fieldName)
public java.util.Map getFileItems()
public java.lang.Object getAttribute(java.lang.String string)
getAttribute
in interface javax.portlet.PortletRequest
getAttribute
in class PortletRequestWrapper
public java.lang.String getContentType()
getContentType
in interface javax.portlet.ActionRequest
getContentType
in class ActionRequestWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |