| Package | Description |
|---|---|
| com.helger.servlet.response |
| Modifier and Type | Method and Description |
|---|---|
static ERedirectMode |
ERedirectMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERedirectMode[] |
ERedirectMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UnifiedResponse |
UnifiedResponse.setRedirect(com.helger.commons.url.ISimpleURL aRedirectTargetUrl,
ERedirectMode eRedirectMode) |
UnifiedResponse |
UnifiedResponse.setRedirect(String sRedirectTargetUrl,
ERedirectMode eRedirectMode) |
Copyright © 2016–2019 Philip Helger. All rights reserved.