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.ActionRequestjava.io.IOExceptionpublic void setCharacterEncoding(java.lang.String arg0) throws java.io.UnsupportedEncodingException
setCharacterEncoding in interface javax.portlet.ActionRequestjava.io.UnsupportedEncodingExceptionpublic java.io.BufferedReader getReader() throws java.io.UnsupportedEncodingException, java.io.IOException
getReader in interface javax.portlet.ActionRequestjava.io.UnsupportedEncodingExceptionjava.io.IOExceptionpublic java.lang.String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.ActionRequestpublic java.lang.String getContentType()
getContentType in interface javax.portlet.ActionRequestpublic int getContentLength()
getContentLength in interface javax.portlet.ActionRequestpublic boolean isWindowStateAllowed(javax.portlet.WindowState arg0)
isWindowStateAllowed in interface javax.portlet.PortletRequestpublic boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)
isPortletModeAllowed in interface javax.portlet.PortletRequestpublic javax.portlet.PortletMode getPortletMode()
getPortletMode in interface javax.portlet.PortletRequestpublic javax.portlet.WindowState getWindowState()
getWindowState in interface javax.portlet.PortletRequestpublic javax.portlet.PortletPreferences getPreferences()
getPreferences in interface javax.portlet.PortletRequestpublic javax.portlet.PortletSession getPortletSession()
getPortletSession in interface javax.portlet.PortletRequestpublic javax.portlet.PortletSession getPortletSession(boolean arg0)
getPortletSession in interface javax.portlet.PortletRequestpublic java.lang.String getProperty(java.lang.String arg0)
getProperty in interface javax.portlet.PortletRequestpublic java.util.Enumeration getProperties(java.lang.String arg0)
getProperties in interface javax.portlet.PortletRequestpublic java.util.Enumeration getPropertyNames()
getPropertyNames in interface javax.portlet.PortletRequestpublic javax.portlet.PortalContext getPortalContext()
getPortalContext in interface javax.portlet.PortletRequestpublic java.lang.String getAuthType()
getAuthType in interface javax.portlet.PortletRequestpublic java.lang.String getContextPath()
getContextPath in interface javax.portlet.PortletRequestpublic java.lang.String getRemoteUser()
getRemoteUser in interface javax.portlet.PortletRequestpublic java.security.Principal getUserPrincipal()
getUserPrincipal in interface javax.portlet.PortletRequestpublic boolean isUserInRole(java.lang.String arg0)
isUserInRole in interface javax.portlet.PortletRequestpublic java.lang.Object getAttribute(java.lang.String arg0)
getAttribute in interface javax.portlet.PortletRequestpublic java.util.Enumeration getAttributeNames()
getAttributeNames in interface javax.portlet.PortletRequestpublic java.lang.String getParameter(java.lang.String arg0)
getParameter in interface javax.portlet.PortletRequestpublic java.util.Enumeration getParameterNames()
getParameterNames in interface javax.portlet.PortletRequestpublic java.lang.String[] getParameterValues(java.lang.String arg0)
getParameterValues in interface javax.portlet.PortletRequestpublic java.util.Map getParameterMap()
getParameterMap in interface javax.portlet.PortletRequestpublic boolean isSecure()
isSecure in interface javax.portlet.PortletRequestpublic void setAttribute(java.lang.String arg0, java.lang.Object arg1)
setAttribute in interface javax.portlet.PortletRequestpublic void removeAttribute(java.lang.String arg0)
removeAttribute in interface javax.portlet.PortletRequestpublic java.lang.String getRequestedSessionId()
getRequestedSessionId in interface javax.portlet.PortletRequestpublic boolean isRequestedSessionIdValid()
isRequestedSessionIdValid in interface javax.portlet.PortletRequestpublic java.lang.String getResponseContentType()
getResponseContentType in interface javax.portlet.PortletRequestpublic java.util.Enumeration getResponseContentTypes()
getResponseContentTypes in interface javax.portlet.PortletRequestpublic java.util.Locale getLocale()
getLocale in interface javax.portlet.PortletRequestpublic java.util.Enumeration getLocales()
getLocales in interface javax.portlet.PortletRequestpublic java.lang.String getScheme()
getScheme in interface javax.portlet.PortletRequestpublic java.lang.String getServerName()
getServerName in interface javax.portlet.PortletRequestpublic int getServerPort()
getServerPort in interface javax.portlet.PortletRequestprotected javax.portlet.ActionRequest getRequest()