Uses of Class
spark.FilterImpl
Packages that use FilterImpl
-
Uses of FilterImpl in spark
Methods in spark that return FilterImplModifier and TypeMethodDescriptionFilterImpl.withPrefix(String prefix) Prefix the path (used forService.path(java.lang.String, spark.RouteGroup))Methods in spark with parameters of type FilterImplModifier and TypeMethodDescriptionvoidService.addFilter(String httpMethod, FilterImpl filter) Deprecated.voidService.addFilter(HttpMethod httpMethod, FilterImpl filter) -
Uses of FilterImpl in spark.route
Methods in spark.route with parameters of type FilterImplModifier and TypeMethodDescriptionvoidRoutes.add(HttpMethod httpMethod, FilterImpl filter) Add a filter