public class ActionRequestWrapper extends java.lang.Object implements javax.portlet.ActionRequest
Constructor and Description |
---|
ActionRequestWrapper(javax.portlet.ActionRequest request) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String arg0) |
java.util.Enumeration |
getAttributeNames() |
java.lang.String |
getAuthType() |
java.lang.String |
getCharacterEncoding() |
int |
getContentLength() |
java.lang.String |
getContentType() |
java.lang.String |
getContextPath() |
java.util.Locale |
getLocale() |
java.util.Enumeration |
getLocales() |
java.lang.String |
getParameter(java.lang.String arg0) |
java.util.Map |
getParameterMap() |
java.util.Enumeration |
getParameterNames() |
java.lang.String[] |
getParameterValues(java.lang.String arg0) |
javax.portlet.PortalContext |
getPortalContext() |
java.io.InputStream |
getPortletInputStream() |
javax.portlet.PortletMode |
getPortletMode() |
javax.portlet.PortletSession |
getPortletSession() |
javax.portlet.PortletSession |
getPortletSession(boolean arg0) |
javax.portlet.PortletPreferences |
getPreferences() |
java.util.Enumeration |
getProperties(java.lang.String arg0) |
java.lang.String |
getProperty(java.lang.String arg0) |
java.util.Enumeration |
getPropertyNames() |
java.io.BufferedReader |
getReader() |
java.lang.String |
getRemoteUser() |
protected javax.portlet.ActionRequest |
getRequest() |
java.lang.String |
getRequestedSessionId() |
java.lang.String |
getResponseContentType() |
java.util.Enumeration |
getResponseContentTypes() |
java.lang.String |
getScheme() |
java.lang.String |
getServerName() |
int |
getServerPort() |
java.security.Principal |
getUserPrincipal() |
javax.portlet.WindowState |
getWindowState() |
boolean |
isPortletModeAllowed(javax.portlet.PortletMode arg0) |
boolean |
isRequestedSessionIdValid() |
boolean |
isSecure() |
boolean |
isUserInRole(java.lang.String arg0) |
boolean |
isWindowStateAllowed(javax.portlet.WindowState arg0) |
void |
removeAttribute(java.lang.String arg0) |
void |
setAttribute(java.lang.String arg0,
java.lang.Object arg1) |
void |
setCharacterEncoding(java.lang.String arg0) |
public ActionRequestWrapper(javax.portlet.ActionRequest request)
public java.io.InputStream getPortletInputStream() throws java.io.IOException
getPortletInputStream
in interface javax.portlet.ActionRequest
java.io.IOException
public void setCharacterEncoding(java.lang.String arg0) throws java.io.UnsupportedEncodingException
setCharacterEncoding
in interface javax.portlet.ActionRequest
java.io.UnsupportedEncodingException
public java.io.BufferedReader getReader() throws java.io.UnsupportedEncodingException, java.io.IOException
getReader
in interface javax.portlet.ActionRequest
java.io.UnsupportedEncodingException
java.io.IOException
public java.lang.String getCharacterEncoding()
getCharacterEncoding
in interface javax.portlet.ActionRequest
public java.lang.String getContentType()
getContentType
in interface javax.portlet.ActionRequest
public int getContentLength()
getContentLength
in interface javax.portlet.ActionRequest
public boolean isWindowStateAllowed(javax.portlet.WindowState arg0)
isWindowStateAllowed
in interface javax.portlet.PortletRequest
public boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)
isPortletModeAllowed
in interface javax.portlet.PortletRequest
public javax.portlet.PortletMode getPortletMode()
getPortletMode
in interface javax.portlet.PortletRequest
public javax.portlet.WindowState getWindowState()
getWindowState
in interface javax.portlet.PortletRequest
public javax.portlet.PortletPreferences getPreferences()
getPreferences
in interface javax.portlet.PortletRequest
public javax.portlet.PortletSession getPortletSession()
getPortletSession
in interface javax.portlet.PortletRequest
public javax.portlet.PortletSession getPortletSession(boolean arg0)
getPortletSession
in interface javax.portlet.PortletRequest
public java.lang.String getProperty(java.lang.String arg0)
getProperty
in interface javax.portlet.PortletRequest
public java.util.Enumeration getProperties(java.lang.String arg0)
getProperties
in interface javax.portlet.PortletRequest
public java.util.Enumeration getPropertyNames()
getPropertyNames
in interface javax.portlet.PortletRequest
public javax.portlet.PortalContext getPortalContext()
getPortalContext
in interface javax.portlet.PortletRequest
public java.lang.String getAuthType()
getAuthType
in interface javax.portlet.PortletRequest
public java.lang.String getContextPath()
getContextPath
in interface javax.portlet.PortletRequest
public java.lang.String getRemoteUser()
getRemoteUser
in interface javax.portlet.PortletRequest
public java.security.Principal getUserPrincipal()
getUserPrincipal
in interface javax.portlet.PortletRequest
public boolean isUserInRole(java.lang.String arg0)
isUserInRole
in interface javax.portlet.PortletRequest
public java.lang.Object getAttribute(java.lang.String arg0)
getAttribute
in interface javax.portlet.PortletRequest
public java.util.Enumeration getAttributeNames()
getAttributeNames
in interface javax.portlet.PortletRequest
public java.lang.String getParameter(java.lang.String arg0)
getParameter
in interface javax.portlet.PortletRequest
public java.util.Enumeration getParameterNames()
getParameterNames
in interface javax.portlet.PortletRequest
public java.lang.String[] getParameterValues(java.lang.String arg0)
getParameterValues
in interface javax.portlet.PortletRequest
public java.util.Map getParameterMap()
getParameterMap
in interface javax.portlet.PortletRequest
public boolean isSecure()
isSecure
in interface javax.portlet.PortletRequest
public void setAttribute(java.lang.String arg0, java.lang.Object arg1)
setAttribute
in interface javax.portlet.PortletRequest
public void removeAttribute(java.lang.String arg0)
removeAttribute
in interface javax.portlet.PortletRequest
public java.lang.String getRequestedSessionId()
getRequestedSessionId
in interface javax.portlet.PortletRequest
public boolean isRequestedSessionIdValid()
isRequestedSessionIdValid
in interface javax.portlet.PortletRequest
public java.lang.String getResponseContentType()
getResponseContentType
in interface javax.portlet.PortletRequest
public java.util.Enumeration getResponseContentTypes()
getResponseContentTypes
in interface javax.portlet.PortletRequest
public java.util.Locale getLocale()
getLocale
in interface javax.portlet.PortletRequest
public java.util.Enumeration getLocales()
getLocales
in interface javax.portlet.PortletRequest
public java.lang.String getScheme()
getScheme
in interface javax.portlet.PortletRequest
public java.lang.String getServerName()
getServerName
in interface javax.portlet.PortletRequest
public int getServerPort()
getServerPort
in interface javax.portlet.PortletRequest
protected javax.portlet.ActionRequest getRequest()