Uses of Class
spark.FilterImpl
-
Packages that use FilterImpl Package Description spark spark.route -
-
Uses of FilterImpl in spark
Methods in spark that return FilterImpl Modifier and Type Method Description (package private) static FilterImplFilterImpl. create(java.lang.String path, java.lang.String acceptType, Filter filter)Wraps the filter in FilterImpl(package private) static FilterImplFilterImpl. create(java.lang.String path, Filter filter)Wraps the filter in FilterImplFilterImplFilterImpl. withPrefix(java.lang.String prefix)Prefix the path (used forService.path(java.lang.String, spark.RouteGroup))Methods in spark with parameters of type FilterImpl Modifier and Type Method Description protected abstract voidRoutable. addFilter(java.lang.String httpMethod, FilterImpl filter)Deprecated.protected abstract voidRoutable. addFilter(HttpMethod httpMethod, FilterImpl filter)Adds a filtervoidService. addFilter(java.lang.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 FilterImpl Modifier and Type Method Description voidRoutes. add(HttpMethod httpMethod, FilterImpl filter)Add a filter
-