| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiResourceStreamLocator
OSGI specific resource stream factory
|
class |
ResourceStreamLocator
Locates Wicket resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingResourceStreamLocator
Locating resources can take a significant amount of time, especially since there are often
several CSS, JavaScript and image resources on any given page.
|
| Constructor and Description |
|---|
CachingResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceStreamLocator |
IPropertiesFactoryContext.getResourceStreamLocator() |
| Modifier and Type | Method and Description |
|---|---|
IResourceStreamLocator |
ResourceSettings.getResourceStreamLocator() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSettings |
ResourceSettings.setResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)
/**
Sets the resource stream locator for this application
Consider wrapping
resourceStreamLocator in CachingResourceStreamLocator. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.