javax.portlet
Interface ActionRequest
- All Superinterfaces:
- PortletRequest
- All Known Implementing Classes:
- ActionRequestImpl, JBossActionRequest
public interface ActionRequest
- extends PortletRequest
Methods inherited from interface javax.portlet.PortletRequest |
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
getCharacterEncoding
java.lang.String getCharacterEncoding()
getContentLength
int getContentLength()
getContentType
java.lang.String getContentType()
getPortletInputStream
java.io.InputStream getPortletInputStream()
throws java.lang.IllegalArgumentException,
java.io.IOException
- Throws:
java.lang.IllegalArgumentException
java.io.IOException
getReader
java.io.BufferedReader getReader()
throws java.io.UnsupportedEncodingException,
java.io.IOException
- Throws:
java.io.UnsupportedEncodingException
java.io.IOException
setCharacterEncoding
void setCharacterEncoding(java.lang.String enc)
throws java.io.UnsupportedEncodingException,
java.lang.IllegalStateException
- Throws:
java.io.UnsupportedEncodingException
java.lang.IllegalStateException