public class Theme extends Object implements ITheme
ITheme implementation| Constructor and Description |
|---|
Theme(String name,
org.apache.wicket.request.resource.ResourceReference... resourceReferences)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
void |
renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
Print to the web response what ever the
ITheme wants to contribute to the head section. |
public Theme(String name, org.apache.wicket.request.resource.ResourceReference... resourceReferences)
name - Unique theme nameresourceReferences - All references that are necessary for this themepublic String name()
public void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
ITheme wants to contribute to the head section.renderHead in interface IThemeresponse - The IHeaderResponse instanceCopyright © 2013 agilecoders.de. All Rights Reserved.