public class RemoteHostResourceMount extends ResourceMount
ResourceMount.SuffixMismatchStrategyCSS_COMPRESSOR_KEY, DEFAULT_AGGRESIVE_CACHE_DURATION, DEFAULT_AGGRESSIVE_CACHE_DURATION, DEFAULT_CACHE_DURATION, DEFAULT_COMPRESS_SUFFIXES, DEFAULT_MERGE_SUFFIXES| Constructor and Description |
|---|
RemoteHostResourceMount(String root) |
RemoteHostResourceMount(String root,
boolean enabled) |
RemoteHostResourceMount(URL root) |
RemoteHostResourceMount(URL root,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy |
newStrategy(String mountPath,
org.apache.wicket.ResourceReference ref,
boolean merge)
create a new
IRequestTargetUrlCodingStrategy |
addResourceSpec, addResourceSpec, addResourceSpec, addResourceSpec, addResourceSpecMatchingSuffix, addResourceSpecs, addResourceSpecs, addResourceSpecs, addResourceSpecs, addResourceSpecsMatchingSuffix, addResourceSpecsMatchingSuffix, addResourceSpecsMatchingSuffixes, autodetectCacheDuration, autodetectCompression, autodetectLocale, autodetectMerging, autodetectMinifyCss, autodetectMinifyJs, autodetectMountScope, autodetectStyle, autodetectVersion, build, build, buildVersionedPath, checkSuffixes, clearSpecs, clone, doCompress, doMerge, doMinifyCss, doMinifyJs, enableAnnotations, getCacheDuration, getCompressedSuffixes, getCssCompressor, getLocale, getMergedSuffixes, getPath, getPath, getPath, getPreProcessor, getResourceSpecs, getScope, getStyle, getSuffix, getSuffixMismatchStrategy, getVersion, mount, mountAnnotatedPackageResources, mountAnnotatedPackageResources, mountAnnotatedPackageResources, mountWicketResources, mountWicketResources, mountWicketResourcesMerged, mountWicketResourcesMerged, newHeaderContributor, newRedirectStrategy, newResourceReference, onSuffixMismatch, setCacheDuration, setCompressed, setCssCompressor, setDefaultAggresiveCacheDuration, setDefaultAggressiveCacheDuration, setDefaultCacheDuration, setLocale, setMerged, setMinifyCss, setMinifyJs, setMinVersion, setMinVersion, setMountRedirect, setMountScope, setNoVersion, setPath, setPath, setPath, setPath, setPreProcessor, setRequireVersion, setResourceVersionProvider, setStyle, setSuffixMismatchStrategy, setVersion, unsetMinVersionpublic RemoteHostResourceMount(String root) throws org.apache.wicket.WicketRuntimeException
org.apache.wicket.WicketRuntimeExceptionpublic RemoteHostResourceMount(String root, boolean enabled) throws org.apache.wicket.WicketRuntimeException
org.apache.wicket.WicketRuntimeExceptionpublic RemoteHostResourceMount(URL root)
public RemoteHostResourceMount(URL root, boolean enabled)
protected org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy newStrategy(String mountPath, org.apache.wicket.ResourceReference ref, boolean merge)
ResourceMountIRequestTargetUrlCodingStrategynewStrategy in class ResourceMountmountPath - the mount pathref - the ResourceReferencemerge - if true, all resources obtained by
ResourceMount.getResourceSpecs() should be mergedCopyright © 2014 Molindo GmbH. All Rights Reserved.