|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ClientDataRequestImp
public abstract class ClientDataRequestImp
Created by The eXo Platform SAS. Author : Roman Pedchenko roman.pedchenko@exoplatform.com.ua
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
|---|
javax.portlet.PortletRequest.P3PUserInfos |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp |
|---|
cont, enc, encodingModified, reqCtx |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
|---|---|
ClientDataRequestImp(RequestContext reqCtx)
|
|
| Method Summary | |
|---|---|
String |
getCharacterEncoding()
Overridden method. |
int |
getContentLength()
Overridden method. |
String |
getContentType()
Overridden method. |
abstract String |
getLifecyclePhase()
|
String |
getMethod()
Overridden method. |
String |
getParameter(String name)
Overridden method. |
Map<String,String[]> |
getParameterMap()
Overridden method. |
Enumeration<String> |
getParameterNames()
Overridden method. |
String[] |
getParameterValues(String name)
Overridden method. |
InputStream |
getPortletInputStream()
Overridden method. |
BufferedReader |
getReader()
Overridden method. |
byte[] |
makeFormDataByteArray()
|
void |
setCharacterEncoding(String enc)
Overridden method. |
| Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp |
|---|
clear, containsKey, containsValue, entrySet, get, getAttribute, getAuthType, getContextPath, getInput, getLocale, getLocales, getPortalContext, getPortletConfig, getPortletDatas, getPortletMode, getPortletSession, getPortletSession, getPortletWindowInternal, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getResponseContentType, getResponseContentTypes, getWindowID, getWindowState, isEmpty, isPortletModeAllowed, isRequestedSessionIdValid, isUserInRole, isWindowStateAllowed, keySet, needsSecurityContraints, put, putAll, remove, removeAttribute, setAttribute, size, values |
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
|---|
getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL |
| Methods inherited from class javax.servlet.ServletRequestWrapper |
|---|
getAttributeNames, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, setRequest |
| 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, getCookies, getLocale, getLocales, 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, setAttribute |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Methods inherited from interface javax.servlet.ServletRequest |
|---|
getAttributeNames, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure |
| Constructor Detail |
|---|
public ClientDataRequestImp(RequestContext reqCtx)
reqCtx - request context| Method Detail |
|---|
public final String getParameter(String name)
getParameter in interface javax.portlet.PortletRequestgetParameter in interface javax.servlet.ServletRequestgetParameter in class PortletRequestImpname - parameter name
PortletRequestImp.getParameter(java.lang.String)public final Enumeration<String> getParameterNames()
getParameterNames in interface javax.portlet.PortletRequestgetParameterNames in interface javax.servlet.ServletRequestgetParameterNames in class PortletRequestImpPortletRequestImp.getParameterNames()public final String[] getParameterValues(String name)
getParameterValues in interface javax.portlet.PortletRequestgetParameterValues in interface javax.servlet.ServletRequestgetParameterValues in class PortletRequestImpname - parameter name
PortletRequestImp.getParameterValues(java.lang.String)public final Map<String,String[]> getParameterMap()
getParameterMap in interface javax.portlet.PortletRequestgetParameterMap in interface javax.servlet.ServletRequestgetParameterMap in class PortletRequestImpPortletRequestImp.getParameterMap()public final byte[] makeFormDataByteArray()
public final InputStream getPortletInputStream()
throws IOException
getPortletInputStream in interface javax.portlet.ClientDataRequestIOException - exceptionClientDataRequest.getPortletInputStream()
public final BufferedReader getReader()
throws UnsupportedEncodingException,
IOException
getReader in interface javax.portlet.ClientDataRequestgetReader in interface javax.servlet.ServletRequestgetReader in class javax.servlet.ServletRequestWrapperUnsupportedEncodingException - exception
IOException - exceptionServletRequestWrapper.getReader()
public final void setCharacterEncoding(String enc)
throws UnsupportedEncodingException
setCharacterEncoding in interface javax.portlet.ClientDataRequestsetCharacterEncoding in interface javax.servlet.ServletRequestsetCharacterEncoding in class javax.servlet.ServletRequestWrapperenc - charset
UnsupportedEncodingException - exceptionServletRequestWrapper.setCharacterEncoding(java.lang.String)public final String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.ClientDataRequestgetCharacterEncoding in interface javax.servlet.ServletRequestgetCharacterEncoding in class javax.servlet.ServletRequestWrapperServletRequestWrapper.getCharacterEncoding()public final String getContentType()
getContentType in interface javax.portlet.ClientDataRequestgetContentType in interface javax.servlet.ServletRequestgetContentType in class javax.servlet.ServletRequestWrapperServletRequestWrapper.getContentType()public final int getContentLength()
getContentLength in interface javax.portlet.ClientDataRequestgetContentLength in interface javax.servlet.ServletRequestgetContentLength in class javax.servlet.ServletRequestWrapperServletRequestWrapper.getContentLength()public String getMethod()
getMethod in interface javax.portlet.ClientDataRequestgetMethod in interface javax.servlet.http.HttpServletRequestgetMethod in class javax.servlet.http.HttpServletRequestWrapperHttpServletRequestWrapper.getMethod()public abstract String getLifecyclePhase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||