| Package | Description |
|---|---|
| org.wicketstuff.mergedresources | |
| org.wicketstuff.mergedresources.versioning |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractResourceVersion |
ResourceMount.getVersion(ResourceSpec[] specs)
detect the version.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ResourceMount.buildVersionedPath(String path,
AbstractResourceVersion version)
create a versioned path out of the given path and the version.
|
ResourceMount |
ResourceMount.setMinVersion(AbstractResourceVersion minVersion)
force a minimal version.
|
ResourceMount |
ResourceMount.setVersion(AbstractResourceVersion version)
force a resource version, any
IResourceVersionProvider (
ResourceMount.setResourceVersionProvider(IResourceVersionProvider)) will be
ignored. |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenResourceVersion |
class |
SimpleResourceVersion |
class |
WicketVersion |
| Modifier and Type | Field and Description |
|---|---|
static AbstractResourceVersion |
AbstractResourceVersion.NO_VERSION |
| Modifier and Type | Method and Description |
|---|---|
AbstractResourceVersion |
StaticMavenArtifactVersionProvider.getVersion(Class<?> scope,
String file) |
AbstractResourceVersion |
AbstractClasspathResourceVersionProvider.getVersion(Class<?> scope,
String file) |
AbstractResourceVersion |
IResourceVersionProvider.getVersion(Class<?> scope,
String file) |
AbstractResourceVersion |
StaticResourceVersionProvider.getVersion(Class<?> scope,
String file) |
AbstractResourceVersion |
WicketVersionProvider.getVersion(Class<?> scope,
String file) |
AbstractResourceVersion |
RevisionVersionProvider.getVersion(URL url) |
protected abstract AbstractResourceVersion |
AbstractClasspathResourceVersionProvider.getVersion(URL url) |
AbstractResourceVersion |
TimestampVersionProvider.getVersion(URL url) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractResourceVersion.compareTo(AbstractResourceVersion o) |
protected int |
MavenResourceVersion.compareValid(AbstractResourceVersion o) |
protected abstract int |
AbstractResourceVersion.compareValid(AbstractResourceVersion o) |
protected int |
SimpleResourceVersion.compareValid(AbstractResourceVersion o) |
protected int |
WicketVersion.compareValid(AbstractResourceVersion o) |
| Constructor and Description |
|---|
AbstractResourceVersion.IncompatibleVersionsException(AbstractResourceVersion v1,
AbstractResourceVersion v2) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.