public interface Provider
JSLib.getHeaderContributor(versionDescriptor, provider[])
, these providers get the
opportunity to provide a HeaderContributor first. If it returns null, the requested lib will be
served from the application instead (if defined).Modifier and Type | Method and Description |
---|---|
org.apache.wicket.markup.html.IHeaderContributor |
getHeaderContributor(VersionDescriptor versionDescriptor,
boolean productionHint) |
org.apache.wicket.markup.html.IHeaderContributor getHeaderContributor(VersionDescriptor versionDescriptor, boolean productionHint)
versionDescriptor
- productionHint
- if true, tries to use minimized version of script if availableCopyright © 2015. All rights reserved.