Uses of Interface
org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
-
Packages that use IResourceStreamLocator Package Description org.apache.wicket.core.util.resource.locator Locators for finding/ loading resources.org.apache.wicket.core.util.resource.locator.caching org.apache.wicket.resource Locale aware resouce loaders.org.apache.wicket.settings -
-
Uses of IResourceStreamLocator in org.apache.wicket.core.util.resource.locator
Classes in org.apache.wicket.core.util.resource.locator that implement IResourceStreamLocator Modifier and Type Class Description classOsgiResourceStreamLocatorOSGI specific resource stream factoryclassResourceStreamLocatorLocates Wicket resources. -
Uses of IResourceStreamLocator in org.apache.wicket.core.util.resource.locator.caching
Classes in org.apache.wicket.core.util.resource.locator.caching that implement IResourceStreamLocator Modifier and Type Class Description classCachingResourceStreamLocatorLocating resources can take a significant amount of time, especially since there are often several CSS, JavaScript and image resources on any given page.Constructors in org.apache.wicket.core.util.resource.locator.caching with parameters of type IResourceStreamLocator Constructor Description CachingResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)Construct. -
Uses of IResourceStreamLocator in org.apache.wicket.resource
Methods in org.apache.wicket.resource that return IResourceStreamLocator Modifier and Type Method Description IResourceStreamLocatorIPropertiesFactoryContext. getResourceStreamLocator() -
Uses of IResourceStreamLocator in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return IResourceStreamLocator Modifier and Type Method Description IResourceStreamLocatorResourceSettings. getResourceStreamLocator()Methods in org.apache.wicket.settings with parameters of type IResourceStreamLocator Modifier and Type Method Description ResourceSettingsResourceSettings. setResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)/** Sets the resource stream locator for this application Consider wrappingresourceStreamLocatorinCachingResourceStreamLocator.
-