| Interface | Description |
|---|---|
| IPageLocator |
Helps Wicket load certain types of Pages.
|
| IPathLoader |
Allow mounting of resources and mapping them to the application.
|
| UsesRequestCycle |
A callback Hook for components to implement that initialize based on
RequestCycle |
| Class | Description |
|---|---|
| ChainPageLocators |
Locate pages/resources that map to application context.
|
| PageLocator |
Locate pages/resources that map to application context.
|
| SpecificMountPointLoader |
Mounts a Specified List of Mount points; expected to be set manually or via some config
|
| StaticPageMountPointLoader |
Detects & Mounts Static HTML pages from a specified area; makes those HTMLS' part of the application
without having to create a separate
WebPage object for each page. |
Copyright © 2018. All rights reserved.