接口 OrderedFilter
- 所有超级接口:
Filter,cn.taketoday.core.Ordered
An
Ordered Filter.- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Harry Yang
-
字段概要
字段修饰符和类型字段说明static final intFilters that wrap the servlet request should be ordered less than or equal to this.从接口继承的字段 cn.taketoday.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
方法概要
从接口继承的方法 cn.taketoday.core.Ordered
getOrder
-
字段详细资料
-
REQUEST_WRAPPER_FILTER_MAX_ORDER
static final int REQUEST_WRAPPER_FILTER_MAX_ORDERFilters that wrap the servlet request should be ordered less than or equal to this.- 另请参阅:
-