public final class Bootstrap extends Object
| Modifier and Type | Method and Description |
|---|---|
static IBootstrapSettings |
getSettings()
returns the
IBootstrapSettings which are assigned to current application |
static IBootstrapSettings |
getSettings(org.apache.wicket.Application app)
returns the
IBootstrapSettings which are assigned to given application |
static void |
install(org.apache.wicket.Application app,
IBootstrapSettings settings)
Installs given settings for given application
|
static void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renders all core bootstrap resource references
|
static void |
renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
renders all core bootstrap resource references
|
public static void install(org.apache.wicket.Application app,
IBootstrapSettings settings)
app - The current applicationsettings - The settings to usepublic static IBootstrapSettings getSettings(org.apache.wicket.Application app)
IBootstrapSettings which are assigned to given applicationapp - The current applicationIBootstrapSettingspublic static IBootstrapSettings getSettings()
IBootstrapSettings which are assigned to current applicationIBootstrapSettingspublic static void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
component - current componentresponse - The current IHeaderResponsepublic static void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
response - The current IHeaderResponseCopyright © 2013 agilecoders.de. All Rights Reserved.