Interface | Description |
---|---|
IHeaderResponse |
Interface that is used to render header elements (usually javascript and CSS references).
|
IReferenceHeaderItem |
Interface for
HeaderItem s that represent a ResourceReference . |
IWrappedHeaderItem |
An interface for all HeaderItems which delegate to another HeaderItem and can re-wrap an existing
item.
|
Class | Description |
---|---|
AbstractJavaScriptReferenceHeaderItem |
A
HeaderItem that supports async,
defer and charset attributes |
CssContentHeaderItem |
HeaderItem for internal (embedded in the header) css content. |
CssHeaderItem |
Base class for all
HeaderItem s that represent stylesheets. |
CssReferenceHeaderItem |
HeaderItem for style tags that are rendered using a ResourceReference . |
CssUrlReferenceHeaderItem |
HeaderItem for style tags that are rendered using a fixed URL, for example resources from
an external site or context relative urls. |
HeaderItem |
HeaderItem represents anything that can be rendered into the header. |
HtmlImportHeaderItem |
Header item class for HTML 5 imports.
|
JavaScriptContentHeaderItem |
HeaderItem for internal (embedded in the header) javascript content. |
JavaScriptHeaderItem |
Base class for all
HeaderItem s that represent javascripts. |
JavaScriptReferenceHeaderItem |
HeaderItem for script tags that are rendered using a ResourceReference . |
JavaScriptUrlReferenceHeaderItem |
HeaderItem for script tags that are rendered using a fixed URL, for example resources
from an external site or context relative urls. |
MetaDataHeaderItem |
HeaderItem for meta information such as <meta> tags or
canonical <link> |
NoHeaderItem |
HeaderItem that is not rendered. |
OnDomReadyHeaderItem |
HeaderItem for scripts that need to be executed directly after the DOM has been built,
but before external resources, such as images, are loaded. |
OnEventHeaderItem |
HeaderItem for event triggered scripts. |
OnLoadHeaderItem |
HeaderItem for scripts that need to be executed after the entire page is loaded. |
PageHeaderItem |
A special
StringHeaderItem that is used for the <head> of a page, including the
<wicket:head> for subclasses of a page. |
PriorityFirstComparator |
Implements the default sorting algorithm for
HeaderItem s. |
PriorityHeaderItem |
HeaderItem that has priority over other header items. |
ResourceAggregator |
ResourceAggregator implements resource dependencies, resource bundles and sorting of
resources. |
ResourceAggregator.RecordedHeaderItem |
Contains information about an
HeaderItem that must be rendered. |
ResourceAggregator.RecordedHeaderItemLocation |
The location in which a
HeaderItem 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. |
StringHeaderItem |
Free form
HeaderItem . |
Enum | Description |
---|---|
PriorityFirstComparator.HeaderItemType |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.