Class NullHttpServletRequest
java.lang.Object
com.broadleafcommerce.common.extension.intercommunication.NullHttpServletRequest
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
@Deprecated(forRemoval=true)
public class NullHttpServletRequest
extends Object
implements jakarta.servlet.http.HttpServletRequest
Deprecated, for removal: This API element is subject to removal in a future version.
A servlet request instance that provides no-op values.
-
Field Summary
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(jakarta.servlet.http.HttpServletResponse httpServletResponse) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.AsyncContextDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.http.Cookie[]Deprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.DispatcherTypeDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getHeaders(String s) Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.ServletInputStreamDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.String[]Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.http.PartDeprecated, for removal: This API element is subject to removal in a future version.Collection<jakarta.servlet.http.Part>getParts()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.RequestDispatcherDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.ServletConnectionDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.ServletContextDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.http.HttpSessionDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.http.HttpSessiongetSession(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisSecure()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidlogout()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetAttribute(String s, Object o) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.AsyncContextDeprecated, for removal: This API element is subject to removal in a future version.jakarta.servlet.AsyncContextstartAsync(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) Deprecated, for removal: This API element is subject to removal in a future version.<T extends jakarta.servlet.http.HttpUpgradeHandler>
TDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpServletRequest
getHttpServletMapping, getTrailerFields, isTrailerFieldsReady, newPushBuilder
-
Constructor Details
-
NullHttpServletRequest
public NullHttpServletRequest()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAuthType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAuthTypein interfacejakarta.servlet.http.HttpServletRequest
-
getCookies
public jakarta.servlet.http.Cookie[] getCookies()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCookiesin interfacejakarta.servlet.http.HttpServletRequest
-
getDateHeader
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDateHeaderin interfacejakarta.servlet.http.HttpServletRequest
-
getHeader
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHeaderin interfacejakarta.servlet.http.HttpServletRequest
-
getHeaders
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHeadersin interfacejakarta.servlet.http.HttpServletRequest
-
getHeaderNames
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHeaderNamesin interfacejakarta.servlet.http.HttpServletRequest
-
getIntHeader
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIntHeaderin interfacejakarta.servlet.http.HttpServletRequest
-
getMethod
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMethodin interfacejakarta.servlet.http.HttpServletRequest
-
getPathInfo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPathInfoin interfacejakarta.servlet.http.HttpServletRequest
-
getPathTranslated
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPathTranslatedin interfacejakarta.servlet.http.HttpServletRequest
-
getContextPath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContextPathin interfacejakarta.servlet.http.HttpServletRequest
-
getQueryString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getQueryStringin interfacejakarta.servlet.http.HttpServletRequest
-
getRemoteUser
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRemoteUserin interfacejakarta.servlet.http.HttpServletRequest
-
isUserInRole
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isUserInRolein interfacejakarta.servlet.http.HttpServletRequest
-
getUserPrincipal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUserPrincipalin interfacejakarta.servlet.http.HttpServletRequest
-
getRequestedSessionId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequestedSessionIdin interfacejakarta.servlet.http.HttpServletRequest
-
getRequestURI
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequestURIin interfacejakarta.servlet.http.HttpServletRequest
-
getRequestURL
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequestURLin interfacejakarta.servlet.http.HttpServletRequest
-
getServletPath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletPathin interfacejakarta.servlet.http.HttpServletRequest
-
getSession
public jakarta.servlet.http.HttpSession getSession(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSessionin interfacejakarta.servlet.http.HttpServletRequest
-
getSession
public jakarta.servlet.http.HttpSession getSession()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSessionin interfacejakarta.servlet.http.HttpServletRequest
-
changeSessionId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
changeSessionIdin interfacejakarta.servlet.http.HttpServletRequest
-
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRequestedSessionIdValidin interfacejakarta.servlet.http.HttpServletRequest
-
isRequestedSessionIdFromCookie
public boolean isRequestedSessionIdFromCookie()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRequestedSessionIdFromCookiein interfacejakarta.servlet.http.HttpServletRequest
-
isRequestedSessionIdFromURL
public boolean isRequestedSessionIdFromURL()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRequestedSessionIdFromURLin interfacejakarta.servlet.http.HttpServletRequest
-
authenticate
public boolean authenticate(jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
authenticatein interfacejakarta.servlet.http.HttpServletRequest- Throws:
IOExceptionjakarta.servlet.ServletException
-
login
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
loginin interfacejakarta.servlet.http.HttpServletRequest- Throws:
jakarta.servlet.ServletException
-
logout
public void logout() throws jakarta.servlet.ServletExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
logoutin interfacejakarta.servlet.http.HttpServletRequest- Throws:
jakarta.servlet.ServletException
-
getParts
public Collection<jakarta.servlet.http.Part> getParts() throws IOException, jakarta.servlet.ServletExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPartsin interfacejakarta.servlet.http.HttpServletRequest- Throws:
IOExceptionjakarta.servlet.ServletException
-
getPart
public jakarta.servlet.http.Part getPart(String s) throws IOException, jakarta.servlet.ServletException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPartin interfacejakarta.servlet.http.HttpServletRequest- Throws:
IOExceptionjakarta.servlet.ServletException
-
upgrade
public <T extends jakarta.servlet.http.HttpUpgradeHandler> T upgrade(Class<T> aClass) throws IOException, jakarta.servlet.ServletException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
upgradein interfacejakarta.servlet.http.HttpServletRequest- Throws:
IOExceptionjakarta.servlet.ServletException
-
getAttribute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAttributein interfacejakarta.servlet.ServletRequest
-
getAttributeNames
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAttributeNamesin interfacejakarta.servlet.ServletRequest
-
getCharacterEncoding
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCharacterEncodingin interfacejakarta.servlet.ServletRequest
-
setCharacterEncoding
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setCharacterEncodingin interfacejakarta.servlet.ServletRequest- Throws:
UnsupportedEncodingException
-
getContentLength
public int getContentLength()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContentLengthin interfacejakarta.servlet.ServletRequest
-
getContentLengthLong
public long getContentLengthLong()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContentLengthLongin interfacejakarta.servlet.ServletRequest
-
getContentType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getContentTypein interfacejakarta.servlet.ServletRequest
-
getInputStream
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getInputStreamin interfacejakarta.servlet.ServletRequest- Throws:
IOException
-
getParameter
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterin interfacejakarta.servlet.ServletRequest
-
getParameterNames
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterNamesin interfacejakarta.servlet.ServletRequest
-
getParameterValues
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterValuesin interfacejakarta.servlet.ServletRequest
-
getParameterMap
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterMapin interfacejakarta.servlet.ServletRequest
-
getProtocol
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProtocolin interfacejakarta.servlet.ServletRequest
-
getScheme
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSchemein interfacejakarta.servlet.ServletRequest
-
getServerName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServerNamein interfacejakarta.servlet.ServletRequest
-
getServerPort
public int getServerPort()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServerPortin interfacejakarta.servlet.ServletRequest
-
getReader
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getReaderin interfacejakarta.servlet.ServletRequest- Throws:
IOException
-
getRemoteAddr
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRemoteAddrin interfacejakarta.servlet.ServletRequest
-
getRemoteHost
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRemoteHostin interfacejakarta.servlet.ServletRequest
-
setAttribute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setAttributein interfacejakarta.servlet.ServletRequest
-
removeAttribute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeAttributein interfacejakarta.servlet.ServletRequest
-
getLocale
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalein interfacejakarta.servlet.ServletRequest
-
getLocales
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalesin interfacejakarta.servlet.ServletRequest
-
isSecure
public boolean isSecure()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isSecurein interfacejakarta.servlet.ServletRequest
-
getRequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequestDispatcherin interfacejakarta.servlet.ServletRequest
-
getRemotePort
public int getRemotePort()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRemotePortin interfacejakarta.servlet.ServletRequest
-
getLocalName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalNamein interfacejakarta.servlet.ServletRequest
-
getLocalAddr
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalAddrin interfacejakarta.servlet.ServletRequest
-
getLocalPort
public int getLocalPort()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalPortin interfacejakarta.servlet.ServletRequest
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletContextin interfacejakarta.servlet.ServletRequest
-
startAsync
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startAsyncin interfacejakarta.servlet.ServletRequest- Throws:
IllegalStateException
-
startAsync
public jakarta.servlet.AsyncContext startAsync(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) throws IllegalStateException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startAsyncin interfacejakarta.servlet.ServletRequest- Throws:
IllegalStateException
-
isAsyncStarted
public boolean isAsyncStarted()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isAsyncStartedin interfacejakarta.servlet.ServletRequest
-
isAsyncSupported
public boolean isAsyncSupported()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isAsyncSupportedin interfacejakarta.servlet.ServletRequest
-
getAsyncContext
public jakarta.servlet.AsyncContext getAsyncContext()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAsyncContextin interfacejakarta.servlet.ServletRequest
-
getDispatcherType
public jakarta.servlet.DispatcherType getDispatcherType()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDispatcherTypein interfacejakarta.servlet.ServletRequest
-
getRequestId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRequestIdin interfacejakarta.servlet.ServletRequest
-
getProtocolRequestId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProtocolRequestIdin interfacejakarta.servlet.ServletRequest
-
getServletConnection
public jakarta.servlet.ServletConnection getServletConnection()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletConnectionin interfacejakarta.servlet.ServletRequest
-
com.broadleafcommerce.data.tracking.core.interlink.DefaultInterlinkClientinstead.