Skip navigation links
A B C D E G H I J L M N O P R S T U V W Y _ 

A

AbstractClasspathResourceVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
AbstractClasspathResourceVersionProvider() - Constructor for class org.wicketstuff.mergedresources.versioning.AbstractClasspathResourceVersionProvider
 
AbstractResourceVersion - Class in org.wicketstuff.mergedresources.versioning
 
AbstractResourceVersion() - Constructor for class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 
AbstractResourceVersion.IncompatibleVersionsException - Exception in org.wicketstuff.mergedresources.versioning
 
addResourceSpec(ResourceSpec) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
addResourceSpec(Class<?>, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
add a new ResourceSpec with this scope and name
addResourceSpec(Class<?>, String, Locale, String, Integer) - Method in class org.wicketstuff.mergedresources.ResourceMount
add a new ResourceSpec with this scope, name, locale, style and cacheDuration
addResourceSpec(ResourceReference) - Method in class org.wicketstuff.mergedresources.ResourceMount
add a ResourceSpec using a ResourceReference
addResourceSpecMatchingSuffix(Class<?>, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
Adds a resource spec for a resource with the same name as the scope, adding a suffix.
addResourceSpecs(Class<?>, String...) - Method in class org.wicketstuff.mergedresources.ResourceMount
add a new ResourceSpec with this scope and each name
addResourceSpecs(ResourceSpec...) - Method in class org.wicketstuff.mergedresources.ResourceMount
add all resource specs
addResourceSpecs(Iterable<? extends ResourceSpec>) - Method in class org.wicketstuff.mergedresources.ResourceMount
add all resource specs
addResourceSpecs(ResourceReference...) - Method in class org.wicketstuff.mergedresources.ResourceMount
add a ResourceSpec for each ResourceReference
addResourceSpecsMatchingSuffix(Class<?>, Iterable<String>) - Method in class org.wicketstuff.mergedresources.ResourceMount
addResourceSpecsMatchingSuffix(Class<?>...) - Method in class org.wicketstuff.mergedresources.ResourceMount
addResourceSpecsMatchingSuffix(String, Class<?>...) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
addResourceSpecsMatchingSuffixes(Class<?>, String...) - Method in class org.wicketstuff.mergedresources.ResourceMount
ArtifactVersion - Interface in at.molindo.thirdparty.org.apache.maven.artifact.versioning
Describes an artifact version in terms of its components, converts it to/from a string and compares two versions.
at.molindo.thirdparty.org.apache.maven.artifact.versioning - package at.molindo.thirdparty.org.apache.maven.artifact.versioning
Copied from Apache Maven 3.0.5 Path: maven-artifact/src/main/java/org/apache/maven/artifact/versioning/
autodetectCacheDuration() - Method in class org.wicketstuff.mergedresources.ResourceMount
autodetect cache duration: use minimum of all resource specs or ResourceMount.DEFAULT_CACHE_DURATION if not available.
autodetectCompression() - Method in class org.wicketstuff.mergedresources.ResourceMount
autodetect whether this resource should be compressed using suffix of file name (e.g.
autodetectLocale() - Method in class org.wicketstuff.mergedresources.ResourceMount
Autodetect the locale.
autodetectMerging() - Method in class org.wicketstuff.mergedresources.ResourceMount
autodetect whether this resource should be merged using suffix of file name (e.g.
autodetectMinifyCss() - Method in class org.wicketstuff.mergedresources.ResourceMount
Autodetect wheter resource should be minified using a CSS compressor.
autodetectMinifyJs() - Method in class org.wicketstuff.mergedresources.ResourceMount
Autodetect wheter resource should be minified using a JS compressor.
autodetectMountScope() - Method in class org.wicketstuff.mergedresources.ResourceMount
Same as passing null to ResourceMount.setMountScope(Class).
autodetectStyle() - Method in class org.wicketstuff.mergedresources.ResourceMount
Autodetect the style.
autodetectVersion() - Method in class org.wicketstuff.mergedresources.ResourceMount

B

build(WebApplication) - Method in class org.wicketstuff.mergedresources.ResourceMount
same as ResourceMount.mount(WebApplication), but returns an AbstractHeaderContributor to use in components
build(WebApplication, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
same as ResourceMount.mount(WebApplication), but returns an AbstractHeaderContributor to use in components
buildVersionedPath(String, AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.ResourceMount
create a versioned path out of the given path and the version.

C

CachedCompressedCssResource - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedCssResource(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedCssResource
 
CachedCompressedCssResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedCssResourceReference(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedCssResourceReference
 
CachedCompressedJsResource - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedJsResource(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedJsResource
 
CachedCompressedJsResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedJsResourceReference(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedJsResourceReference
 
CachedCompressedResource - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedResource(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedResource
 
CachedCompressedResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CachedCompressedResourceReference(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedCompressedResourceReference
 
CachedResource - Class in org.wicketstuff.mergedresources.resources
 
CachedResource(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedResource
 
CachedResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CachedResourceReference(Class<?>, String, Locale, String, int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CachedResourceReference
 
checkSuffixes(String, Iterable<ResourceSpec>) - Method in class org.wicketstuff.mergedresources.ResourceMount
check if suffixes of path and each RespurceSpec file match
clearSpecs() - Method in class org.wicketstuff.mergedresources.ResourceMount
clear all added ResourceSpecs
clone() - Method in class org.wicketstuff.mergedresources.ResourceMount
a copy of the resource mount, with unfolded collections of compressed suffixes, merged suffices and ResourceSpecs
close() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
ComparableVersion - Class in at.molindo.thirdparty.org.apache.maven.artifact.versioning
Generic implementation of version comparison.
ComparableVersion(String) - Constructor for class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
compare(ContributionScanner.WeightedResourceSpec, ContributionScanner.WeightedResourceSpec) - Method in enum org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpecComparator
 
compareTo(ComparableVersion) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
compareTo(ArtifactVersion) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
compareTo(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 
compareValid(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 
compareValid(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.versioning.MavenResourceVersion
 
compareValid(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.versioning.SimpleResourceVersion
 
compareValid(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.versioning.WicketVersion
 
compress(byte[], Charset) - Method in interface org.wicketstuff.mergedresources.resources.ICssCompressor
 
compress(byte[], Charset) - Method in class org.wicketstuff.mergedresources.resources.UncompressedCssCompressor
 
compress(byte[], Charset) - Method in class org.wicketstuff.mergedresources.resources.YuiCssCompressor
 
compress(String) - Static method in class org.wicketstuff.mergedresources.util.YuiCompressorUtil
 
compress(byte[], Charset) - Static method in class org.wicketstuff.mergedresources.util.YuiCompressorUtil
 
CompressedMergedCssResource - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedCssResource(Class<?>, String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedCssResource
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedCssResource(Class<?>, String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedCssResource
 
CompressedMergedCssResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedCssResourceReference(String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedCssResourceReference
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedCssResourceReference(String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedCssResourceReference
 
CompressedMergedJsResource - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedJsResource(Class<?>, String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedJsResource
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedJsResource(Class<?>, String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedJsResource
 
CompressedMergedJsResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedJsResourceReference(String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedJsResourceReference
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedJsResourceReference(String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedJsResourceReference
 
CompressedMergedResource - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedResource(Class<?>, String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedResource
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedResource(Class<?>, String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedResource
 
CompressedMergedResourceReference - Class in org.wicketstuff.mergedresources.resources
 
CompressedMergedResourceReference(String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedResourceReference
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
CompressedMergedResourceReference(String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.CompressedMergedResourceReference
 
ContributionInjector - Class in org.wicketstuff.mergedresources.annotations
 
ContributionInjector() - Constructor for class org.wicketstuff.mergedresources.annotations.ContributionInjector
 
ContributionScanner - Class in org.wicketstuff.mergedresources.annotations
Gather page resources to merge, depends on CssContribution and JsContribution annotations.
ContributionScanner(String) - Constructor for class org.wicketstuff.mergedresources.annotations.ContributionScanner
 
ContributionScanner.WeightedResourceSpec - Class in org.wicketstuff.mergedresources.annotations
 
ContributionScanner.WeightedResourceSpecComparator - Enum in org.wicketstuff.mergedresources.annotations
 
CSS_COMPRESSOR_KEY - Static variable in class org.wicketstuff.mergedresources.ResourceMount
MetaDataKey used for CompressedMergedCssResource
CssContribution - Annotation Type in org.wicketstuff.mergedresources.annotations
 
CssContributions - Annotation Type in org.wicketstuff.mergedresources.annotations
 
CssUrlRewritingResourcePreProcessor - Class in org.wicketstuff.mergedresources.preprocess.css
Replaces relative paths in CSS files to full path urls.
CssUrlRewritingResourcePreProcessor() - Constructor for class org.wicketstuff.mergedresources.preprocess.css.CssUrlRewritingResourcePreProcessor
 

D

decode(RequestParameters) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
decode(RequestParameters) - Method in class org.wicketstuff.mergedresources.util.RedirectStrategy
 
DEFAULT_AGGRESIVE_CACHE_DURATION - Static variable in class org.wicketstuff.mergedresources.ResourceMount
Deprecated.
typo in name, it's aggressive with ss, use ResourceMount.DEFAULT_AGGRESSIVE_CACHE_DURATION instead
DEFAULT_AGGRESSIVE_CACHE_DURATION - Static variable in class org.wicketstuff.mergedresources.ResourceMount
default aggressive cache duration is 1 year
DEFAULT_CACHE_DURATION - Static variable in class org.wicketstuff.mergedresources.ResourceMount
default cache duration is 1 hour
DEFAULT_COMPRESS_SUFFIXES - Static variable in class org.wicketstuff.mergedresources.ResourceMount
file suffixes to be compressed by default ("css", "js", "html", "xml").
DEFAULT_MERGE_SUFFIXES - Static variable in class org.wicketstuff.mergedresources.ResourceMount
file suffixes to be merged by default ("css" and "js").
DefaultArtifactVersion - Class in at.molindo.thirdparty.org.apache.maven.artifact.versioning
Default implementation of artifact versioning.
DefaultArtifactVersion(String) - Constructor for class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
doCompress(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
doMerge() - Method in class org.wicketstuff.mergedresources.ResourceMount
should the added ResourceSpecs be merged to a single resource, or should they be mounted idividually? default is to merge files ending with ResourceMount.DEFAULT_MERGE_SUFFIXES
doMinifyCss(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
doMinifyJs(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
 

E

enableAnnotations(WebApplication) - Static method in class org.wicketstuff.mergedresources.ResourceMount
enable annotation based adding of resources and make sure that the component instantiation listener is only added once
encode(IRequestTarget) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
equals(Object) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
equals(Object) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
equals(Object) - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
equals(Object) - Method in class org.wicketstuff.mergedresources.util.Pair
 
EXPECTED_CHARSET - Static variable in interface org.wicketstuff.mergedresources.resources.ICssCompressor
 

G

getArtifactVersion() - Method in class org.wicketstuff.mergedresources.versioning.MavenResourceVersion
 
getBuildNumber() - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
getBuildNumber() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
getCacheDuration(ResourceSpec[], boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
detect the cache duration to use.
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedCssResourceReference
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedJsResourceReference
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedResourceReference
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.CachedResourceReference
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedResource
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.MergedResource
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
getCacheDuration() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getCompressedSuffixes() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getContentType() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
getContributions() - Method in class org.wicketstuff.mergedresources.annotations.ContributionScanner
 
getCssCompressor(Application) - Static method in class org.wicketstuff.mergedresources.ResourceMount
getFile() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getFirst() - Method in class org.wicketstuff.mergedresources.util.Pair
 
getHeaderContributors() - Method in class org.wicketstuff.mergedresources.annotations.HeaderContribution
 
getHeaderContributors() - Method in class org.wicketstuff.mergedresources.util.MergedHeaderContributor
 
getIncrementalVersion() - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
getIncrementalVersion() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
getInputStream() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
getKey() - Method in class org.wicketstuff.mergedresources.util.Pair
 
getLocale(ResourceSpec[]) - Method in class org.wicketstuff.mergedresources.ResourceMount
detect the locale to use.
getLocale() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
getLocale() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getMajorVersion() - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
getMajorVersion() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
getMergedFiles() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
Deprecated.
getMergedScopes() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
Deprecated.
getMergedSpecs() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
getMergedSuffixes() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getMinorVersion() - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
getMinorVersion() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
getMountPath() - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
getPackageResourceStream() - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedResource
 
getPath() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getPath(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getPath(String, ResourceSpec[]) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getPreProcessor() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getPreProcessor() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
getQualifier() - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
getQualifier() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
getRef() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getResourcePath(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.AbstractClasspathResourceVersionProvider
 
getResourceSpecs() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getResourceStream() - Method in class org.wicketstuff.mergedresources.resources.MergedResource
 
getScope(ResourceSpec[]) - Method in class org.wicketstuff.mergedresources.ResourceMount
get the mount scope.
getScope() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getSecond() - Method in class org.wicketstuff.mergedresources.util.Pair
 
getStyle(ResourceSpec[]) - Method in class org.wicketstuff.mergedresources.ResourceMount
detect the style to use.
getStyle() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
getSuffix(String) - Static method in class org.wicketstuff.mergedresources.ResourceMount
 
getSuffixMismatchStrategy() - Method in class org.wicketstuff.mergedresources.ResourceMount
 
getTimestamp(URL) - Method in class org.wicketstuff.mergedresources.versioning.TimestampVersionProvider
 
getValue() - Method in class org.wicketstuff.mergedresources.util.Pair
 
getValue() - Method in class org.wicketstuff.mergedresources.versioning.SimpleResourceVersion
 
getVersion(ResourceSpec[]) - Method in class org.wicketstuff.mergedresources.ResourceMount
detect the version.
getVersion(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.AbstractClasspathResourceVersionProvider
 
getVersion(URL) - Method in class org.wicketstuff.mergedresources.versioning.AbstractClasspathResourceVersionProvider
 
getVersion() - Method in class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 
getVersion(Class<?>, String) - Method in interface org.wicketstuff.mergedresources.versioning.IResourceVersionProvider
 
getVersion() - Method in class org.wicketstuff.mergedresources.versioning.MavenResourceVersion
 
getVersion(URL) - Method in class org.wicketstuff.mergedresources.versioning.RevisionVersionProvider
 
getVersion() - Method in class org.wicketstuff.mergedresources.versioning.SimpleResourceVersion
 
getVersion(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.StaticMavenArtifactVersionProvider
 
getVersion(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.StaticResourceVersionProvider
 
getVersion(URL) - Method in class org.wicketstuff.mergedresources.versioning.TimestampVersionProvider
 
getVersion() - Method in class org.wicketstuff.mergedresources.versioning.WicketVersion
 
getVersion(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.WicketVersionProvider
 

H

hashCode() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
hashCode() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
hashCode() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
hashCode() - Method in class org.wicketstuff.mergedresources.util.Pair
 
HeaderContribution - Class in org.wicketstuff.mergedresources.annotations
 
HeaderContribution(Class<? extends Component>) - Constructor for class org.wicketstuff.mergedresources.annotations.HeaderContribution
Reads contributions from JsContribution and CssContribution annotations.

I

ICssCompressor - Interface in org.wicketstuff.mergedresources.resources
interface to add your preferred CSS compressor.
IncompatibleVersionsException(AbstractResourceVersion, AbstractResourceVersion) - Constructor for exception org.wicketstuff.mergedresources.versioning.AbstractResourceVersion.IncompatibleVersionsException
 
IResourcePreProcessor - Interface in org.wicketstuff.mergedresources.preprocess
 
IResourceVersionProvider - Interface in org.wicketstuff.mergedresources.versioning
 
IResourceVersionProvider.VersionException - Exception in org.wicketstuff.mergedresources.versioning
 
isPlainText() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
isUseRequestPort() - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
isUseRequestProtocol() - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
isValid() - Method in class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 
isValid() - Method in class org.wicketstuff.mergedresources.versioning.MavenResourceVersion
 
isValid() - Method in class org.wicketstuff.mergedresources.versioning.SimpleResourceVersion
 
isValid() - Method in class org.wicketstuff.mergedresources.versioning.WicketVersion
 

J

JsContribution - Annotation Type in org.wicketstuff.mergedresources.annotations
 

L

lastModifiedTime() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
length() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 

M

matches(IRequestTarget) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
matches(String, boolean) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
matches(IRequestTarget) - Method in class org.wicketstuff.mergedresources.util.MergedResourceRequestTargetUrlCodingStrategy
 
MavenResourceVersion - Class in org.wicketstuff.mergedresources.versioning
 
MavenResourceVersion(ArtifactVersion) - Constructor for class org.wicketstuff.mergedresources.versioning.MavenResourceVersion
 
MergedHeaderContributor - Class in org.wicketstuff.mergedresources.util
 
MergedHeaderContributor(List<ResourceReference>) - Constructor for class org.wicketstuff.mergedresources.util.MergedHeaderContributor
 
MergedHeaderContributor(List<ResourceReference>, String) - Constructor for class org.wicketstuff.mergedresources.util.MergedHeaderContributor
 
MergedResource - Class in org.wicketstuff.mergedresources.resources
 
MergedResource(Class<?>, String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResource
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
MergedResource(Class<?>, String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResource
 
MergedResourceReference - Class in org.wicketstuff.mergedresources.resources
 
MergedResourceReference(Class<?>, String, Locale, String, Class<?>[], String[], int) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResourceReference
Deprecated.
MergedResourceReference(String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
MergedResourceReference(Class<?>, String, Locale, String, ResourceSpec[], int, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
MergedResourceRequestTargetUrlCodingStrategy - Class in org.wicketstuff.mergedresources.util
 
MergedResourceRequestTargetUrlCodingStrategy(String, String, ArrayList<String>) - Constructor for class org.wicketstuff.mergedresources.util.MergedResourceRequestTargetUrlCodingStrategy
 
MergedResourceStream - Class in org.wicketstuff.mergedresources.resources
 
MergedResourceStream(Class<?>[], String[], Locale, String) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResourceStream
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
MergedResourceStream(ResourceSpec[], Locale, String, IResourcePreProcessor) - Constructor for class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
mount(WebApplication) - Method in class org.wicketstuff.mergedresources.ResourceMount
mount the ResourceSpec(s) added either as a single Resource or multiple Resource, depending on ResourceMount.doMerge().
mountAnnotatedPackageResources(String, Class<?>, WebApplication, ResourceMount) - Static method in class org.wicketstuff.mergedresources.ResourceMount
 
mountAnnotatedPackageResources(String, Package, WebApplication, ResourceMount) - Static method in class org.wicketstuff.mergedresources.ResourceMount
 
mountAnnotatedPackageResources(String, String, WebApplication, ResourceMount) - Static method in class org.wicketstuff.mergedresources.ResourceMount
mount annotated resources from the given package.
mountWicketResources(String, WebApplication) - Static method in class org.wicketstuff.mergedresources.ResourceMount
Mount wicket-event.js and wicket-ajax.js using wicket's version for aggressive caching (e.g.
mountWicketResources(String, WebApplication, ResourceMount) - Static method in class org.wicketstuff.mergedresources.ResourceMount
Mount wicket-event.js and wicket-ajax.js using wicket's version (e.g.
mountWicketResourcesMerged(String, WebApplication) - Static method in class org.wicketstuff.mergedresources.ResourceMount
Mount wicket-event.js and wicket-ajax.js merged using wicket's version for aggressive caching (e.g.
mountWicketResourcesMerged(String, WebApplication, ResourceMount) - Static method in class org.wicketstuff.mergedresources.ResourceMount
Mount wicket-event.js and wicket-ajax.js merged using wicket's version (e.g.

N

newHeaderContributor(List<ResourceReference>, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
newRedirectStrategy(String, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
create a new IRequestTargetUrlCodingStrategy to redirect from mountPath to redirectPath
newResource() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedCssResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedJsResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CachedCompressedResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CachedResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedCssResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedJsResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedResourceReference
 
newResource() - Method in class org.wicketstuff.mergedresources.resources.MergedResourceReference
 
newResourceReference(Class<?>, String, Locale, String, int, ResourceSpec[], IResourcePreProcessor) - Method in class org.wicketstuff.mergedresources.ResourceMount
create a new ResourceReference
newResourceStream(Locale, String, ResourceSpec[], IResourcePreProcessor) - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedCssResource
 
newResourceStream(Locale, String, ResourceSpec[], IResourcePreProcessor) - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedJsResource
 
newResourceStream(Locale, String, ResourceSpec[], IResourcePreProcessor) - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedResource
 
newStrategy(String, ResourceReference, boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
create a new IRequestTargetUrlCodingStrategy
newStrategy(String, ResourceReference, boolean) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
newStrategy(String, String) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
NO_VERSION - Static variable in class org.wicketstuff.mergedresources.versioning.AbstractResourceVersion
 

O

onInstantiation(Component) - Method in class org.wicketstuff.mergedresources.annotations.ContributionInjector
 
onSuffixMismatch(String, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
apply ResourceMount.SuffixMismatchStrategy without further checking, arguments are for logging only
org.wicketstuff.mergedresources - package org.wicketstuff.mergedresources
 
org.wicketstuff.mergedresources.annotations - package org.wicketstuff.mergedresources.annotations
 
org.wicketstuff.mergedresources.preprocess - package org.wicketstuff.mergedresources.preprocess
 
org.wicketstuff.mergedresources.preprocess.css - package org.wicketstuff.mergedresources.preprocess.css
 
org.wicketstuff.mergedresources.resources - package org.wicketstuff.mergedresources.resources
 
org.wicketstuff.mergedresources.urlcoding - package org.wicketstuff.mergedresources.urlcoding
 
org.wicketstuff.mergedresources.util - package org.wicketstuff.mergedresources.util
 
org.wicketstuff.mergedresources.versioning - package org.wicketstuff.mergedresources.versioning
 

P

Pair<A,B> - Class in org.wicketstuff.mergedresources.util
 
Pair() - Constructor for class org.wicketstuff.mergedresources.util.Pair
Contructs a pair holding two null values.
Pair(A, B) - Constructor for class org.wicketstuff.mergedresources.util.Pair
Contructs a pair holding the given objects.
Pair(Pair<A, B>) - Constructor for class org.wicketstuff.mergedresources.util.Pair
Contructs a pair holding the objects of the given pair.
Pair(Map.Entry<A, B>) - Constructor for class org.wicketstuff.mergedresources.util.Pair
 
parseVersion(String) - Method in interface at.molindo.thirdparty.org.apache.maven.artifact.versioning.ArtifactVersion
 
parseVersion(String) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
parseVersion(String) - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
preProcess(ResourceSpec, String) - Method in class org.wicketstuff.mergedresources.preprocess.css.CssUrlRewritingResourcePreProcessor
preProcess(ResourceSpec, byte[]) - Method in interface org.wicketstuff.mergedresources.preprocess.IResourcePreProcessor
 
preProcess(ResourceSpec, byte[]) - Method in class org.wicketstuff.mergedresources.preprocess.StringResourcePreProcessor
 
preProcess(ResourceSpec, String) - Method in class org.wicketstuff.mergedresources.preprocess.StringResourcePreProcessor
 
preProcess(ResourceSpec, byte[]) - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 

R

readFirstLine(URL) - Method in class org.wicketstuff.mergedresources.versioning.RevisionVersionProvider
 
RedirectStrategy - Class in org.wicketstuff.mergedresources.util
 
RedirectStrategy(String, String, String) - Constructor for class org.wicketstuff.mergedresources.util.RedirectStrategy
 
RedirectStrategy(String, String) - Constructor for class org.wicketstuff.mergedresources.util.RedirectStrategy
 
RemoteHostResourceMount - Class in org.wicketstuff.mergedresources.urlcoding
 
RemoteHostResourceMount(String) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostResourceMount(String, boolean) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostResourceMount(String, boolean, boolean) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostResourceMount(URL) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostResourceMount(URL, boolean) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostResourceMount(URL, boolean, boolean) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostResourceMount
 
RemoteHostUrlCodingStrategy - Class in org.wicketstuff.mergedresources.urlcoding
 
RemoteHostUrlCodingStrategy(URL, String, ResourceReference) - Constructor for class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
ResourceContribution - Annotation Type in org.wicketstuff.mergedresources.annotations
 
ResourceMount - Class in org.wicketstuff.mergedresources
 
ResourceMount() - Constructor for class org.wicketstuff.mergedresources.ResourceMount
Create a new ResourceMount with default settings
ResourceMount(boolean) - Constructor for class org.wicketstuff.mergedresources.ResourceMount
If dCreate a new ResourceMount with default settings
ResourceMount.SuffixMismatchStrategy - Enum in org.wicketstuff.mergedresources
 
ResourceSpec - Class in org.wicketstuff.mergedresources
 
ResourceSpec(Class<?>, String) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, Locale) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, String) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, Locale, String) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, Integer) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, Locale, Integer) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, String, Integer) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(Class<?>, String, Locale, String, Integer) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
ResourceSpec(ResourceReference) - Constructor for class org.wicketstuff.mergedresources.ResourceSpec
 
RevisionVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
RevisionVersionProvider() - Constructor for class org.wicketstuff.mergedresources.versioning.RevisionVersionProvider
 

S

setCacheDuration(int) - Method in class org.wicketstuff.mergedresources.ResourceMount
Set cache duration in seconds.
setCompressed(boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setCssCompressor(Application, ICssCompressor) - Static method in class org.wicketstuff.mergedresources.ResourceMount
setDefaultAggresiveCacheDuration() - Method in class org.wicketstuff.mergedresources.ResourceMount
Deprecated.
typo in name, it's aggressive with ss
setDefaultAggressiveCacheDuration() - Method in class org.wicketstuff.mergedresources.ResourceMount
setDefaultCacheDuration() - Method in class org.wicketstuff.mergedresources.ResourceMount
setFirst(A) - Method in class org.wicketstuff.mergedresources.util.Pair
 
setHeaders(WebResponse) - Method in class org.wicketstuff.mergedresources.resources.CompressedMergedResource
 
setHeaders(WebResponse) - Method in class org.wicketstuff.mergedresources.resources.MergedResource
 
setLocale(Locale) - Method in class org.wicketstuff.mergedresources.ResourceMount
Locale might either be detected from added ResourceSpecs or set manually.
setLocale(Locale) - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
setMerged(boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setMinifyCss(Boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setMinifyJs(Boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setMinVersion(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.ResourceMount
force a minimal version.
setMinVersion(int) - Method in class org.wicketstuff.mergedresources.ResourceMount
Convenience method to use a SimpleResourceVersion as minVersion (e.g.
setMountRedirect(boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setMountScope(Class<?>) - Method in class org.wicketstuff.mergedresources.ResourceMount
The mount scope to use.
setNoVersion() - Method in class org.wicketstuff.mergedresources.ResourceMount
setPath(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
the path to user for mounting.
setPath(String, ResourceReference) - Method in class org.wicketstuff.mergedresources.ResourceMount
convenience method to use ResourceMount.setPath(String) use a prefix and ResourceReference.getName().
setPath(String, ResourceReference, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
convenience method to use ResourceMount.setPath(String) use a prefix and ResourceReference.getName().
setPath(String, String, String) - Method in class org.wicketstuff.mergedresources.ResourceMount
convenience method to use ResourceMount.setPath(String) use a prefix and a name
setPreProcessor(IResourcePreProcessor) - Method in class org.wicketstuff.mergedresources.ResourceMount
use an IResourcePreProcessor to modify resources (e.g.
setRequireVersion(boolean) - Method in class org.wicketstuff.mergedresources.ResourceMount
IResourceVersionProvider might not always be able to detect the version of a resource.
setResourceVersionProvider(IResourceVersionProvider) - Method in class org.wicketstuff.mergedresources.ResourceMount
setSecond(B) - Method in class org.wicketstuff.mergedresources.util.Pair
 
setStyle(String) - Method in class org.wicketstuff.mergedresources.ResourceMount
Style might either be detected from added ResourceSpecs or set manually.
setSuffixMismatchStrategy(ResourceMount.SuffixMismatchStrategy) - Method in class org.wicketstuff.mergedresources.ResourceMount
 
setUseRequestPort(boolean) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
setUseRequestProtocol(boolean) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
setUseSchemelessUrl(boolean) - Method in class org.wicketstuff.mergedresources.urlcoding.RemoteHostUrlCodingStrategy
 
setVersion(AbstractResourceVersion) - Method in class org.wicketstuff.mergedresources.ResourceMount
SimpleResourceVersion - Class in org.wicketstuff.mergedresources.versioning
 
SimpleResourceVersion(int) - Constructor for class org.wicketstuff.mergedresources.versioning.SimpleResourceVersion
 
StaticMavenArtifactVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
StaticMavenArtifactVersionProvider(String) - Constructor for class org.wicketstuff.mergedresources.versioning.StaticMavenArtifactVersionProvider
 
StaticMavenArtifactVersionProvider(ArtifactVersion) - Constructor for class org.wicketstuff.mergedresources.versioning.StaticMavenArtifactVersionProvider
 
StaticResourceVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
StaticResourceVersionProvider(int) - Constructor for class org.wicketstuff.mergedresources.versioning.StaticResourceVersionProvider
 
StringResourcePreProcessor - Class in org.wicketstuff.mergedresources.preprocess
 
StringResourcePreProcessor() - Constructor for class org.wicketstuff.mergedresources.preprocess.StringResourcePreProcessor
 

T

TimestampVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
TimestampVersionProvider() - Constructor for class org.wicketstuff.mergedresources.versioning.TimestampVersionProvider
 
toContent(byte[]) - Method in class org.wicketstuff.mergedresources.resources.MergedResourceStream
 
toFiles(ResourceSpec[]) - Static method in class org.wicketstuff.mergedresources.ResourceSpec
 
toHashMap(List<Pair<K, V>>) - Static method in class org.wicketstuff.mergedresources.util.Pair
 
toResourceSpecs(Class<?>[], String[]) - Static method in class org.wicketstuff.mergedresources.ResourceSpec
 
toScopes(ResourceSpec[]) - Static method in class org.wicketstuff.mergedresources.ResourceSpec
 
toString() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.ComparableVersion
 
toString() - Method in class at.molindo.thirdparty.org.apache.maven.artifact.versioning.DefaultArtifactVersion
 
toString() - Method in class org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpec
 
toString() - Method in class org.wicketstuff.mergedresources.ResourceSpec
 
toString() - Method in class org.wicketstuff.mergedresources.util.Pair
 
toURL(Class<?>, String) - Method in class org.wicketstuff.mergedresources.versioning.AbstractClasspathResourceVersionProvider
 

U

UncompressedCssCompressor - Class in org.wicketstuff.mergedresources.resources
 
UncompressedCssCompressor() - Constructor for class org.wicketstuff.mergedresources.resources.UncompressedCssCompressor
 
unsetMinVersion() - Method in class org.wicketstuff.mergedresources.ResourceMount
unset minimal version, same as passing null to ResourceMount.setMinVersion(AbstractResourceVersion)
UTF_8 - Static variable in interface org.wicketstuff.mergedresources.resources.ICssCompressor
 

V

valueOf(String) - Static method in enum org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpecComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.mergedresources.ResourceMount.SuffixMismatchStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpecComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.mergedresources.ResourceMount.SuffixMismatchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
VersionException(Class<?>, String, String, Throwable) - Constructor for exception org.wicketstuff.mergedresources.versioning.IResourceVersionProvider.VersionException
 
VersionException(Class<?>, String, String) - Constructor for exception org.wicketstuff.mergedresources.versioning.IResourceVersionProvider.VersionException
 
VersionException(String) - Constructor for exception org.wicketstuff.mergedresources.versioning.IResourceVersionProvider.VersionException
 
VersionException(String, Throwable) - Constructor for exception org.wicketstuff.mergedresources.versioning.IResourceVersionProvider.VersionException
 

W

WeightedResourceSpec(Class<?>, String, int) - Constructor for class org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpec
 
WeightedResourceSpec(Class<?>, String) - Constructor for class org.wicketstuff.mergedresources.annotations.ContributionScanner.WeightedResourceSpec
 
WicketVersion - Class in org.wicketstuff.mergedresources.versioning
 
WicketVersion(Application) - Constructor for class org.wicketstuff.mergedresources.versioning.WicketVersion
 
WicketVersionProvider - Class in org.wicketstuff.mergedresources.versioning
 
WicketVersionProvider(Application) - Constructor for class org.wicketstuff.mergedresources.versioning.WicketVersionProvider
 

Y

YuiCompressorUtil - Class in org.wicketstuff.mergedresources.util
 
YuiCssCompressor - Class in org.wicketstuff.mergedresources.resources
 
YuiCssCompressor() - Constructor for class org.wicketstuff.mergedresources.resources.YuiCssCompressor
 

_

_contributor - Variable in class org.wicketstuff.mergedresources.util.MergedHeaderContributor
 
A B C D E G H I J L M N O P R S T U V W Y _ 
Skip navigation links

Copyright © 2017 Molindo GmbH. All Rights Reserved.