public class ResourceReferenceMapper
extends org.apache.wicket.request.mapper.ParentPathReferenceRewriter
ResourceReference encoder that encodes and decodes non-mounted
ResourceReferences.
Decodes and encodes the following URLs:
/wicket/resource/org.apache.wicket.ResourceScope/name
/wicket/resource/org.apache.wicket.ResourceScope/name?en
/wicket/resource/org.apache.wicket.ResourceScope/name?-style
/wicket/resource/org.apache.wicket.ResourceScope/resource/name.xyz?en_EN-style
| Constructor and Description |
|---|
ResourceReferenceMapper(org.apache.wicket.request.mapper.parameter.IPageParametersEncoder pageParametersEncoder,
Supplier<String> parentPathPartEscapeSequence,
Supplier<IResourceCachingStrategy> cachingStrategy)
Construct.
|
public ResourceReferenceMapper(org.apache.wicket.request.mapper.parameter.IPageParametersEncoder pageParametersEncoder,
Supplier<String> parentPathPartEscapeSequence,
Supplier<IResourceCachingStrategy> cachingStrategy)
pageParametersEncoder - parentPathPartEscapeSequence - cachingStrategy - Copyright © 2006–2018 Apache Software Foundation. All rights reserved.