@ParametersAreNonnullByDefault public interface LandingPageRegistrar
Modifier and Type | Method and Description |
---|---|
void |
registerRedirect(PageRedirect redirect,
int priority)
Registers the given redirection.
|
boolean |
unregisterRedirect(PageRedirect redirectToRemove)
Unregisters the given redirection.
|
void registerRedirect(PageRedirect redirect, int priority)
redirect
- the redirection to registerpriority
- the priority of the redirection; the lower the value, the higher the priorityboolean unregisterRedirect(PageRedirect redirectToRemove)
redirectToRemove
- the redirection to unregistertrue
if it was previously registeredCopyright © 2002-2022 Atlassian. All Rights Reserved.