Uses of Interface
org.apache.wicket.resource.dependencies.IResourceReferenceDependencyConfigurationService

Packages that use IResourceReferenceDependencyConfigurationService
org.apache.wicket.resource.dependencies   
 

Uses of IResourceReferenceDependencyConfigurationService in org.apache.wicket.resource.dependencies
 

Methods in org.apache.wicket.resource.dependencies that return IResourceReferenceDependencyConfigurationService
 IResourceReferenceDependencyConfigurationService ResourceReferenceDependencyInjectingHeaderResponse.getConfigurationService()
          If you did not supply a non-null configuration service in the constructor, you must override this to return a configuration service to be used by this response.
 

Constructors in org.apache.wicket.resource.dependencies with parameters of type IResourceReferenceDependencyConfigurationService
ResourceReferenceDependencyInjectingHeaderResponse(IHeaderResponse decorated, IResourceReferenceDependencyConfigurationService configurator)
          Construct this header response with a configuration service that will be used to find dependencies.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.