javax.portlet
Interface ActionRequest

All Superinterfaces:
PortletRequest
All Known Implementing Classes:
ActionRequestImpl, JBossActionRequest

public interface ActionRequest
extends PortletRequest


Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Method Summary
 java.lang.String getCharacterEncoding()
           
 int getContentLength()
           
 java.lang.String getContentType()
           
 java.io.InputStream getPortletInputStream()
           
 java.io.BufferedReader getReader()
           
 void setCharacterEncoding(java.lang.String enc)
           
 
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
 

Method Detail

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