Package org.apache.wicket.markup.html
Base package of HTML markup.
-
Interface Summary Interface Description IComponentAwareHeaderContributor An interface to be implemented byBehavior
s,IAjaxCallListener
s.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 anyIHeaderResponse
created by Wicket in a separate implementation that adds functionality to it when used by allIHeaderContributor
components or behaviors.IPackageResourceGuard Guards lazily loadedpackage resources
against unwanted access. -
Class Summary 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.GenericWebMarkupContainer<T> AWebMarkupContainer
with typesafe getters and setters for the model and its underlying objectGenericWebPage<T> AWebPage
with typesafe getters and setters for the model and its underlying objectHeaderPartContainer For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.HeaderResponseDecoratorCollection A collection ofIHeaderResponseDecorator
s.HTML5Attributes Behavior which renders HTML5 attributes.HTML5Attributes.InstantiationListener A listener to instantiations ofFormComponent
s to add HTML5 attributes.MarkupUtil HTML5 helperPackageResourceGuard Default implementation ofIPackageResourceGuard
.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 cacheTransparentWebMarkupContainer 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. -
Enum Summary Enum Description CrossOrigin To be used for the crossOrigin attribute