Module org.apache.wicket.core
Package org.apache.wicket.markup.head
package org.apache.wicket.markup.head
-
ClassDescriptionAbstract base class for all
HeaderItem
s that have a nonce to allow the browser to check Content Security Policy (CSP) .AHeaderItem
that renders a CSS reference.AHeaderItem
that renders a JavaScript reference.HeaderItem
for internal (embedded in the header) css content.Base class for allHeaderItem
s that represent stylesheets.HeaderItem
for style tags that are rendered using aResourceReference
.HeaderItem
for style tags that are rendered using a fixed URL, for example resources from an external site or context relative urls.HeaderItem
represents anything that can be rendered into the header.Header item class for HTML 5 imports.Interface that is used to render header elements (usually javascript and CSS references).Interface forHeaderItem
s that represent aResourceReference
.Interface forHeaderItem
s that represent a SubresourceAn interface for all HeaderItems which delegate to another HeaderItem and can re-wrap an existing item.HeaderItem
for internal (embedded in the header) javascript content.Base class for allHeaderItem
s that represent javascripts.HeaderItem
for script tags that are rendered using aResourceReference
.To be used to define the "type" attribute of the script tag written by aAbstractJavaScriptReferenceHeaderItem
.HeaderItem
for script tags that are rendered using a fixed URL, for example resources from an external site or context relative urls.HeaderItem
for meta information such as <meta> tags or canonical <link>HeaderItem
that is not rendered.HeaderItem
for scripts that need to be executed directly after the DOM has been built, but before external resources, such as images, are loaded.HeaderItem
for event triggered scripts.HeaderItem
for scripts that need to be executed after the entire page is loaded.A specialStringHeaderItem
that is used for the <head> of a page, including the <wicket:head> for subclasses of a page.Implements the default sorting algorithm forHeaderItem
s.HeaderItem
that has priority over other header items.ResourceAggregator
implements resource dependencies, resource bundles and sorting of resources.Contains information about anHeaderItem
that must be rendered.The location in which aHeaderItem
is added, consisting of the component/behavior that added the item, the index in the list for that component/behavior at which the item was added and the index in the request.Free formHeaderItem
.