Uses of Interface
spark.Filter
Packages that use Filter
-
Uses of Filter in spark
Modifier and TypeClassDescriptionclass
FilterImpl is created from a path, acceptType and Filter.Modifier and TypeMethodDescriptionvoid
Maps a filter to be executed after any matching routesvoid
Maps a filter to be executed after any matching routesvoid
Maps a filter to be executed after any matching routesstatic void
Maps one or many filters to be executed after any matching routesstatic void
Maps a filter to be executed after any matching routesstatic void
Maps an array of filters to be executed after any matching routesstatic void
Maps one or many filters to be executed after any matching routesvoid
Routable.afterAfter
(String path, Filter filter) Maps a filter to be executed after any matching routes even if the route throws any exceptionvoid
Routable.afterAfter
(Filter filter) Maps a filter to be executed after any matching routes even if the route throws any exceptionstatic void
Spark.afterAfter
(String path, Filter filter) Execute after route even if the route throws exceptionstatic void
Spark.afterAfter
(Filter filter) Execute after any matching route even if the route throws exceptionvoid
Maps a filter to be executed before any matching routesvoid
Maps a filter to be executed before any matching routesvoid
Maps a filter to be executed before any matching routesstatic void
Maps one or many filters to be executed before any matching routesstatic void
Maps a filter to be executed before any matching routesstatic void
Maps an array of filters to be executed before any matching routesstatic void
Maps one or many filters to be executed before any matching routes(package private) static FilterImpl
Wraps the filter in FilterImpl(package private) static FilterImpl
Wraps the filter in FilterImplModifierConstructorDescriptionprotected
FilterImpl
(String path, String acceptType, Filter filter)