public class WebMvcRequestImp extends javax.servlet.http.HttpServletRequestWrapper implements MutableWebMvcRequest
ACCEPT_REQUEST_HEADER
Constructor and Description |
---|
WebMvcRequestImp(javax.servlet.http.HttpServletRequest request) |
getAuthType, getContextPath, getCookies, getDateHeader, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, setCharacterEncoding, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthType, getContextPath, getCookies, getDateHeader, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, setCharacterEncoding
public WebMvcRequestImp(javax.servlet.http.HttpServletRequest request)
public void setRequestMethodType(RequestMethodType requestMethodType)
setRequestMethodType
in interface MutableWebMvcRequest
public RequestMethodType getRequestMethodType()
getRequestMethodType
in interface WebMvcRequest
public String getRequestId()
getRequestId
in interface MvcRequest
public void setRequestId(String requestId)
setRequestId
in interface MutableMvcRequest
public Throwable getThrowable()
getThrowable
in interface MvcRequest
public Object getProperty(String name)
getProperty
in interface MvcRequest
public InputStream getStream() throws IOException
getStream
in interface MvcRequest
IOException
public Set<String> getPropertiesNames()
getPropertiesNames
in interface MvcRequest
public Set<String> getHeadersNames()
getHeadersNames
in interface MvcRequest
public Set<String> getParametersNames()
getParametersNames
in interface MvcRequest
public DataType getType()
getType
in interface MvcRequest
public ResourceAction getResourceAction()
getResourceAction
in interface MvcRequest
public ApplicationContext getApplicationContext()
getApplicationContext
in interface MvcRequest
public Object getResource()
getResource
in interface MvcRequest
public Object[] getParameters()
getParameters
in interface MvcRequest
public RequestInstrument getRequestInstrument()
getRequestInstrument
in interface MvcRequest
public StackRequestElement getStackRequestElement()
getStackRequestElement
in interface MvcRequest
public void setThrowable(Throwable value)
setThrowable
in interface MutableMvcRequest
public void setHeader(String name, Object value)
setHeader
in interface MutableMvcRequest
public void setParameter(String name, String value)
setParameter
in interface MutableMvcRequest
public void setParameters(String name, String[] values)
setParameters
in interface MutableMvcRequest
public void setParameter(String name, Object value)
setParameter
in interface MutableMvcRequest
public void setParameters(String name, Object[] value)
setParameters
in interface MutableMvcRequest
public void setParameters(Object[] value)
setParameters
in interface MutableMvcRequest
public void setProperty(String name, Object value)
setProperty
in interface MutableMvcRequest
public void setType(DataType value)
setType
in interface MutableMvcRequest
public void setResourceAction(ResourceAction value)
setResourceAction
in interface MutableMvcRequest
public void setApplicationContext(ApplicationContext value)
setApplicationContext
in interface MutableMvcRequest
public void setResource(Object value)
setResource
in interface MutableMvcRequest
public void setRequestInstrument(RequestInstrument value)
setRequestInstrument
in interface MutableMvcRequest
public void setStackRequestElement(StackRequestElement value)
setStackRequestElement
in interface MutableMvcRequest
public void setRequestParserInfo(RequestParserEvent value)
setRequestParserInfo
in interface MutableMvcRequest
public void setRequestParser(RequestParser value)
setRequestParser
in interface MutableMvcRequest
public RequestParserEvent getRequestParserInfo()
getRequestParserInfo
in interface MvcRequest
public RequestParser getRequestParser()
getRequestParser
in interface MvcRequest
public void setAcceptResponse(List<DataType> value)
setAcceptResponse
in interface MutableMvcRequest
public List<DataType> getAcceptResponse()
getAcceptResponse
in interface MvcRequest
public javax.servlet.ServletRequest getServletRequest()
getServletRequest
in interface WebMvcRequest
public void setServletRequest(javax.servlet.ServletRequest value)
setServletRequest
in interface MutableWebMvcRequest
public Enumeration getHeaderNames()
getHeaderNames
in interface javax.servlet.http.HttpServletRequest
getHeaderNames
in class javax.servlet.http.HttpServletRequestWrapper
public Enumeration getParameterNames()
getParameterNames
in interface javax.servlet.ServletRequest
getParameterNames
in class javax.servlet.ServletRequestWrapper
public String getHeader(String value)
getHeader
in interface javax.servlet.http.HttpServletRequest
getHeader
in interface MvcRequest
getHeader
in class javax.servlet.http.HttpServletRequestWrapper
public String getParameter(String name)
getParameter
in interface javax.servlet.ServletRequest
getParameter
in interface MvcRequest
getParameter
in class javax.servlet.ServletRequestWrapper
public Object getParameterObject(String name)
getParameterObject
in interface MvcRequest
public List<Object> getParameters(String name)
getParameters
in interface MvcRequest
public Object getAttribute(String name)
getAttribute
in interface javax.servlet.ServletRequest
getAttribute
in class javax.servlet.ServletRequestWrapper
public Enumeration getAttributeNames()
getAttributeNames
in interface javax.servlet.ServletRequest
getAttributeNames
in class javax.servlet.ServletRequestWrapper
public Map getParameterMap()
getParameterMap
in interface javax.servlet.ServletRequest
getParameterMap
in class javax.servlet.ServletRequestWrapper
public String[] getParameterValues(String name)
getParameterValues
in interface javax.servlet.ServletRequest
getParameterValues
in class javax.servlet.ServletRequestWrapper
public void removeAttribute(String name)
removeAttribute
in interface javax.servlet.ServletRequest
removeAttribute
in class javax.servlet.ServletRequestWrapper
public void setAttribute(String name, Object o)
setAttribute
in interface javax.servlet.ServletRequest
setAttribute
in class javax.servlet.ServletRequestWrapper
public void setEncoding(String value) throws UnsupportedEncodingException
setEncoding
in interface MutableMvcRequest
UnsupportedEncodingException
public String getEncoding()
getEncoding
in interface MvcRequest
Copyright © 2018 Brandao. All rights reserved.