Annotation Interface ServerFilter
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Bean
@DefaultScope(Singleton.class)
public @interface ServerFilter
Mark a bean as a filter for the HTTP server. The bean may declare
RequestFilters and
ResponseFilters.- Since:
- 4.0.0
- Author:
- Jonas Konrad
-
Field Details
-
MATCH_ALL_PATTERN
-
-
Element Details
-
value
-
patternStyle
-
patterns
-
methods
-
appendContextPath
boolean appendContextPath- Returns:
- Whether the contextPath should be concatenated into the filter pattern
- Since:
- 4.5.1
- Default:
true
-