public final class RequestSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_ATTR_APP_ID |
static String |
REQUEST_ATTR_STATE |
| Modifier and Type | Method and Description |
|---|---|
static String |
getApplicationID(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static Locale |
getDisplayCountry(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static String |
getDisplayLanguage(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static Locale |
getDisplayLocale(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static IMenuItemPage |
getMenuItem(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static String |
getMenuItemID(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static IMenuTree |
getMenuTree(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
static PhotonRequestState |
getRequestState(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope) |
public static final String REQUEST_ATTR_APP_ID
public static final String REQUEST_ATTR_STATE
@Nonnull @Nonempty public static String getApplicationID(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull public static PhotonRequestState getRequestState(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull public static IMenuTree getMenuTree(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull public static IMenuItemPage getMenuItem(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull @Nonempty public static String getMenuItemID(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull public static Locale getDisplayLocale(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
@Nonnull public static Locale getDisplayCountry(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)
Copyright © 2014–2018 Philip Helger. All rights reserved.