Module org.apache.wicket.core
Package org.apache.wicket.markup.html
package org.apache.wicket.markup.html
Base package of HTML markup.
-
ClassDescriptionTo be used for the crossOrigin attributeThis is simply a helper implementation of IHeaderResponse that really delegates all of its method calls to the IHeaderResponse that is passed into the constructor.A
WebMarkupContainer
with typesafe getters and setters for the model and its underlying objectAWebPage
with typesafe getters and setters for the model and its underlying objectFor each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.A collection ofIHeaderResponseDecorator
s.Behavior which renders HTML5 attributes.A listener to instantiations ofFormComponent
s to add HTML5 attributes.An interface to be implemented byBehavior
s,IAjaxCallListener
s.An interface to be implemented by application level listeners or other entities that wish to contribute to the header section of the page.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.Guards lazily loadedpackage resources
against unwanted access.HTML5 helperDefault implementation ofIPackageResourceGuard
.This is a resource guard which by default denies access to all resources and thus is more secure.A very simple cacheA simple "transparent" markup container.Base class for simple HTML components which do not hold nested components.A container of HTML markup and components.Base class for HTML pages.