public abstract class ClientDataRequestImpl extends PortletRequestImpl implements javax.portlet.ClientDataRequest
| Modifier and Type | Field and Description |
|---|---|
protected RequestContext |
requestContext
.
|
attributes, clientContext, container, invocation, log, navigationInfo, portalContext, preferences, psession, requestParameterMap, securityContext, serverContext, sessionStatus, supportedModes, supportedWindowStates, userContext, windowContext| Constructor and Description |
|---|
ClientDataRequestImpl(PortletContainerImpl container,
ActionInvocation invocation) |
ClientDataRequestImpl(PortletContainerImpl container,
ResourceInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
String |
getMethod() |
InputStream |
getPortletInputStream() |
BufferedReader |
getReader() |
void |
setCharacterEncoding(String s) |
getAttribute, getAttributeNames, getAttributes, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRealRequest, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, initProperties, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributeprotected final RequestContext requestContext
public ClientDataRequestImpl(PortletContainerImpl container, ActionInvocation invocation)
public ClientDataRequestImpl(PortletContainerImpl container, ResourceInvocation invocation)
public InputStream getPortletInputStream() throws IOException
getPortletInputStream in interface javax.portlet.ClientDataRequestIOExceptionpublic BufferedReader getReader() throws UnsupportedEncodingException, IOException
getReader in interface javax.portlet.ClientDataRequestUnsupportedEncodingExceptionIOExceptionpublic String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.ClientDataRequestpublic String getContentType()
getContentType in interface javax.portlet.ClientDataRequestpublic int getContentLength()
getContentLength in interface javax.portlet.ClientDataRequestpublic void setCharacterEncoding(String s) throws UnsupportedEncodingException
setCharacterEncoding in interface javax.portlet.ClientDataRequestUnsupportedEncodingExceptionpublic String getMethod()
getMethod in interface javax.portlet.ClientDataRequestCopyright © 2003-2017 GateIn. All Rights Reserved.