Index

A B C D E F G H I L M O R S U W 
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

bodyTemplate - Variable in class org.bardframework.commons.web.utils.HttpCaller
 

C

call(Map<String, String>) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
call(Map<String, String>, Map<String, String>) - Method in class org.bardframework.commons.web.utils.HttpCaller
call with custom headers
configure(HttpSecurity) - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
connectTimeoutSeconds - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
CookieHandler - Class in org.bardframework.commons.web.cookie
 
CookieHandler() - 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
 
CorsSecurityConfigurer - Class in org.bardframework.commons.web.cors
 
CorsSecurityConfigurer(List<String>, List<String>, List<String>, List<String>, List<String>, boolean, int) - Constructor for class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
createCookie(String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
don't set domain when it is empty

D

disable - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
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
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
 
getAllowedMethods() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getAllowedOrigins() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getAllProperties(Locale) - Method in class org.bardframework.commons.web.WildcardReloadableMessageSource
 
getAntPathMatcher() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getBody() - Method in class org.bardframework.commons.web.utils.HttpCallResult
 
getBodyTemplate() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
getConnectTimeoutSeconds() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
getCookieSameSite() - Method in class org.bardframework.commons.web.cookie.CookieHandler
 
getCorsAllowedHeaders() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsAllowedMethods() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsAllowedOrigins() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsExposedHeaders() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsFilter() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsMapping() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsMaxAge() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
getCorsRequestMatchers() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getExposedHeaders() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getHeaders() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
getHttpMethod() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
getMaxAge() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
getReadTimeoutSeconds() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
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.
getResponseCode() - Method in class org.bardframework.commons.web.utils.HttpCallResult
 
getUrlTemplate() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
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.utils.HttpCallResult
 
headers - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
httpCall(String, String, String, int, int, Map<String, String>, Map<String, String>) - Static method in class org.bardframework.commons.web.utils.HttpUtils
 
HttpCaller - Class in org.bardframework.commons.web.utils
 
HttpCaller(String, String) - Constructor for class org.bardframework.commons.web.utils.HttpCaller
 
HttpCallResult - Class in org.bardframework.commons.web.utils
 
HttpCallResult(int, byte[], boolean) - Constructor for class org.bardframework.commons.web.utils.HttpCallResult
 
httpMethod - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
HttpUtils - Class in org.bardframework.commons.web.utils
 

I

isAllowedCredentials() - Method in class org.bardframework.commons.web.cors.CorsFilter
 
isCorsAllowCredentials() - Method in class org.bardframework.commons.web.cors.CorsSecurityConfigurer
 
isDisable() - Method in class org.bardframework.commons.web.utils.HttpCaller
 
isLogResponse() - Method in class org.bardframework.commons.web.utils.HttpCaller
 

L

LOGGER - Static variable in class org.bardframework.commons.web.ExceptionControllerAdvice
 
LOGGER - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
logResponse - Variable in class org.bardframework.commons.web.utils.HttpCaller
 

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.utils - package org.bardframework.commons.web.utils
 

R

readTimeoutSeconds - Variable in class org.bardframework.commons.web.utils.HttpCaller
 
ResourceUtils - Class in org.bardframework.commons.web.utils
No Wildcards:

S

setBodyTemplate(String) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
setConnectTimeoutSeconds(int) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
setCookieSameSite(String) - Method in class org.bardframework.commons.web.cookie.CookieHandler
 
setDisable(boolean) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
setHeaders(Map<String, String>) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
setLogResponse(boolean) - Method in class org.bardframework.commons.web.utils.HttpCaller
 
setReadTimeoutSeconds(int) - Method in class org.bardframework.commons.web.utils.HttpCaller
 

U

urlTemplate - Variable in class org.bardframework.commons.web.utils.HttpCaller
 

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
 
A B C D E F G H I L M O R S U W 
All Classes and Interfaces|All Packages