Uses of Interface
de.agilecoders.wicket.webjars.settings.IWebjarsSettings

Packages that use IWebjarsSettings
de.agilecoders.wicket.webjars   
de.agilecoders.wicket.webjars.collectors   
de.agilecoders.wicket.webjars.settings   
de.agilecoders.wicket.webjars.util   
de.agilecoders.wicket.webjars.util.file   
 

Uses of IWebjarsSettings in de.agilecoders.wicket.webjars
 

Methods in de.agilecoders.wicket.webjars that return IWebjarsSettings
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
 

Methods in de.agilecoders.wicket.webjars with parameters of type IWebjarsSettings
static void WicketWebjars.install(org.apache.wicket.protocol.http.WebApplication app, IWebjarsSettings settings)
          installs the webjars resource finder
 

Uses of IWebjarsSettings in de.agilecoders.wicket.webjars.collectors
 

Constructors in de.agilecoders.wicket.webjars.collectors with parameters of type IWebjarsSettings
AssetsMap(IWebjarsSettings settings)
          Construct.
 

Uses of IWebjarsSettings in de.agilecoders.wicket.webjars.settings
 

Classes in de.agilecoders.wicket.webjars.settings that implement IWebjarsSettings
 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!
 

Uses of IWebjarsSettings in de.agilecoders.wicket.webjars.util
 

Constructors in de.agilecoders.wicket.webjars.util with parameters of type IWebjarsSettings
WebJarAssetLocator(IWebjarsSettings settings)
          Convenience constructor that will form a locator for all resources on the current class path.
 

Uses of IWebjarsSettings in de.agilecoders.wicket.webjars.util.file
 

Constructors in de.agilecoders.wicket.webjars.util.file with parameters of type IWebjarsSettings
WebjarsResourceFinder(IWebjarsSettings settings)
          Construct.
 



Copyright © 2016 agilecoders.de. All Rights Reserved.