Uses of Interface
spark.Filter
Packages that use Filter
-
Uses of Filter in spark
Modifier and TypeClassDescriptionclassFilterImpl is created from a path, acceptType and Filter.Modifier and TypeMethodDescriptionvoidMaps a filter to be executed after any matching routesvoidMaps a filter to be executed after any matching routesvoidMaps a filter to be executed after any matching routesstatic voidMaps one or many filters to be executed after any matching routesstatic voidMaps a filter to be executed after any matching routesstatic voidMaps an array of filters to be executed after any matching routesstatic voidMaps one or many filters to be executed after any matching routesvoidRoutable.afterAfter(String path, Filter filter) Maps a filter to be executed after any matching routes even if the route throws any exceptionvoidRoutable.afterAfter(Filter filter) Maps a filter to be executed after any matching routes even if the route throws any exceptionstatic voidSpark.afterAfter(String path, Filter filter) Execute after route even if the route throws exceptionstatic voidSpark.afterAfter(Filter filter) Execute after any matching route even if the route throws exceptionvoidMaps a filter to be executed before any matching routesvoidMaps a filter to be executed before any matching routesvoidMaps a filter to be executed before any matching routesstatic voidMaps one or many filters to be executed before any matching routesstatic voidMaps a filter to be executed before any matching routesstatic voidMaps an array of filters to be executed before any matching routesstatic voidMaps one or many filters to be executed before any matching routes(package private) static FilterImplWraps the filter in FilterImpl(package private) static FilterImplWraps the filter in FilterImplModifierConstructorDescriptionprotectedFilterImpl(String path, String acceptType, Filter filter)