Uses of Class
spark.FilterImpl
Packages that use FilterImpl
-
Uses of FilterImpl in spark
Methods in spark that return FilterImplModifier and TypeMethodDescription(package private) static FilterImplWraps the filter in FilterImpl(package private) static FilterImplWraps the filter in FilterImplFilterImpl.withPrefix(String prefix) Prefix the path (used forService.path(java.lang.String, spark.RouteGroup))Methods in spark with parameters of type FilterImplModifier and TypeMethodDescriptionprotected abstract voidRoutable.addFilter(String httpMethod, FilterImpl filter) Deprecated.protected abstract voidRoutable.addFilter(HttpMethod httpMethod, FilterImpl filter) Adds a filtervoidService.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