@ThreadSafe public final class ForcedRedirectManager extends com.helger.web.scope.singleton.AbstractSessionWebSingleton
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_PARAMETER_PRG_ACTIVE |
| Constructor and Description |
|---|
ForcedRedirectManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createForcedRedirect(ForcedRedirectException ex) |
Serializable |
getAndRemoveContent(String sMenuItemID) |
static Serializable |
getAndRemoveLastForcedRedirectContent(String sMenuItemID) |
Serializable |
getContent(String sMenuItemID) |
static ForcedRedirectManager |
getInstance() |
static ForcedRedirectManager |
getInstanceIfInstantiated() |
static Serializable |
getLastForcedRedirectContent(String sMenuItemID) |
boolean |
hasContent(String sMenuItemID) |
String |
toString() |
getAllSessionSingletons, getSessionSingleton, getSessionSingletonIfInstantiated, isSessionSingletonInstantiatedgetAllSingletons, getSingleton, getSingletonIfInstantiated, getSingletonScopeKey, isDestroyed, isInDestruction, isInInstantiation, isInPreDestruction, isInstantiated, isSingletonInstantiated, isUsableObject, onAfterInstantiation, onBeforeDestroy, onBeforeScopeDestruction, onDestroy, onScopeDestruction, readAbstractSingletonFields, setDestroyed, setInDestruction, setInInstantiation, setInPreDestruction, setInstantiated, writeAbstractSingletonFieldspublic static final String REQUEST_PARAMETER_PRG_ACTIVE
@Deprecated @UsedViaReflection public ForcedRedirectManager()
@Nonnull public static ForcedRedirectManager getInstance()
null.@Nullable public static ForcedRedirectManager getInstanceIfInstantiated()
null.public void createForcedRedirect(@Nonnull ForcedRedirectException ex)
@Nullable public Serializable getContent(@Nullable String sMenuItemID)
@Nullable public static Serializable getLastForcedRedirectContent(@Nullable String sMenuItemID)
@Nullable public Serializable getAndRemoveContent(@Nullable String sMenuItemID)
@Nullable public static Serializable getAndRemoveLastForcedRedirectContent(@Nullable String sMenuItemID)
public String toString()
toString in class com.helger.scope.singleton.AbstractSingletonCopyright © 2017–2019 Philip Helger. All rights reserved.