|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.RenderRequestImpl
com.liferay.portlet.ActionRequestImpl
Field Summary |
Fields inherited from interface javax.portlet.PortletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Constructor Summary | |
protected |
ActionRequestImpl()
|
Method Summary | |
void |
defineObjects(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionResponse res)
|
java.lang.String |
getCharacterEncoding()
|
int |
getContentLength()
|
java.lang.String |
getContentType()
|
java.io.InputStream |
getPortletInputStream()
|
javax.portlet.PortletPreferences |
getPreferences()
|
java.io.BufferedReader |
getReader()
|
boolean |
isAction()
|
protected void |
recycle()
|
void |
setCharacterEncoding(java.lang.String enc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.portlet.PortletRequest |
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Constructor Detail |
protected ActionRequestImpl()
Method Detail |
public javax.portlet.PortletPreferences getPreferences()
getPreferences
in interface javax.portlet.PortletRequest
getPreferences
in class RenderRequestImpl
public java.lang.String getCharacterEncoding()
getCharacterEncoding
in interface javax.portlet.ActionRequest
public void setCharacterEncoding(java.lang.String enc) throws java.io.UnsupportedEncodingException
setCharacterEncoding
in interface javax.portlet.ActionRequest
java.io.UnsupportedEncodingException
public int getContentLength()
getContentLength
in interface javax.portlet.ActionRequest
public java.lang.String getContentType()
getContentType
in interface javax.portlet.ActionRequest
public java.io.InputStream getPortletInputStream() throws java.io.IOException
getPortletInputStream
in interface javax.portlet.ActionRequest
java.io.IOException
public java.io.BufferedReader getReader() throws java.io.IOException, java.io.UnsupportedEncodingException
getReader
in interface javax.portlet.ActionRequest
java.io.IOException
java.io.UnsupportedEncodingException
public void defineObjects(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionResponse res)
public boolean isAction()
isAction
in class RenderRequestImpl
protected void recycle()
recycle
in class RenderRequestImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |