Interface HttpFilterResponse
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCookie(jakarta.servlet.http.Cookie arg0) voidaddDateHeader(String arg0, long arg1) voidvoidaddIntHeader(String arg0, int arg1) booleancontainsHeader(String arg0) encodeRedirectUrl(String arg0) encodeRedirectURL(String arg0) ArrayList<jakarta.servlet.http.Cookie> jakarta.servlet.http.HttpServletResponsebooleanvoidremoveHeader(String name) voidsendError(int arg0) voidvoidsendRedirect(String arg0) voidsetCharacterEncoding(String encType) voidsetContentType(String arg0) voidsetDateHeader(String arg0, long arg1) voidvoidsetIntHeader(String arg0, int arg1) voidvoidsetStatus(int arg0) void
-
Method Details
-
addCookie
void addCookie(jakarta.servlet.http.Cookie arg0) -
getCookies
ArrayList<jakarta.servlet.http.Cookie> getCookies() -
removeHeader
-
getHeader
-
addDateHeader
-
addHeader
-
addIntHeader
-
containsHeader
-
encodeRedirectURL
-
encodeRedirectUrl
-
encodeURL
-
encodeUrl
-
sendError
- Throws:
IOException
-
sendError
- Throws:
IOException
-
sendRedirect
- Throws:
IOException
-
setDateHeader
-
setHeader
-
setIntHeader
-
setStatus
void setStatus(int arg0) -
setStatus
-
getServletResponse
jakarta.servlet.http.HttpServletResponse getServletResponse() -
getCharacterEncoding
String getCharacterEncoding() -
getLocale
Locale getLocale() -
isCommitted
boolean isCommitted() -
setContentType
-
setLocale
-
getWriter
- Throws:
IOException
-
getOutputStream
- Throws:
IOException
-
setCharacterEncoding
-