All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.routing.SpincastRouterConfig.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastRouterConfig (org.spincast:spincast-framework 1.0.0 API)












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 Detail

      • 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 !
      • getRedirectFilterPosition

        int getRedirectFilterPosition()
        The default position for a redirect "before" filter. Must be < 0 and should probably be one of the very, very first filter to run!

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy