Uses of Interface
org.spincast.core.routing.RedirectRuleBuilder
Packages that use RedirectRuleBuilder
-
Uses of RedirectRuleBuilder in org.spincast.core.routing
Methods in org.spincast.core.routing that return RedirectRuleBuilderModifier and TypeMethodDescriptionRedirectRuleBuilder.permanently()The redirection will be permanent (301).RedirectRuleBuilder.pos(int position) The position where the filter will be run.Starts the creation of a redirection rule.RedirectRuleBuilder.temporarily()The redirection will be temporarily (302). -
Uses of RedirectRuleBuilder in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing that implement RedirectRuleBuilderModifier and TypeClassDescriptionclassRedirectRuleBuilderDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> Default implementation for the RedirectRuleBuilder interface.Methods in org.spincast.plugins.routing that return RedirectRuleBuilderModifier and TypeMethodDescriptionRedirectRuleBuilderDefault.permanently()RedirectRuleBuilderDefault.pos(int position) RedirectRuleBuilderDefault.temporarily()Methods in org.spincast.plugins.routing that return types with arguments of type RedirectRuleBuilderModifier and TypeMethodDescriptionprotected Class<? extends RedirectRuleBuilder>SpincastRoutingPluginModule.getRedirectRuleBuilderImplClass()