public class WebApplicationHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_HASH |
static String |
HIPPO_AUTO_LOGIN_COOKIE_BASE_NAME |
static String |
REMEMBERME_COOKIE_BASE_NAME |
Modifier and Type | Method and Description |
---|---|
static void |
clearCookie(String cookieName) |
static org.apache.wicket.request.resource.UrlResourceReference |
createUniqueUrlResourceReference(org.apache.wicket.request.Url url) |
static String |
getApplicationName() |
static String |
getFullyQualifiedCookieName(String cookieBaseName) |
static int |
getMaxInactiveIntervalMinutes() |
static boolean |
isDevelopmentMode() |
static boolean |
isPartOfPage(org.apache.wicket.Component component) |
static org.apache.wicket.protocol.http.servlet.ServletWebRequest |
retrieveWebRequest() |
static org.apache.wicket.request.http.WebResponse |
retrieveWebResponse() |
protected static void |
validateNotBlank(String value) |
public static final String HIPPO_AUTO_LOGIN_COOKIE_BASE_NAME
public static final String REMEMBERME_COOKIE_BASE_NAME
public static final String APPLICATION_HASH
public static void clearCookie(String cookieName)
public static org.apache.wicket.protocol.http.servlet.ServletWebRequest retrieveWebRequest()
public static org.apache.wicket.request.http.WebResponse retrieveWebResponse()
public static String getApplicationName()
public static boolean isDevelopmentMode()
public static boolean isPartOfPage(org.apache.wicket.Component component)
public static org.apache.wicket.request.resource.UrlResourceReference createUniqueUrlResourceReference(org.apache.wicket.request.Url url)
protected static void validateNotBlank(String value)
public static int getMaxInactiveIntervalMinutes()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.