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 FilterImpl
FilterImpl. create(java.lang.String path, java.lang.String acceptType, Filter filter)
Wraps the filter in FilterImpl(package private) static FilterImpl
FilterImpl. create(java.lang.String path, Filter filter)
Wraps the filter in FilterImplFilterImpl
FilterImpl. 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 void
Routable. addFilter(java.lang.String httpMethod, FilterImpl filter)
Deprecated.protected abstract void
Routable. addFilter(HttpMethod httpMethod, FilterImpl filter)
Adds a filtervoid
Service. addFilter(java.lang.String httpMethod, FilterImpl filter)
Deprecated.void
Service. 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 void
Routes. add(HttpMethod httpMethod, FilterImpl filter)
Add a filter
-