Skip navigation links
A B C D E F G H I L M N O P R S T U W 

A

absoluteUrlFor(Class<C>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Returns the absolute url for the given page without the server port.
absoluteUrlFor(Class<C>, boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Returns the absolute url for the given page and optionally with the server port.
absoluteUrlFor(Class<C>, PageParameters, boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Returns the absolute url for the given page with the parameters and optionally with the server port.
AbstractApplicationRequestCycleListener - Class in de.alpharogroup.wicket.base.application
Extends the AbstractApplicationRequestCycleListener and implement the method AbstractApplicationRequestCycleListener.newExceptionPage(RequestCycle, Exception) that return an application specific exception page.
AbstractApplicationRequestCycleListener() - Constructor for class de.alpharogroup.wicket.base.application.AbstractApplicationRequestCycleListener
 
AbstractBasePage - Class in de.alpharogroup.wicket.base
The Class BasePage.
AbstractBasePage() - Constructor for class de.alpharogroup.wicket.base.AbstractBasePage
Instantiates a new AbstractBasePage with no parameters.
AbstractBasePage(IModel<?>) - Constructor for class de.alpharogroup.wicket.base.AbstractBasePage
Instantiates a new AbstractBasePage with an IModel object.
AbstractBasePage(PageParameters) - Constructor for class de.alpharogroup.wicket.base.AbstractBasePage
Instantiates a new AbstractBasePage with parameters.
AbstractGenericBasePage<T> - Class in de.alpharogroup.wicket.base
The Class AbstractGenericBasePage.
AbstractGenericBasePage() - Constructor for class de.alpharogroup.wicket.base.AbstractGenericBasePage
Instantiates a new AbstractGenericBasePage with no parameters.
AbstractGenericBasePage(IModel<T>) - Constructor for class de.alpharogroup.wicket.base.AbstractGenericBasePage
Instantiates a new AbstractGenericBasePage with an IModel object.
AbstractGenericBasePage(PageParameters) - Constructor for class de.alpharogroup.wicket.base.AbstractGenericBasePage
Instantiates a new AbstractGenericBasePage with parameters.
AbstractSiteMapPage - Class in de.alpharogroup.wicket.base.pages
The Class AbstractSiteMapPage is the base class for subclass a SiteMapPage.
AbstractSiteMapPage() - Constructor for class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
Instantiates a new abstract site map page.
ACTION - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant ACTION.
addCookie(Cookie) - Static method in class de.alpharogroup.wicket.base.util.CookieExtensions
Adds the given cookie.
addFilePatternsToPackageResourceGuard(Application, String...) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Adds the given file patterns to package resource guard from the given application.
addOnline(USER, ID, SESSION) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Adds the user online.
addOnline(USER, ID) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Adds the user online.
addParameters(IRequestParameters, Map<String, String[]>) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Adds the given parameters to the given map.
addResourceFinder(WebApplication, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Adds the given resourcePath to the resource finder from the given application.
addToParameters(IRequestParameters, Map<String, List<StringValue>>) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Adds the given parameters to the given map.
ApplicationDebugSettingsPlugin - Class in de.alpharogroup.wicket.base.application.plugins
If you install the ApplicationDebugSettingsPlugin you enable the appropriate settings for the development mode.
ApplicationDebugSettingsPlugin() - Constructor for class de.alpharogroup.wicket.base.application.plugins.ApplicationDebugSettingsPlugin
 
ApplicationExtensions - Class in de.alpharogroup.wicket.base.util.application
The Class ApplicationExtensions.

B

BasePage - Class in de.alpharogroup.wicket.base
The Class BasePage.
BasePage() - Constructor for class de.alpharogroup.wicket.base.BasePage
Instantiates a new BasePage.
BasePage(IModel<?>) - Constructor for class de.alpharogroup.wicket.base.BasePage
Instantiates a new BasePage.
BasePage(PageParameters) - Constructor for class de.alpharogroup.wicket.base.BasePage
Instantiates a new BasePage.
BasePanel<T> - Class in de.alpharogroup.wicket.base
The Class BasePanel.
BasePanel(String) - Constructor for class de.alpharogroup.wicket.base.BasePanel
Instantiates a new BasePanel.
BasePanel(String, IModel<T>) - Constructor for class de.alpharogroup.wicket.base.BasePanel
Instantiates a new BasePanel.
BaseWebApplication - Class in de.alpharogroup.wicket.base.application
The Class BaseWebApplication have factory methods for the application settings that should be overwritten from the subclasses to provide they own settings and configurations.
BaseWebApplication() - Constructor for class de.alpharogroup.wicket.base.application.BaseWebApplication
 
BotAgentInspector - Class in de.alpharogroup.wicket.base.util.seo
The Class BotAgentInspector has on method that checks for agent strings.
BotAgentInspector() - Constructor for class de.alpharogroup.wicket.base.util.seo.BotAgentInspector
 
ByteArrayResourceStreamWriter - Class in de.alpharogroup.wicket.base.util.resource
The Class ByteArrayResourceStreamWriter.
ByteArrayResourceStreamWriter() - Constructor for class de.alpharogroup.wicket.base.util.resource.ByteArrayResourceStreamWriter
 

C

clear() - Method in class de.alpharogroup.wicket.base.application.RequestCycleLocal
Sets the object to null in the MetaDataEntry.
clear() - Method in class de.alpharogroup.wicket.base.application.SessionLocal
Sets the object to null in the MetaDataEntry.
clearCookie(Cookie) - Static method in class de.alpharogroup.wicket.base.util.CookieExtensions
Clears the given cookie.
ComponentFinder - Class in de.alpharogroup.wicket.base.util
The Class ComponentFinder.
ComponentFinder() - Constructor for class de.alpharogroup.wicket.base.util.ComponentFinder
 
ComponentPropertiesKeysListResolver - Class in de.alpharogroup.wicket.base.util.properties
The Class ComponentPropertiesKeysListResolver creates a list with the properties keys from the given list with the given prefix and optionally a suffix.
ComponentPropertiesKeysListResolver(String, Component, List<ResourceBundleKey>) - Constructor for class de.alpharogroup.wicket.base.util.properties.ComponentPropertiesKeysListResolver
Instantiates a new properties list view renderer.
ComponentPropertiesKeysListResolver(String, String, Component, List<ResourceBundleKey>) - Constructor for class de.alpharogroup.wicket.base.util.properties.ComponentPropertiesKeysListResolver
Instantiates a new properties list view renderer.
CONFIRMATION_CODE - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant CONFIRMATION_CODE.
CookieExtensions - Class in de.alpharogroup.wicket.base.util
The Class CookieExtensions provides some methods to create, add, get or clear a cookie.
CookieExtensions() - Constructor for class de.alpharogroup.wicket.base.util.CookieExtensions
 
copy(PageParameters, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Copies all given source PageParameters to the given destination PageParameters.
copyToWicketSession(PageParameters, Session) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Copies all given source PageParameters to the given session Session.

D

DatabaseImageResource - Class in de.alpharogroup.wicket.base.util.resource
The Class DatabaseImageResource.
DatabaseImageResource(String, byte[]) - Constructor for class de.alpharogroup.wicket.base.util.resource.DatabaseImageResource
Instantiates a new database image resource.
de.alpharogroup.wicket.base - package de.alpharogroup.wicket.base
 
de.alpharogroup.wicket.base.application - package de.alpharogroup.wicket.base.application
 
de.alpharogroup.wicket.base.application.plugins - package de.alpharogroup.wicket.base.application.plugins
 
de.alpharogroup.wicket.base.application.seo - package de.alpharogroup.wicket.base.application.seo
 
de.alpharogroup.wicket.base.pageparameters - package de.alpharogroup.wicket.base.pageparameters
 
de.alpharogroup.wicket.base.pages - package de.alpharogroup.wicket.base.pages
 
de.alpharogroup.wicket.base.protocol.https - package de.alpharogroup.wicket.base.protocol.https
 
de.alpharogroup.wicket.base.request.mapper - package de.alpharogroup.wicket.base.request.mapper
 
de.alpharogroup.wicket.base.util - package de.alpharogroup.wicket.base.util
 
de.alpharogroup.wicket.base.util.application - package de.alpharogroup.wicket.base.util.application
 
de.alpharogroup.wicket.base.util.parameter - package de.alpharogroup.wicket.base.util.parameter
 
de.alpharogroup.wicket.base.util.properties - package de.alpharogroup.wicket.base.util.properties
 
de.alpharogroup.wicket.base.util.resource - package de.alpharogroup.wicket.base.util.resource
 
de.alpharogroup.wicket.base.util.seo - package de.alpharogroup.wicket.base.util.seo
 
de.alpharogroup.wicket.base.util.url - package de.alpharogroup.wicket.base.util.url
 
de.alpharogroup.wicket.markup.html - package de.alpharogroup.wicket.markup.html
 
decorate(IHeaderResponse) - Method in class de.alpharogroup.wicket.markup.html.ResourceFilteredIntoFooterHeaderResponseDecorator
DEFAULT_HTTP_PORT - Static variable in class de.alpharogroup.wicket.base.application.BaseWebApplication
The Constant DEFAULT_HTTP_PORT.
DEFAULT_HTTPS_PORT - Static variable in class de.alpharogroup.wicket.base.application.BaseWebApplication
The Constant DEFAULT_HTTPS_PORT.
DEFAULT_PACKAGE_RESOURCE_GUARD_PATTERNS - Static variable in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
The Constant DEFAULT_PACKAGE_RESOURCE_GUARD_PATTERNS.
DeviceDetector - Class in de.alpharogroup.wicket.base.util.seo
The Class DeviceDetector.
DeviceDetector() - Constructor for class de.alpharogroup.wicket.base.util.seo.DeviceDetector
 
disableCaching(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Disables caching from a WebPage.
DisableJSessionIDinUrlApplication - Class in de.alpharogroup.wicket.base.application.seo
The Class DisableJSessionIDinUrlApplication overrides the method WebApplication.newWebResponse(WebRequest, HttpServletResponse) that checks if a request comes from a robot and if this is the case it removes the sessiod id from the response object.
DisableJSessionIDinUrlApplication() - Constructor for class de.alpharogroup.wicket.base.application.seo.DisableJSessionIDinUrlApplication
 

E

EMAIL - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant EMAIL.

F

findAjaxRequestTarget() - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the AjaxRequestTarget from the current RequestCycle.
findOrCreateNewAjaxRequestTarget() - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the current AjaxRequestTarget or creates a new ajax request target from the given application and page if the current AjaxRequestTarget is null.
findOrCreateNewAjaxRequestTarget(WebApplication, Page) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the current AjaxRequestTarget or creates a new ajax request target from the given application and page if the current AjaxRequestTarget is null.
findParent(Component, Class<? extends Component>) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the first parent of the given childComponent from the given parentClass.
findParent(Component, Class<? extends Component>, boolean) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the first parent of the given childComponent from the given parentClass and a flag if the search shell be continued with the class name if the search with the given parentClass returns null.
findParentByClassname(Component, Class<? extends Component>) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the first parent of the given childComponent from the given parentClass.
findParentForm(Component) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Finds the parent form of the given childComponent.
FOOTER_FILTER_NAME - Static variable in class de.alpharogroup.wicket.base.application.BaseWebApplication
The Constant FOOTER_FILTER_NAME.

G

GenericBasePage<T> - Class in de.alpharogroup.wicket.base
The Class GenericBasePage.
GenericBasePage() - Constructor for class de.alpharogroup.wicket.base.GenericBasePage
Instantiates a new GenericBasePage.
GenericBasePage(IModel<T>) - Constructor for class de.alpharogroup.wicket.base.GenericBasePage
Instantiates a new GenericBasePage.
GenericBasePage(PageParameters) - Constructor for class de.alpharogroup.wicket.base.GenericBasePage
Instantiates a new GenericBasePage.
get(USER) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Gets the session from the given user.
get() - Static method in class de.alpharogroup.wicket.base.application.plugins.ApplicationDebugSettingsPlugin
Returns the ApplicationDebugSettingsPlugin instance that has been installed in the current Wicket application.
get() - Static method in class de.alpharogroup.wicket.base.application.plugins.SecuritySettingsPlugin
Returns the SecuritySettingsPlugin instance that has been installed in the current Wicket application.
get() - Method in class de.alpharogroup.wicket.base.application.RequestCycleLocal
Gets the object from the MetaDataEntry.
get() - Method in class de.alpharogroup.wicket.base.application.SessionLocal
Gets the object from the MetaDataEntry.
getAllPageClasses() - Method in class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
Gets the all page classes.
getAllPageClassesQuietly() - Method in class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
Gets the all page classes quietly.
getBaseUrl() - Method in class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
Gets the base url.
getBaseUrl() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base Url.
getBaseUrl(Class<? extends Page>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base url from the given WebPage class object.
getBaseUrl(Class<? extends Page>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base url.
getBaseUrl(Page) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base url from the given WebPage.
getCanonicalPageUrl(Class<? extends Page>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the canonical page url.
getCanonicalPageUrl(Class<? extends Page>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the canonical page url.
getCompatibilityScore(Request) - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
getContentType() - Method in class de.alpharogroup.wicket.base.util.resource.ByteArrayResourceStreamWriter
Override this method to return the mime type of the content.
getContextPath(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the context path from the given WebApplication.
getContextPath() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the context path.
getContextPath(Page) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the context path from the given WebPage.
getContextPath(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
getCookie(String) - Static method in class de.alpharogroup.wicket.base.util.CookieExtensions
Gets the cookie form the given name.
getCurrentPage() - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Gets the current page.
getData() - Method in class de.alpharogroup.wicket.base.util.resource.DatabaseImageResource
Gets the data.
getDefaultHttpPort() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Gets the default http port.
getDefaultHttpsPort() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Gets the default https port.
getDisplayValue(ResourceBundleKey) - Method in class de.alpharogroup.wicket.base.util.properties.ComponentPropertiesKeysListResolver
Gets the display value.
getDisplayValues() - Method in class de.alpharogroup.wicket.base.util.properties.ComponentPropertiesKeysListResolver
Gets the display values with the full properties keys as a List of ResourceBundleKey.
getDomainUrl() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the domain url.
getDomainUrl(boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the domain url.
getDomainUrl(boolean, boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the domain url.
getDomainUrl(boolean, boolean, boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the domain url.
getHeaderContributorForFavicon() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the header contributor for favicon.
getHttpServletRequest() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the http servlet request.
getHttpServletRequest(Request) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the http servlet request.
getHttpServletResponse() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the http servlet response.
getHttpServletResponse(Response) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the http servlet response.
getHttpSession() - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the current http session.
getImage(String, String, byte[]) - Static method in class de.alpharogroup.wicket.base.util.WicketImageExtensions
Gets the image.
getImage(String, String, Byte[]) - Static method in class de.alpharogroup.wicket.base.util.WicketImageExtensions
Gets the image.
getInteger(StringValue) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
getIpAddress() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the ip address.
getJQueryReference() - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the default jquery reference from the current application.
getJQueryReference(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the default jquery reference from the given application.
getLiveSessions() - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the live sessions.
getLoc() - Method in class de.alpharogroup.wicket.base.pages.SiteUrl
Gets the loc.
getLocalName() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Returns the host name or the ip address on which the request was received.
getMarkupType() - Method in class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
getNonCachingImage(String, String, byte[]) - Static method in class de.alpharogroup.wicket.base.util.WicketImageExtensions
Gets a non caching image from the given wicketId, contentType and the byte array data.
getNonCachingImage(String, String, Byte[]) - Static method in class de.alpharogroup.wicket.base.util.WicketImageExtensions
Gets a non caching image from the given wicketId, contentType and the Byte array data.
getPackageName() - Method in class de.alpharogroup.wicket.base.pages.AbstractSiteMapPage
Gets the package name where to search for page classes.
getPage(IRequestHandler) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Gets the page if the request handler is instance of IPageRequestHandler.
getPageParametersMap(Request) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets a map with all parameters.
getPageUrl(Class<? extends Page>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the page url as Url object from the given WebPage class object.
getPageUrl(Class<? extends Page>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the page url.
getPageUrl(Page) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the page url as Url object from the given WebPage.
getPageUrl(Page, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the page url.
getParameter(PageParameters, String) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets the parameter or returns null if it does not exists or is empty.
getParameter(Request, String) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets the parameter value from given parameter name.
getParameter(String) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets the parameter value from given parameter name.
getParameter(Request, String) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
getParameter(String) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
getParameterMap() - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets a map with all parameters.
getParameterMap(Request) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets a map with all parameters.
getParameterMap() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
getParameterMap(Request) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
getPeakSessions() - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the peak sessions counter.
getRealPath(WebApplication, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the real path corresponding to the given virtual path from the given WebApplication.
getRemoteAddr() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the remote addr.
getRequestLogger() - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the request logger of the current WebApplication.
getRequestLogger(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the request logger from the given WebApplication.
getRequestLogger() - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the request logger of the current WebApplication.
getRequestLogger(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the request logger from the given WebApplication.
getRequestURL() - Method in class de.alpharogroup.wicket.base.AbstractBasePage
Gets the request url.
getRequestURL() - Method in class de.alpharogroup.wicket.base.AbstractGenericBasePage
Gets the request url.
getRequestURL() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Gets the request url.
getResourceStream(File, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the resource stream from the given parameters.
getResourceStream(WebApplication, String, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Gets the resource stream from the given parameters.
getServerName() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the server name.
getSession(ID) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Gets the session from the given session id.
getSessionId(USER) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Gets the session id.
getSessionTimeout() - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Gets the session timeout.
getSize() - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Gets the size of the online users.
getString(StringValue) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets the string from the given StringValue or null if it is null or is empty.
getUptime() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Gets the elapsed duration since this application was initialized.
getUrlAsString(Class<? extends Page>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the url as string from the given WebPage class object.
getUrlAsString(Page) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the url as string from the given WebPage.
getUser(ID) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Gets the user over the sessionId.
getWicketApplication() - Method in interface de.alpharogroup.wicket.base.IApplicationModel
Gets the wicket application.
getWicketSession() - Method in interface de.alpharogroup.wicket.base.IApplicationModel
Gets the wicket session.

H

HighScoreRequestMapper - Class in de.alpharogroup.wicket.base.request.mapper
Compound IRequestMapper with request mappers, orders by the compatibility score they were added.
HighScoreRequestMapper() - Constructor for class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
Instantiates a new HighScoreRequestMapper.
HighScoreRequestMapper(List<IRequestMapper>) - Constructor for class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
Instantiates a new HighScoreRequestMapper.

I

IApplicationModel<A extends org.apache.wicket.Application,S extends org.apache.wicket.Session> - Interface in de.alpharogroup.wicket.base
The Interface IApplicationModel holds methods for getting the Application and Session objects.
INFO_MESSAGE - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant INFO_MESSAGE.
init() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Inits the application configuration for global, development and deployment.
initializeSpring(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Initializes the given WebApplication with the Spring framework.
install(WebApplication) - Method in class de.alpharogroup.wicket.base.application.plugins.ApplicationDebugSettingsPlugin
Install this plugin to the given WebApplication.
install(WebApplication) - Method in class de.alpharogroup.wicket.base.application.plugins.SecuritySettingsPlugin
Install this plugin to the given WebApplication.
isAgent(String) - Static method in class de.alpharogroup.wicket.base.util.seo.BotAgentInspector
Checks if the given String object is agent over the String array BOT_AGENTS.
isHttps() - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Checks if the current request has the scheme 'https'.
isNotNullOrEmpty(StringValue) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Checks if the given StringValue is not null and the value of the given StringValue object is not null and the value of the given StringValue object is not empty.
isNullOrEmpty(StringValue) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Checks if the given StringValue is null or the value of the given StringValue object is null or the value of the given StringValue object is empty.
isOnDevelopmentMode() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Checks if is on development mode.
isOnline(USER) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Checks if the given user is online.
isSecure(Component) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Checks if the given component has as parent a page that is annotated with RequireHttps.

L

load() - Method in class de.alpharogroup.wicket.base.util.resource.ByteArrayResourceStreamWriter
Load the file content as a byte array.
loadProperties() - Method in class de.alpharogroup.wicket.base.application.WicketConfigurationPropertiesResolver
Try to load the configuration properties file from disk.
LOGGER - Static variable in class de.alpharogroup.wicket.base.application.BaseWebApplication
The logger constant.

M

mapHandler(IRequestHandler) - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
mapRequest(Request) - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
mountPage(String, Class<T>, IPageParametersEncoder) - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Mounts a page class to the given path with the given IPageParametersEncoder.

N

newAjaxRequestTarget(WebApplication, Page) - Static method in class de.alpharogroup.wicket.base.util.ComponentFinder
Creates a new ajax request target from the given Page.
newApplicationDataStore() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Factory method that can be overwritten to provide an application data store.
newComparator() - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
Factory method for creating a new Comparator for sort the compatibility score.
newConfigurationPropertiesResolver(Integer, Integer, String) - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Factory method to create a new WicketConfigurationPropertiesResolver.
newCookie(String, String, String, String, int, String, boolean) - Static method in class de.alpharogroup.wicket.base.util.CookieExtensions
Creates a new cookie.
newDescription() - Method in class de.alpharogroup.wicket.base.BasePage
Factory method that can be overwritten for new meta tag content for description.
newDescription() - Method in class de.alpharogroup.wicket.base.GenericBasePage
Factory method that can be overwritten for new meta tag content for description.
newDomainUrl(String, String, int, boolean, boolean) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Creates a new domain url from the given parameters.
newExceptionPage(RequestCycle, Exception) - Method in class de.alpharogroup.wicket.base.application.AbstractApplicationRequestCycleListener
Abstract factory method for create an application specific exception page.
newHttpPort() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Factory method that can be overwritten to provide other http port than the default one.
newHttpsPort() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Factory method that can be overwritten to provide other https port than the default one.
newKeywords() - Method in class de.alpharogroup.wicket.base.BasePage
Factory method that can be overwritten for new meta tag content for keywords.
newKeywords() - Method in class de.alpharogroup.wicket.base.GenericBasePage
Factory method that can be overwritten for new meta tag content for keywords.
newPageProvider(Class<? extends IRequestablePage>) - Static method in class de.alpharogroup.wicket.base.util.PageProviderFactory
Factory method to create a new Page provider with the given page.
newPageProvider(Class<? extends IRequestablePage>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.PageProviderFactory
Factory method to create a new Page provider with the given page.
newPageProvider(IRequestablePage) - Static method in class de.alpharogroup.wicket.base.util.PageProviderFactory
Factory method to create a new Page provider with the given page.
newPageProvider(IRequestablePage, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.PageProviderFactory
Factory method to create a new Page provider with the given page.
newRequestHandler(PageProvider) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
New request handler.
newResourceModel(ResourceBundleKey) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given ResourceBundleKey.
newResourceModel(ResourceBundleKey, Component) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given ResourceBundleKey.
newResourceModel(ResourceBundleKey, Component, IModel<?>) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given parameters.
newResourceModel(ResourceBundleKey, IModel<?>) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given parameters.
newResourceModel(String) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given ResourceBundleKey.
newResourceModel(String, Component) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key and given component.
newResourceModel(String, Component, IModel<?>, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given arguments.
newResourceModel(String, Component, IModel<?>, String, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given arguments.
newResourceModel(String, Component, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key.
newResourceModel(String, Component, String) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key.
newResourceModel(String, IModel<?>, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key.
newResourceModel(String, IModel<?>, String, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key.
newResourceModel(String, Object[], Component, String) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key, the parameters as an Object array, the component and a default value.
newResourceModel(String, String, Component, Object...) - Static method in class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
Factory method to create a new StringResourceModel from the given resource key.
newTitle() - Method in class de.alpharogroup.wicket.base.BasePage
Factory method that can be overwritten for new meta tag content for the title.
newTitle() - Method in class de.alpharogroup.wicket.base.GenericBasePage
Factory method that can be overwritten for new meta tag content for the title.
newWebResponse(WebRequest, HttpServletResponse) - Method in class de.alpharogroup.wicket.base.application.seo.DisableJSessionIDinUrlApplication
Disable sessionId in the url if it comes from a robot.

O

onApplicationConfigurations() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Sets the application configurations.
onBeforeApplicationConfigurations() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Called just before a the application configurations.
onConfigure(WebApplication) - Method in class de.alpharogroup.wicket.base.application.plugins.ApplicationDebugSettingsPlugin
Factory method for that can be used to add additional configuration to this plugin.
onConfigure(WebApplication) - Method in class de.alpharogroup.wicket.base.application.plugins.SecuritySettingsPlugin
Factory method for that can be used to add additional security configuration to this plugin.
onDeploymentModeSettings() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Callback method that can be overwritten to provide application specific deployment mode settings.
onDevelopmentModeSettings() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Callback method that can be overwritten to provide application specific development mode settings.
onException(RequestCycle, Exception) - Method in class de.alpharogroup.wicket.base.application.AbstractApplicationRequestCycleListener
onGlobalSettings() - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Callback method that can be overwritten to provide application specific global settings.
onInitialize() - Method in class de.alpharogroup.wicket.base.BasePage
onInitialize() - Method in class de.alpharogroup.wicket.base.GenericBasePage
OnlineSessionUsers<USER,ID,SESSION> - Class in de.alpharogroup.wicket.base.application
The Class OnlineSessionUsers holds the mapping between the users that are online and can be applied to get the functionality how many users are online.
OnlineSessionUsers() - Constructor for class de.alpharogroup.wicket.base.application.OnlineSessionUsers
 
OnlineUsers<USER,ID> - Class in de.alpharogroup.wicket.base.application
The Class OnlineUsers holds the mapping between the users that are online and can be applied to get the functionality how many users are online.
OnlineUsers() - Constructor for class de.alpharogroup.wicket.base.application.OnlineUsers
 
onSecuritySettingsPlugin(WebApplication) - Method in class de.alpharogroup.wicket.base.application.BaseWebApplication
Callback method that can be overwritten to provide application specific security settings.

P

PageParametersExtensions - Class in de.alpharogroup.wicket.base.util.parameter
The Class PageParametersUtils.
PageParametersExtensions() - Constructor for class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
 
PageProviderFactory - Class in de.alpharogroup.wicket.base.util
A factory for creating PageProvider objects.
PageProviderFactory() - Constructor for class de.alpharogroup.wicket.base.util.PageProviderFactory
 
ParameterKeys - Class in de.alpharogroup.wicket.base.pageparameters
The Class ParameterKeys contains constants for the PageParameters keys.
ParameterKeys() - Constructor for class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
 

R

register(IRequestMapper) - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
Register.
remove(ID) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Removes the user from the map with the session id.
remove(ID) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Removes the user from the map with the session id.
removeOnline(USER) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Removes the user from the map.
removeOnline(USER) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Removes the user from the map.
replaceJQueryReference(WebApplication, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Replace the default jquery resource reference from the given application with the given cdn url.
replaceSessionId(USER, ID, ID, SESSION) - Method in class de.alpharogroup.wicket.base.application.OnlineSessionUsers
Replace the given old session id with the new one.
replaceSessionId(USER, ID, ID) - Method in class de.alpharogroup.wicket.base.application.OnlineUsers
Replace the given old session id with the new one.
RequestCycleLocal<T extends Serializable> - Class in de.alpharogroup.wicket.base.application
Can store an object with the given key into the RequestCycle.
RequestCycleLocal(MetaDataKey<T>) - Constructor for class de.alpharogroup.wicket.base.application.RequestCycleLocal
Constructor that takes a MetaDataKey that is used to store an object.
RequestHandlerFactory - Class in de.alpharogroup.wicket.base.util
A factory for creating RequestHandler objects and schedule the request handler to be executed after the current one.
RequestHandlerFactory() - Constructor for class de.alpharogroup.wicket.base.util.RequestHandlerFactory
 
RequestMapperBean - Class in de.alpharogroup.wicket.base.request.mapper
Bean that holds the IRequestMapper and the compatibility score of it.
RequestMapperBean(IRequestMapper, int) - Constructor for class de.alpharogroup.wicket.base.request.mapper.RequestMapperBean
Instantiates a new RequestMapperBean.
ResourceFilteredIntoFooterHeaderResponseDecorator - Class in de.alpharogroup.wicket.markup.html
This class is a decorator for resources that shell be rendered in the footer section.
ResourceFilteredIntoFooterHeaderResponseDecorator() - Constructor for class de.alpharogroup.wicket.markup.html.ResourceFilteredIntoFooterHeaderResponseDecorator
The default constructor with the default filter name.
ResourceFilteredIntoFooterHeaderResponseDecorator(String) - Constructor for class de.alpharogroup.wicket.markup.html.ResourceFilteredIntoFooterHeaderResponseDecorator
The constructor with a filter name as parameter.
ResourceModelFactory - Class in de.alpharogroup.wicket.base.util.resource
A factory for creating new StringResourceModel objects.
ResourceModelFactory() - Constructor for class de.alpharogroup.wicket.base.util.resource.ResourceModelFactory
 

S

schedule(Class<? extends IRequestablePage>) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given class of type IRequestablePage.
schedule(Class<? extends IRequestablePage>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given class of type IRequestablePage.
schedule(IRequestablePage) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given IRequestablePage object.
schedule(IRequestablePage, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given IRequestablePage object and the given PageParameters.
schedule(IRequestHandler) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given IRequestHandler object to be executed after the current one.
schedule(PageProvider) - Static method in class de.alpharogroup.wicket.base.util.RequestHandlerFactory
Schedule the given PageProvider object.
SecuritySettingsPlugin - Class in de.alpharogroup.wicket.base.application.plugins
If you install the SecuritySettingsPlugin you enable the appropriate settings for the development mode.
SecuritySettingsPlugin() - Constructor for class de.alpharogroup.wicket.base.application.plugins.SecuritySettingsPlugin
 
SessionExtensions - Class in de.alpharogroup.wicket.base.util
The Class SessionExtensions.
SessionExtensions() - Constructor for class de.alpharogroup.wicket.base.util.SessionExtensions
 
SessionLocal<T extends Serializable> - Class in de.alpharogroup.wicket.base.application
Stores an object with the given key into the wicket Session.
SessionLocal(MetaDataKey<T>) - Constructor for class de.alpharogroup.wicket.base.application.SessionLocal
Constructor that takes a MetaDataKey that is used to store an object.
set(Application, ApplicationDebugSettingsPlugin) - Method in class de.alpharogroup.wicket.base.application.plugins.ApplicationDebugSettingsPlugin
Sets the specified ApplicationDebugSettingsPlugin in the application metadata.
set(Application, SecuritySettingsPlugin) - Method in class de.alpharogroup.wicket.base.application.plugins.SecuritySettingsPlugin
Sets the specified SecuritySettingsPlugin in the application metadata.
set(T) - Method in class de.alpharogroup.wicket.base.application.RequestCycleLocal
Sets the given object in the MetaDataEntry.
set(T) - Method in class de.alpharogroup.wicket.base.application.SessionLocal
Sets the given object in the MetaDataEntry.
setDebugSettingsForDeployment(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
setDebugSettingsForDevelopment(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the debug settings for development mode for the given application.
setDefaultDebugSettingsForDevelopment(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets a set of default development settings for development mode for the given application.
setDefaultDeploymentModeConfiguration(Application, AbstractRequestCycleListener) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets a set of default deployment settings for deployment mode for the given application.
setDefaultSecurityHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers.
setDeploymentModeConfiguration(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the deployment settings for deployment mode for the given application.
setExceptionSettingsForDeployment(Application, AbstractRequestCycleListener) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the deployment exception settings for the given application.
setExceptionSettingsForDevelopment(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the exception settings for development mode for the given application.
setFooterHeaderResponse(Application, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
setGlobalSettings(WebApplication, int, int, String, String, String...) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Can be used to set the global settings for development and deployment mode for the given application.
setHeaderResponseDecorator(Application, String) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets an IHeaderResponseDecorator for the given application to use to decorate header responses.
setHtmlHotDeploy(WebApplication) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Use this method to enable hot deploy of your html templates on development.
setParameter(String, Object) - Method in class de.alpharogroup.wicket.base.AbstractBasePage
Sets the given parameter to the page.
setParameter(String, Object) - Method in class de.alpharogroup.wicket.base.AbstractGenericBasePage
Sets the given parameter to the page.
setRootRequestMapper(Application, int, int) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the root request mapper for the given application from the given httpPort and httpsPort.
setRootRequestMapperForDevelopment(Application, int, int) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
Sets the RootRequestMapper for the given application from the given httpPort and httpsPort.
setSecurityAccessControlHeader(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category access control.
setSecurityCachingHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category Caching.
setSecurityContentHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category Content.
setSecurityCookieHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category Caching.
setSecurityFramingHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category framing.
setSecurityTransportHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category Transport.
setSecurityXSSHeaders(WebResponse) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Sets the security headers for the category XSS.
setSessionTimeout(int) - Static method in class de.alpharogroup.wicket.base.util.SessionExtensions
Sets the given interval(in seconds) that will be set the session timeout.
setSettingsForDeployment(Application) - Static method in class de.alpharogroup.wicket.base.util.application.ApplicationExtensions
SiteUrl - Class in de.alpharogroup.wicket.base.pages
The Class SiteUrl.
SiteUrl(String) - Constructor for class de.alpharogroup.wicket.base.pages.SiteUrl
Instantiates a new site url.
SSLable - Interface in de.alpharogroup.wicket.base.protocol.https
Implement this interface if webpages should be accessible only over ssl(https).

T

toAbsolutePath(String) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions
Helper method for the migration from wicket-version 1.5.x to 6.x.
toBaseUrl() - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base Url as String.
toBaseUrl(Class<? extends Page>) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base url from the given WebPage class object as String.
toBaseUrl(Class<? extends Page>, PageParameters) - Static method in class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
Gets the base ur as String.
toInteger(StringValue) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Gets the Integer object or returns null if the given StringValue is null or empty.
toPageParameters(Map<String, String>) - Static method in class de.alpharogroup.wicket.base.util.parameter.PageParametersExtensions
Converts the given Map to a PageParameters object.
toPageParameters(Map<String, String>) - Static method in class de.alpharogroup.wicket.base.util.WicketComponentExtensions

U

unregister(IRequestMapper) - Method in class de.alpharogroup.wicket.base.request.mapper.HighScoreRequestMapper
Unregister.
USER_ID - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant USER_ID.
USERNAME - Static variable in class de.alpharogroup.wicket.base.pageparameters.ParameterKeys
The Constant USERNAME.

W

WicketComponentExtensions - Class in de.alpharogroup.wicket.base.util
The Class WicketComponentExtensions is a helper class for the migration from wicket-version 1.4.x to 1.5.x or 1.5.x to 6.1.0.
WicketComponentExtensions() - Constructor for class de.alpharogroup.wicket.base.util.WicketComponentExtensions
 
WicketConfigurationPropertiesResolver - Class in de.alpharogroup.wicket.base.application
The class WicketConfigurationPropertiesResolver resolves the configuration properties for an wicket application like the http, https ports.
WicketConfigurationPropertiesResolver() - Constructor for class de.alpharogroup.wicket.base.application.WicketConfigurationPropertiesResolver
Instantiates a new WicketConfigurationPropertiesResolver with the default settings.
WicketConfigurationPropertiesResolver(Integer, Integer, String) - Constructor for class de.alpharogroup.wicket.base.application.WicketConfigurationPropertiesResolver
WicketImageExtensions - Class in de.alpharogroup.wicket.base.util
The Class WicketImageExtensions is helper class for create wicket Image objects.
WicketImageExtensions() - Constructor for class de.alpharogroup.wicket.base.util.WicketImageExtensions
 
WicketUrlExtensions - Class in de.alpharogroup.wicket.base.util.url
The Class WicketUrlUtils.
WicketUrlExtensions() - Constructor for class de.alpharogroup.wicket.base.util.url.WicketUrlExtensions
 
write(OutputStream) - Method in class de.alpharogroup.wicket.base.util.resource.ByteArrayResourceStreamWriter
Writes the byte array to the OutputStream from the client.
A B C D E F G H I L M N O P R S T U W 
Skip navigation links

Copyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.