A C D E F G H I L M O V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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.
C
- configure(HttpSecurity) - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- CookieHandler - Class in org.bardframework.commons.web.cookie
- CookieHandler() - Constructor for class org.bardframework.commons.web.cookie.CookieHandler
- CORS_ALLOW_CREDENTIALS - org.bardframework.commons.web.cors.CorsConfig
- CORS_ALLOWED_HEADERS - org.bardframework.commons.web.cors.CorsConfig
- CORS_ALLOWED_METHODS - org.bardframework.commons.web.cors.CorsConfig
- CORS_ALLOWED_ORIGINS - org.bardframework.commons.web.cors.CorsConfig
- CORS_ENABLE - org.bardframework.commons.web.cors.CorsConfig
- CORS_EXPOSED_HEADERS - org.bardframework.commons.web.cors.CorsConfig
- CORS_MAPPING - org.bardframework.commons.web.cors.CorsConfig
- CORS_MAX_AGE_SECOND - org.bardframework.commons.web.cors.CorsConfig
- CorsConfig - Enum in org.bardframework.commons.web.cors
- CorsConfigurator - Class in org.bardframework.commons.web.cors
- CorsConfigurator() - Constructor for class org.bardframework.commons.web.cors.CorsConfigurator
- CorsConfiguratorReloadable - Class in org.bardframework.commons.web.cors
- CorsConfiguratorReloadable() - Constructor for class org.bardframework.commons.web.cors.CorsConfiguratorReloadable
- 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, boolean) - Constructor for class org.bardframework.commons.web.cors.CorsFilter
- CorsFilterReloadable - Class in org.bardframework.commons.web.cors
- CorsFilterReloadable(List<String>) - Constructor for class org.bardframework.commons.web.cors.CorsFilterReloadable
- createCookie(String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
-
don't set domain when it is empty
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
- ExceptionControllerAdvice - Class in org.bardframework.commons.web
-
Created by Vahid Zafari on 1/14/17.
- ExceptionControllerAdvice() - Constructor for class org.bardframework.commons.web.ExceptionControllerAdvice
- ExceptionHandlerFilter - Class in org.bardframework.commons.web.filter
- ExceptionHandlerFilter(ExceptionControllerAdvice, 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
- getAllowedHeaders() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getAllowedHeaders() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- getAllowedMethods() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getAllowedMethods() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- getAllowedOrigins() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getAllowedOrigins() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- getAntPathMatcher() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getBody() - Method in class org.bardframework.commons.web.http.HttpCallResult
- getCorsAllowedHeaders() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsAllowedMethods() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsAllowedOrigins() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsExposedHeaders() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsFilter() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsFilter() - Method in class org.bardframework.commons.web.cors.CorsConfiguratorReloadable
- getCorsMapping() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsMaxAge() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- getCorsRequestMatchers() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getDefaultValue() - Method in enum org.bardframework.commons.web.cors.CorsConfig
- getExposedHeaders() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getExposedHeaders() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- getKey() - Method in enum org.bardframework.commons.web.cors.CorsConfig
- getMaxAge() - Method in class org.bardframework.commons.web.cors.CorsFilter
- getMaxAge() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- getResponseCode() - Method in class org.bardframework.commons.web.http.HttpCallResult
- getValue(HttpServletRequest) - Method in class org.bardframework.commons.web.cookie.CookieHandler
H
- handle(Exception) - Method in class org.bardframework.commons.web.ExceptionControllerAdvice
- handle(UnsupportedOperationException) - Method in class org.bardframework.commons.web.ExceptionControllerAdvice
- handle(HttpServletResponse, Throwable) - Method in class org.bardframework.commons.web.filter.ExceptionHandlerFilter
- handle(MethodArgumentNotValidException, Locale) - Method in class org.bardframework.commons.web.ExceptionControllerAdvice
-
handle exception occur in @Validated annotation in RequestMapping methods
- hasError() - Method in class org.bardframework.commons.web.http.HttpCallResult
- httpCall(String, String, String, Map<String, String>, Map<String, String>) - Static method in class org.bardframework.commons.web.http.HttpCallerUtils
- HttpCallerUtils - Class in org.bardframework.commons.web.http
- HttpCallerUtils() - Constructor for class org.bardframework.commons.web.http.HttpCallerUtils
- HttpCallResult - Class in org.bardframework.commons.web.http
- HttpCallResult(int, byte[], boolean) - Constructor for class org.bardframework.commons.web.http.HttpCallResult
I
- isAllowedCredentials() - Method in class org.bardframework.commons.web.cors.CorsFilter
- isAllowedCredentials() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- isCorsAllowCredentials() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- isCorsEnable() - Method in class org.bardframework.commons.web.cors.CorsConfigurator
- isEnable() - Method in class org.bardframework.commons.web.cors.CorsFilter
- isEnable() - Method in class org.bardframework.commons.web.cors.CorsFilterReloadable
- isRequired() - Method in enum org.bardframework.commons.web.cors.CorsConfig
L
- LOGGER - Static variable in class org.bardframework.commons.web.ExceptionControllerAdvice
- LOGGER - Static variable in class org.bardframework.commons.web.http.HttpCallerUtils
M
- messageSource - Variable in class org.bardframework.commons.web.ExceptionControllerAdvice
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.http - package org.bardframework.commons.web.http
- org.bardframework.commons.web.utils - package org.bardframework.commons.web.utils
V
- valueOf(String) - Static method in enum org.bardframework.commons.web.cors.CorsConfig
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.bardframework.commons.web.cors.CorsConfig
-
Returns an array containing the constants of this enum type, 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
All Classes All Packages