public interface IRedirectRuleBuilder
| Modifier and Type | Method and Description |
|---|---|
IRedirectRuleBuilder |
permanently()
The redirection will be permanent (301).
|
IRedirectRuleBuilder |
temporarily()
The redirection will be temporarily (302).
|
void |
to(String newPathOrFullUrl)
The new path or full URL to redirect to.
|
IRedirectRuleBuilder permanently()
IRedirectRuleBuilder temporarily()
void to(String newPathOrFullUrl)
Copyright © 2016. All rights reserved.