Annotation Interface ServletMapping
Helper annotation that marks
Servlet
as filter for automatic import when put on Bean or Component.
This annotation is automatically translated to ServletMapping
and exported with PluginServletMappingDescriptor
.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
mapping
String mappingValue forServletMapping.pathMapping()
-
-
-
order
int orderValue forServletMapping.order()
- Default:
- 10
-