public class OrderedHttpPutFormContentFilter extends HttpPutFormContentFilter implements Ordered
HttpPutFormContentFilter 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_SUFFIXloggerHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
OrderedHttpPutFormContentFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
setOrder(int order)
Set the order for this filter.
|
doFilterInternal, setCharsetdoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchaddRequiredProperty, afterPropertiesSet, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextpublic static final int DEFAULT_ORDER
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.