com.liferay.faces.bridge.context.map
Class RequestParameterMapMultiPartImpl.ActionRequestAdapter
java.lang.Object
com.liferay.faces.bridge.context.map.RequestParameterMapMultiPartImpl.ActionRequestAdapter
- All Implemented Interfaces:
- javax.portlet.ActionRequest, javax.portlet.ClientDataRequest, javax.portlet.PortletRequest
- Enclosing class:
- RequestParameterMapMultiPartImpl
protected class RequestParameterMapMultiPartImpl.ActionRequestAdapter
- extends Object
- implements javax.portlet.ActionRequest
Since PortletFileUpload.parseRequest(ActionRequest) only works with ActionRequest, this adapter
class is necessary to force commons-fileupload to work with ResourceRequest (Ajax file upload).
- Author:
- Neil Griffin
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
javax.portlet.PortletRequest.P3PUserInfos |
| Fields inherited from interface javax.portlet.ActionRequest |
ACTION_NAME |
| Fields inherited from interface javax.portlet.PortletRequest |
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParameterMapMultiPartImpl.ActionRequestAdapter
public RequestParameterMapMultiPartImpl.ActionRequestAdapter(javax.portlet.ResourceRequest resourceRequest)
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute in interface javax.portlet.PortletRequest
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute in interface javax.portlet.PortletRequest
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute in interface javax.portlet.PortletRequest
getAttributeNames
public Enumeration<String> getAttributeNames()
- Specified by:
getAttributeNames in interface javax.portlet.PortletRequest
getAuthType
public String getAuthType()
- Specified by:
getAuthType in interface javax.portlet.PortletRequest
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding in interface javax.portlet.ClientDataRequest
setCharacterEncoding
public void setCharacterEncoding(String enc)
throws UnsupportedEncodingException
- Specified by:
setCharacterEncoding in interface javax.portlet.ClientDataRequest
- Throws:
UnsupportedEncodingException
getContentLength
public int getContentLength()
- Specified by:
getContentLength in interface javax.portlet.ClientDataRequest
getContentType
public String getContentType()
- Specified by:
getContentType in interface javax.portlet.ClientDataRequest
getContextPath
public String getContextPath()
- Specified by:
getContextPath in interface javax.portlet.PortletRequest
getCookies
public javax.servlet.http.Cookie[] getCookies()
- Specified by:
getCookies in interface javax.portlet.PortletRequest
isPortletModeAllowed
public boolean isPortletModeAllowed(javax.portlet.PortletMode mode)
- Specified by:
isPortletModeAllowed in interface javax.portlet.PortletRequest
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()
- Specified by:
isRequestedSessionIdValid in interface javax.portlet.PortletRequest
isWindowStateAllowed
public boolean isWindowStateAllowed(javax.portlet.WindowState state)
- Specified by:
isWindowStateAllowed in interface javax.portlet.PortletRequest
isSecure
public boolean isSecure()
- Specified by:
isSecure in interface javax.portlet.PortletRequest
isUserInRole
public boolean isUserInRole(String role)
- Specified by:
isUserInRole in interface javax.portlet.PortletRequest
getLocale
public Locale getLocale()
- Specified by:
getLocale in interface javax.portlet.PortletRequest
getLocales
public Enumeration<Locale> getLocales()
- Specified by:
getLocales in interface javax.portlet.PortletRequest
getMethod
public String getMethod()
- Specified by:
getMethod in interface javax.portlet.ClientDataRequest
getParameter
public String getParameter(String name)
- Specified by:
getParameter in interface javax.portlet.PortletRequest
getParameterMap
public Map<String,String[]> getParameterMap()
- Specified by:
getParameterMap in interface javax.portlet.PortletRequest
getParameterNames
public Enumeration<String> getParameterNames()
- Specified by:
getParameterNames in interface javax.portlet.PortletRequest
getParameterValues
public String[] getParameterValues(String name)
- Specified by:
getParameterValues in interface javax.portlet.PortletRequest
getPortalContext
public javax.portlet.PortalContext getPortalContext()
- Specified by:
getPortalContext in interface javax.portlet.PortletRequest
getPortletInputStream
public InputStream getPortletInputStream()
throws IOException
- Specified by:
getPortletInputStream in interface javax.portlet.ClientDataRequest
- Throws:
IOException
getPortletMode
public javax.portlet.PortletMode getPortletMode()
- Specified by:
getPortletMode in interface javax.portlet.PortletRequest
getPortletSession
public javax.portlet.PortletSession getPortletSession()
- Specified by:
getPortletSession in interface javax.portlet.PortletRequest
getPortletSession
public javax.portlet.PortletSession getPortletSession(boolean create)
- Specified by:
getPortletSession in interface javax.portlet.PortletRequest
getPreferences
public javax.portlet.PortletPreferences getPreferences()
- Specified by:
getPreferences in interface javax.portlet.PortletRequest
getPrivateParameterMap
public Map<String,String[]> getPrivateParameterMap()
- Specified by:
getPrivateParameterMap in interface javax.portlet.PortletRequest
getProperties
public Enumeration<String> getProperties(String name)
- Specified by:
getProperties in interface javax.portlet.PortletRequest
getProperty
public String getProperty(String name)
- Specified by:
getProperty in interface javax.portlet.PortletRequest
getPropertyNames
public Enumeration<String> getPropertyNames()
- Specified by:
getPropertyNames in interface javax.portlet.PortletRequest
getPublicParameterMap
public Map<String,String[]> getPublicParameterMap()
- Specified by:
getPublicParameterMap in interface javax.portlet.PortletRequest
getReader
public BufferedReader getReader()
throws UnsupportedEncodingException,
IOException
- Specified by:
getReader in interface javax.portlet.ClientDataRequest
- Throws:
UnsupportedEncodingException
IOException
getRemoteUser
public String getRemoteUser()
- Specified by:
getRemoteUser in interface javax.portlet.PortletRequest
getRequestedSessionId
public String getRequestedSessionId()
- Specified by:
getRequestedSessionId in interface javax.portlet.PortletRequest
getResponseContentType
public String getResponseContentType()
- Specified by:
getResponseContentType in interface javax.portlet.PortletRequest
getResponseContentTypes
public Enumeration<String> getResponseContentTypes()
- Specified by:
getResponseContentTypes in interface javax.portlet.PortletRequest
getScheme
public String getScheme()
- Specified by:
getScheme in interface javax.portlet.PortletRequest
getServerName
public String getServerName()
- Specified by:
getServerName in interface javax.portlet.PortletRequest
getServerPort
public int getServerPort()
- Specified by:
getServerPort in interface javax.portlet.PortletRequest
getUserPrincipal
public Principal getUserPrincipal()
- Specified by:
getUserPrincipal in interface javax.portlet.PortletRequest
getWindowID
public String getWindowID()
- Specified by:
getWindowID in interface javax.portlet.PortletRequest
getWindowState
public javax.portlet.WindowState getWindowState()
- Specified by:
getWindowState in interface javax.portlet.PortletRequest
Copyright © 2014 Liferay, Inc.. All Rights Reserved.