public.javadoc.org.spincast.plugins.routing.SpincastRouterConfig.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastRouterConfig (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.plugins.routing
Interface SpincastRouterConfig
- All Known Implementing Classes:
SpincastRouterConfigDefault
public interface SpincastRouterConfig
Configurations for the Spincast Router/routing.
We use "@ImplementedBy" to specify the default configurations
to use if none is specified in a Guice module.
-
Method Summary
Modifier and Type
Method
Description
int
The default position for a cors
"before" filter.
The routing types to apply a filter (none "0" position)
when none is explicitly specified.
-
Method Details
-
getFilterDefaultRoutingTypes
Set<RoutingType> getFilterDefaultRoutingTypes()
The routing types to apply a filter (none "0" position)
when none is explicitly specified.
-
getCorsFilterPosition
int getCorsFilterPosition()
The default position for a cors
"before" filter.
Must be < 0 !