public class OrderedFormContentFilter extends org.springframework.web.filter.FormContentFilter implements OrderedFilter
FormContentFilter that also implements Ordered.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER
Higher order to ensure the filter is applied before Spring Security.
|
ALREADY_FILTERED_SUFFIXREQUEST_WRAPPER_FILTER_MAX_ORDER| Constructor and Description |
|---|
OrderedFormContentFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
setOrder(int order)
Set the order for this filter.
|
doFilterInternal, setCharset, setFormConverterdoFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchaddRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextpublic static final int DEFAULT_ORDER