org.opencms.staticexport
Class CmsStaticExportRequest
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.opencms.staticexport.CmsStaticExportRequest
- All Implemented Interfaces:
- HttpServletRequest, ServletRequest
public class CmsStaticExportRequest
- extends HttpServletRequestWrapper
Wrapper for static export requests, required for parameter based requests.
- Since:
- 6.0.0
- Version:
- $Revision: 1.10 $
- Author:
- Alexander Kandzior
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
getAuthType, getContextPath, getCookies, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
| Methods inherited from class javax.servlet.ServletRequestWrapper |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
| 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 |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
CmsStaticExportRequest
public CmsStaticExportRequest(HttpServletRequest req,
CmsStaticExportData data)
- Creates a new static export request wrapper.
- Parameters:
req - the request to wrapdata - the data for the static export
getDateHeader
public long getDateHeader(String name)
- Specified by:
getDateHeader in interface HttpServletRequest- Overrides:
getDateHeader in class HttpServletRequestWrapper
- See Also:
HttpServletRequest.getDateHeader(java.lang.String)
getParameter
public String getParameter(String name)
- Specified by:
getParameter in interface ServletRequest- Overrides:
getParameter in class ServletRequestWrapper
- See Also:
ServletRequest.getParameter(java.lang.String)
getParameterMap
public Map getParameterMap()
- Specified by:
getParameterMap in interface ServletRequest- Overrides:
getParameterMap in class ServletRequestWrapper
- See Also:
ServletRequest.getParameterMap()
getParameterNames
public Enumeration getParameterNames()
- Specified by:
getParameterNames in interface ServletRequest- Overrides:
getParameterNames in class ServletRequestWrapper
- See Also:
ServletRequest.getParameterNames()
getParameterValues
public String[] getParameterValues(String name)
- Specified by:
getParameterValues in interface ServletRequest- Overrides:
getParameterValues in class ServletRequestWrapper
- See Also:
ServletRequest.getParameterValues(java.lang.String)