public class ParameterRequestWrapper extends ExtendedHttpServletRequestWrapper
AUTHORIZATION, BASIC, FROMFAILED, IMMUTABLE_NULL_SET, SUCCEEDED| Constructor and Description |
|---|
ParameterRequestWrapper(javax.servlet.http.HttpServletRequest request)
Default constructor that duplicates a request.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFormat() |
java.lang.String |
getParameter(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.String[]> |
getParameterMap() |
java.util.Enumeration<java.lang.String> |
getParameterNames() |
java.lang.String[] |
getParameterValues(java.lang.String name) |
addAttributes, audit, auditInnerMap, auditInnerSet, auditOuterMap, getAllAttributes, getAttributeDefined, getAttributeValues, getAuthority, getAuthorizationHeader, getFromHeader, getPassword, getRealPath, getRemoteUser, getUser, getUserPrincipal, hasAttributeValues, isAttributeDefined, isAuthenticated, isRequestedSessionIdFromUrl, isSecure, isSponsoredUserRequested, isUserSponsored, lockSponsoredUser, lockWrapper, setAuthenticated, setSponsoredUsergetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, removeAttribute, setAttribute, setCharacterEncoding, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, removeAttribute, setAttribute, setCharacterEncodingpublic ParameterRequestWrapper(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
request - the request to duplicatejava.lang.Exceptionpublic java.lang.String getParameter(java.lang.String name)
getParameter in interface javax.servlet.ServletRequestgetParameter in class javax.servlet.ServletRequestWrapperpublic java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
getParameterMap in interface javax.servlet.ServletRequestgetParameterMap in class javax.servlet.ServletRequestWrapperpublic java.util.Enumeration<java.lang.String> getParameterNames()
getParameterNames in interface javax.servlet.ServletRequestgetParameterNames in class javax.servlet.ServletRequestWrapperpublic java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues in interface javax.servlet.ServletRequestgetParameterValues in class javax.servlet.ServletRequestWrapperpublic java.lang.String[] getFormat()
Copyright © 2014 DuraSpace. All Rights Reserved.