public interface SpincastRouterConfig
We use "@ImplementedBy" to specify the default configurations to use if none is specified in a Guice module.
| Modifier and Type | Method and Description |
|---|---|
int |
getCorsFilterPosition()
The default position for a
cors "before" filter. |
Set<RoutingType> |
getFilterDefaultRoutingTypes()
The routing types to apply a filter (none "0" position)
when none is explicitly specified.
|
int |
getRedirectFilterPosition()
The default position for a
redirect "before" filter. |
Set<RoutingType> getFilterDefaultRoutingTypes()
int getCorsFilterPosition()
cors "before" filter.
Must be < 0 !int getRedirectFilterPosition()
redirect "before" filter.
Must be < 0 and should probably be one of the very, very
first filter to run!Copyright © 2019. All rights reserved.