| Interface | Description |
|---|---|
| IComponentAwareHeaderContributor |
An interface to be implemented by
Behaviors,
IAjaxCallListeners. |
| IHeaderContributor |
An interface to be implemented by application level listeners or other entities that wish to
contribute to the header section of the page.
|
| IHeaderResponseDecorator |
Setting an IHeaderResponseDecorator on an application allows you to wrap any IHeaderResponse
created by Wicket in a separate implementation that incrementally adds functionality to the
IHeaderResponse that is used by all IHeaderContributor components or behaviors.
|
| IPackageResourceGuard |
Guards lazily loaded
package resources against unwanted access. |
| Class | Description |
|---|---|
| DecoratingHeaderResponse |
This is simply a helper implementation of IHeaderResponse that really delegates all of its method
calls to the IHeaderResponse that is passed into the constructor.
|
| GenericWebPage<T> |
A
WebPage with typesafe getters and setters for the model and its underlying object |
| HeaderPartContainer |
For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer
which has been added to the Page.
|
| HTML5Attributes |
Behavior which renders HTML5 attributes.
|
| HTML5Attributes.InstantiationListener |
A listener to instantiations of
FormComponents to add HTML5 attributes. |
| MarkupUtil |
HTML5 helper
|
| PackageResourceGuard |
Default implementation of
IPackageResourceGuard. |
| SecurePackageResourceGuard |
This is a resource guard which by default denies access to all resources and thus is more secure.
|
| SecurePackageResourceGuard.SearchPattern | |
| SecurePackageResourceGuard.SimpleCache |
A very simple cache
|
| TransparentWebMarkupContainer |
A simple "transparent" markup container.
|
| WebComponent |
Base class for simple HTML components which do not hold nested components.
|
| WebMarkupContainer |
A container of HTML markup and components.
|
| WebPage |
Base class for HTML pages.
|
Base package of HTML markup.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.