public abstract class HttpServletRequestMixin extends ServletRequestMixin implements javax.servlet.http.HttpServletRequest
Constructor and Description |
---|
HttpServletRequestMixin() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAuthType() |
abstract String |
getContextPath() |
abstract javax.servlet.http.Cookie[] |
getCookies() |
abstract Enumeration |
getHeaderNames() |
abstract String |
getMethod() |
abstract String |
getPathInfo() |
abstract String |
getPathTranslated() |
abstract String |
getQueryString() |
abstract String |
getRemoteHost() |
abstract String |
getRemoteUser() |
abstract String |
getRequestedSessionId() |
abstract String |
getRequestURI() |
abstract String |
getServletPath() |
abstract Principal |
getUserPrincipal() |
abstract boolean |
isRequestedSessionIdFromCookie() |
abstract boolean |
isRequestedSessionIdFromUrl() |
abstract boolean |
isRequestedSessionIdFromURL() |
abstract boolean |
isRequestedSessionIdValid() |
getCharacterEncoding, getContentLength, getContentType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getProtocol, getRemoteAddr, getRemotePort, getScheme, getServerName, getServerPort, isSecure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDateHeader, getHeader, getHeaders, getIntHeader, getRequestURL, getSession, getSession, isUserInRole
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
public abstract String getAuthType()
getAuthType
in interface javax.servlet.http.HttpServletRequest
public abstract javax.servlet.http.Cookie[] getCookies()
getCookies
in interface javax.servlet.http.HttpServletRequest
public abstract String getMethod()
getMethod
in interface javax.servlet.http.HttpServletRequest
public abstract String getPathInfo()
getPathInfo
in interface javax.servlet.http.HttpServletRequest
public abstract String getPathTranslated()
getPathTranslated
in interface javax.servlet.http.HttpServletRequest
public abstract String getContextPath()
getContextPath
in interface javax.servlet.http.HttpServletRequest
public abstract String getQueryString()
getQueryString
in interface javax.servlet.http.HttpServletRequest
public abstract String getRemoteUser()
getRemoteUser
in interface javax.servlet.http.HttpServletRequest
public abstract String getRemoteHost()
getRemoteHost
in interface javax.servlet.ServletRequest
public abstract Principal getUserPrincipal()
getUserPrincipal
in interface javax.servlet.http.HttpServletRequest
public abstract String getRequestedSessionId()
getRequestedSessionId
in interface javax.servlet.http.HttpServletRequest
public abstract String getRequestURI()
getRequestURI
in interface javax.servlet.http.HttpServletRequest
public abstract boolean isRequestedSessionIdFromCookie()
isRequestedSessionIdFromCookie
in interface javax.servlet.http.HttpServletRequest
public abstract boolean isRequestedSessionIdFromURL()
isRequestedSessionIdFromURL
in interface javax.servlet.http.HttpServletRequest
public abstract boolean isRequestedSessionIdValid()
isRequestedSessionIdValid
in interface javax.servlet.http.HttpServletRequest
public abstract boolean isRequestedSessionIdFromUrl()
isRequestedSessionIdFromUrl
in interface javax.servlet.http.HttpServletRequest
public abstract Enumeration getHeaderNames()
getHeaderNames
in interface javax.servlet.http.HttpServletRequest
public abstract String getServletPath()
getServletPath
in interface javax.servlet.http.HttpServletRequest
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.