Liferay 6.2-ce-ga5

com.liferay.util.servlet
Class DynamicServletRequest

java.lang.Object
  extended by javax.servlet.ServletRequestWrapper
      extended by javax.servlet.http.HttpServletRequestWrapper
          extended by com.liferay.portal.kernel.servlet.DynamicServletRequest
              extended by com.liferay.util.servlet.DynamicServletRequest
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

Deprecated. As of 6.2.0, moved to DynamicServletRequest

public class DynamicServletRequest
extends DynamicServletRequest


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.servlet.DynamicServletRequest
DYNAMIC_QUERY_STRING
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
DynamicServletRequest(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
DynamicServletRequest(javax.servlet.http.HttpServletRequest request, boolean inherit)
          Deprecated.  
DynamicServletRequest(javax.servlet.http.HttpServletRequest request, Map<String,String[]> params)
          Deprecated.  
DynamicServletRequest(javax.servlet.http.HttpServletRequest request, Map<String,String[]> params, boolean inherit)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.servlet.DynamicServletRequest
addQueryString, addQueryString, addQueryString, addQueryString, appendParameter, getDynamicParameterMap, getParameter, getParameterMap, getParameterNames, getParameterValues, setParameter, setParameterValues
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
 
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
 

Constructor Detail

DynamicServletRequest

public DynamicServletRequest(javax.servlet.http.HttpServletRequest request)
Deprecated. 

DynamicServletRequest

public DynamicServletRequest(javax.servlet.http.HttpServletRequest request,
                             boolean inherit)
Deprecated. 

DynamicServletRequest

public DynamicServletRequest(javax.servlet.http.HttpServletRequest request,
                             Map<String,String[]> params)
Deprecated. 

DynamicServletRequest

public DynamicServletRequest(javax.servlet.http.HttpServletRequest request,
                             Map<String,String[]> params,
                             boolean inherit)
Deprecated. 

Liferay 6.2-ce-ga5