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 FilterImpl
Wraps the filter in FilterImpl(package private) static FilterImpl
Wraps 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 void
Routable.addFilter
(String httpMethod, FilterImpl filter) Deprecated.protected abstract void
Routable.addFilter
(HttpMethod httpMethod, FilterImpl filter) Adds a filtervoid
Service.addFilter
(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 FilterImplModifier and TypeMethodDescriptionvoid
Routes.add
(HttpMethod httpMethod, FilterImpl filter) Add a filter