| Modifier and Type | Method and Description |
|---|---|
static IWebjarsSettings |
WicketWebjars.settings()
returns the
IWebjarsSettings which are assigned to current application |
static IWebjarsSettings |
WicketWebjars.settings(org.apache.wicket.Application app)
returns the
IWebjarsSettings which are assigned to given application |
| Modifier and Type | Method and Description |
|---|---|
static void |
WicketWebjars.install(org.apache.wicket.protocol.http.WebApplication app,
IWebjarsSettings settings)
installs the webjars resource finder
|
| Constructor and Description |
|---|
AssetsMap(IWebjarsSettings settings)
Construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebjarsSettings
default
IWebjarsSettings implementation. |
class |
WebSphereWebjarsSettings
IWebjarsSettings which should be used when deploying on IBM WebSphere
Make sure to add dependency on edu.emory.mathcs.util:emory-util-classloader to the classpath! |
| Constructor and Description |
|---|
WebJarAssetLocator(IWebjarsSettings settings)
Convenience constructor that will form a locator for all resources on the current class path.
|
| Constructor and Description |
|---|
WebjarsResourceFinder(IWebjarsSettings settings)
Construct.
|
Copyright © 2019 agilecoders.de. All Rights Reserved.