Interface HttpFilterRequest
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCookie(jakarta.servlet.http.Cookie cookie) voidvoidaddParameter(Attribute attrib) getAttribute(String arg0) intArrayList<jakarta.servlet.http.Cookie> getCookies(String name) getFiles()getFormParamVals(String name) jakarta.servlet.ServletInputStreamgetParameter(String name) getRealPath(String arg0) jakarta.servlet.RequestDispatchergetRequestDispatcher(String arg0) intjakarta.servlet.http.HttpServletRequestjakarta.servlet.http.HttpSessionjakarta.servlet.http.HttpSessiongetSession(boolean arg0) booleanbooleanbooleanbooleanbooleanbooleanbooleanisSecure()voidremoveAttribute(String arg0) voidremoveCookie(String name) voidremoveHeader(String name) voidremoveParameter(String name) voidrenameAttribute(String oldName, String newName) voidsetAttribute(String arg0, Object arg1) voidsetCharacterEncoding(String arg0)
-
Method Details
-
getAuthInfo
AuthInfo getAuthInfo() -
getContextPath
String getContextPath() -
getCookieNames
-
getCookies
-
addCookie
void addCookie(jakarta.servlet.http.Cookie cookie) -
removeCookie
-
getHeaderNames
-
getHeader
-
addHeader
-
removeHeader
-
getMethod
String getMethod() -
getPathInfo
String getPathInfo() -
getPathTranslated
String getPathTranslated() -
getQueryString
String getQueryString() -
getRequestURI
String getRequestURI() -
getRequestURL
StringBuffer getRequestURL() -
getRequestedSessionId
String getRequestedSessionId() -
getServletPath
String getServletPath() -
getSession
jakarta.servlet.http.HttpSession getSession() -
getSession
jakarta.servlet.http.HttpSession getSession(boolean arg0) -
isRequestedSessionIdFromCookie
boolean isRequestedSessionIdFromCookie() -
isRequestedSessionIdFromURL
boolean isRequestedSessionIdFromURL() -
isRequestedSessionIdFromUrl
boolean isRequestedSessionIdFromUrl() -
isRequestedSessionIdValid
boolean isRequestedSessionIdValid() -
getAttribute
-
getAttributeNames
Enumeration getAttributeNames() -
getCharacterEncoding
String getCharacterEncoding() -
getContentLength
int getContentLength() -
getContentType
String getContentType() -
getInputStream
- Throws:
IOException
-
getLocale
Locale getLocale() -
getLocales
Enumeration getLocales() -
getParameterNames
-
getParameter
-
addParameter
-
removeParameter
-
getProtocol
String getProtocol() -
getReader
- Throws:
IOException
-
getRealPath
-
getRemoteAddr
String getRemoteAddr() -
getRemoteHost
String getRemoteHost() -
getRequestDispatcher
-
getScheme
String getScheme() -
getServerName
String getServerName() -
getServerPort
int getServerPort() -
isSecure
boolean isSecure() -
removeAttribute
-
setAttribute
-
setCharacterEncoding
- Throws:
UnsupportedEncodingException
-
isMultiPart
boolean isMultiPart() -
isParamsInBody
boolean isParamsInBody() -
getFiles
-
getServletRequest
jakarta.servlet.http.HttpServletRequest getServletRequest() -
renameAttribute
-
getQueryStringParams
-
getFormParams
-
getFormParamVals
-