Interface HttpFilterRequest
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCookie
(jakarta.servlet.http.Cookie cookie) void
void
addParameter
(Attribute attrib) getAttribute
(String arg0) int
ArrayList
<jakarta.servlet.http.Cookie> getCookies
(String name) getFiles()
getFormParamVals
(String name) jakarta.servlet.ServletInputStream
getParameter
(String name) getRealPath
(String arg0) jakarta.servlet.RequestDispatcher
getRequestDispatcher
(String arg0) int
jakarta.servlet.http.HttpServletRequest
jakarta.servlet.http.HttpSession
jakarta.servlet.http.HttpSession
getSession
(boolean arg0) boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSecure()
void
removeAttribute
(String arg0) void
removeCookie
(String name) void
removeHeader
(String name) void
removeParameter
(String name) void
renameAttribute
(String oldName, String newName) void
setAttribute
(String arg0, Object arg1) void
setCharacterEncoding
(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
-