public class AttributeNormalizer extends Object
Replaces and expands:
| Constructor and Description |
|---|
AttributeNormalizer(org.eclipse.jetty.util.resource.Resource baseResource) |
| Modifier and Type | Method and Description |
|---|---|
String |
expand(String str) |
String |
expand(String str,
Stack<String> seenStack) |
String |
normalize(Object o)
Normalize a URI, URL, or File reference by replacing known attributes with ${key} attributes.
|
protected String |
normalizePath(Path path) |
protected String |
normalizeUri(URI uri) |
static Path |
toCanonicalPath(String path) |
static String |
toCanonicalURI(String uri) |
static URI |
toCanonicalURI(URI uri) |
public AttributeNormalizer(org.eclipse.jetty.util.resource.Resource baseResource)
Copyright © 1995–2018 Webtide. All rights reserved.