Index
All Classes and Interfaces|All Packages
A
- addCookie(HttpServletResponse, String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- addCookie(HttpServletResponse, String, Integer) - Method in class org.bardframework.commons.web.cookie.CookieHandler
-
Add a cookie with the given value and age to the response, using the cookie descriptor settings of this generator.
- addWildcardBaseNames(String...) - Method in class org.bardframework.commons.web.WildcardReloadableMessageSource
B
- BaseExceptionControllerAdvice - Interface in org.bardframework.commons.web
-
Created by Vahid Zafari on 1/14/17.
C
- Calendar - Enum Class in org.bardframework.commons.web
- constructAttributes(String, Integer) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- CookieHandler - Class in org.bardframework.commons.web.cookie
- CookieHandler(String) - Constructor for class org.bardframework.commons.web.cookie.CookieHandler
-
Default path that cookies will be visible to: "/", i.e.
- CookieHandler(String, String) - Constructor for class org.bardframework.commons.web.cookie.CookieHandler
- CorsFilter - Class in org.bardframework.commons.web.cors
- CorsFilter(List<String>) - Constructor for class org.bardframework.commons.web.cors.CorsFilter
- CorsFilter(List<String>, List<String>, List<String>, List<String>, List<String>, boolean, int) - Constructor for class org.bardframework.commons.web.cors.CorsFilter
D
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.bardframework.commons.web.cors.CorsFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.bardframework.commons.web.filter.ExceptionHandlerFilter
E
- escapeString(String) - Static method in class org.bardframework.commons.web.utils.WebUtils
-
remove > < RLO from input string, escapeHtml4
- ExceptionHandlerFilter - Class in org.bardframework.commons.web.filter
- ExceptionHandlerFilter(T, ObjectMapper) - Constructor for class org.bardframework.commons.web.filter.ExceptionHandlerFilter
F
- fillResponse(HttpServletResponse, byte[], String, String) - Static method in class org.bardframework.commons.web.utils.WebUtils
G
- get(HttpServletRequest) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getAllProperties(Locale) - Method in class org.bardframework.commons.web.WildcardReloadableMessageSource
- getDomain() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getHostOnly() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getHttpOnly() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getIds() - Method in interface jakarta.servlet.http.HttpSessionContext
-
Deprecated.
- getMaxAge() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getMessageSource() - Method in interface org.bardframework.commons.web.BaseExceptionControllerAdvice
- getName() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getPath() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getResource(String) - Static method in class org.bardframework.commons.web.utils.ResourceUtils
-
Return a Resource handle for the specified resource location.
- getResources(String) - Static method in class org.bardframework.commons.web.utils.ResourceUtils
-
Resolve the given location pattern into Resource objects.
- getSameSite() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getSecure() - Method in class org.bardframework.commons.web.cookie.CookieHandler
- getSession(String) - Method in interface jakarta.servlet.http.HttpSessionContext
-
Deprecated.As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
- getValue(HttpServletRequest) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- GREGORIAN - Enum constant in enum class org.bardframework.commons.web.Calendar
H
- handle(HttpServletResponse, Throwable) - Method in class org.bardframework.commons.web.filter.ExceptionHandlerFilter
- handle(Exception) - Method in interface org.bardframework.commons.web.BaseExceptionControllerAdvice
- handle(UnsupportedOperationException) - Method in interface org.bardframework.commons.web.BaseExceptionControllerAdvice
- handle(MethodArgumentNotValidException, Locale) - Method in interface org.bardframework.commons.web.BaseExceptionControllerAdvice
-
handle exception occur in @Validated annotation in RequestMapping methods
- HttpSessionContext - Interface in jakarta.servlet.http
-
Deprecated.As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
I
J
- jakarta.servlet - package jakarta.servlet
-
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
- jakarta.servlet.http - package jakarta.servlet.http
-
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
- JALALI - Enum constant in enum class org.bardframework.commons.web.Calendar
L
- log - Static variable in interface org.bardframework.commons.web.BaseExceptionControllerAdvice
O
- org.bardframework.commons.web - package org.bardframework.commons.web
- org.bardframework.commons.web.cookie - package org.bardframework.commons.web.cookie
- org.bardframework.commons.web.cors - package org.bardframework.commons.web.cors
- org.bardframework.commons.web.filter - package org.bardframework.commons.web.filter
- org.bardframework.commons.web.utils - package org.bardframework.commons.web.utils
R
- removeCookie(HttpServletResponse) - Method in class org.bardframework.commons.web.cookie.CookieHandler
-
Remove the cookie that this generator describes from the response.
- ResourceUtils - Class in org.bardframework.commons.web.utils
-
No Wildcards:
- ResourceUtils() - Constructor for class org.bardframework.commons.web.utils.ResourceUtils
S
- setDomain(String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- setHostOnly(Boolean) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- setHttpOnly(Boolean) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- setMaxAge(Integer) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- setSameSite(String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- setSecure(Boolean) - Method in class org.bardframework.commons.web.cookie.CookieHandler
- SingleThreadModel - Interface in jakarta.servlet
-
Deprecated.As of Java Servlet API 2.4, with no direct replacement.
V
- valueOf(String) - Static method in enum class org.bardframework.commons.web.Calendar
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bardframework.commons.web.Calendar
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WebUtils - Class in org.bardframework.commons.web.utils
-
Created by Vahid Zafari on 6/10/2016.
- WebUtils() - Constructor for class org.bardframework.commons.web.utils.WebUtils
- WildcardReloadableMessageSource - Class in org.bardframework.commons.web
- WildcardReloadableMessageSource() - Constructor for class org.bardframework.commons.web.WildcardReloadableMessageSource
All Classes and Interfaces|All Packages
Enumerationand will be removed in a future version of this API.