| Class | Description |
|---|---|
| AbstractApplicationRequestCycleListener |
Extends the
AbstractApplicationRequestCycleListener and implement the method
AbstractApplicationRequestCycleListener.newExceptionPage(RequestCycle, Exception) that
return an application specific exception page. |
| BaseWebApplication |
The Class BaseWebApplication have factory methods for the application settings that should be
overwritten from the subclasses to provide they own settings and configurations.
|
| OnlineSessionUsers<USER,ID,SESSION> |
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.
|
| OnlineUsers<USER,ID> |
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.
|
| RequestCycleLocal<T extends Serializable> |
Can store an object with the given key into the
RequestCycle. |
| SessionLocal<T extends Serializable> |
Stores an object with the given key into the wicket
Session. |
| WicketConfigurationPropertiesResolver |
The class
WicketConfigurationPropertiesResolver resolves the configuration properties for
an wicket application like the http, https ports. |
Copyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.