Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.markup.head | |
org.apache.wicket.resource.bundles |
Modifier and Type | Method and Description |
---|---|
protected <T extends HeaderItem & IReferenceHeaderItem> |
ResourceBundles.newBundleResourceReference(Class<?> scope,
String name,
List<T> items)
Creates a ResourceReference that will point to the bundle with the items
|
Modifier and Type | Class and Description |
---|---|
class |
CssReferenceHeaderItem
HeaderItem for style tags that are rendered using a ResourceReference . |
class |
JavaScriptReferenceHeaderItem
HeaderItem for script tags that are rendered using a ResourceReference . |
Modifier and Type | Class and Description |
---|---|
class |
ConcatResourceBundleReference<T extends HeaderItem & IReferenceHeaderItem>
A resource bundle that automatically concatenates the given resources.
|
Constructor and Description |
---|
ConcatBundleResource(List<? extends IReferenceHeaderItem> providedResources)
Construct.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.