public interface PageRedirect
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
url(ApplicationUser user)
Returns an optional URL to which to redirect the user.
|
@Nonnull Optional<String> url(@Nullable ApplicationUser user)
user - the user to potentially be redirectedOptional.empty() if no redirection should occurCopyright © 2002-2023 Atlassian. All Rights Reserved.