Interface | Description |
---|---|
IBasicSession<U extends User,S extends Shell> |
Definition of a Basic User Session
|
Initializable |
Allowing Wicket components to be initialized by external API
by making
Initializable.onInitialize() public. |
IOnApplicationStartup |
Allows modules to define startup services/objects that need initialization.
There may be a need to call a service on Startup of the Application (Servlet API Based Application) rather than Dependency Injection ( PostConstruct . |
Class | Description |
---|---|
ContextualWebUserShell<U extends User,E> |
Allows the shell to have a User/Application defined context.
|
Countries | |
HierarchialItemState<T> |
State for a Hierrchy |
Progression |
The progress of a task is encapsulated as a
Progression value
object. |
SectionLabel |
Simple Label definition of an
ISection |
State<T> |
Represent a state of any type
|
WebUserShell<U extends User,E> |
Any environment that needs a user context can use a
WebUserShell
Any instance specific to the shell will not be accessible to a parent or child. |
Enum | Description |
---|---|
OnApplicationStartup.State | |
StandardOperation |
Operations on Data; used to indicate type of change in forms etc
|
Annotation Type | Description |
---|---|
MountUI | |
OnApplicationStartup |
Annotation equivalent of
IOnApplicationStartup ; but this is at the method level
and any method annotated with this will be called on startup with the options specified.All beans that use this annotations must be available in the application Spring context. Currently the annotation version does not bind context parameters like the pure interface does. |
Copyright © 2018. All rights reserved.