public final class URIUtils extends Object
URIUtils
provides helper methods around working with URIs.Modifier and Type | Method and Description |
---|---|
static String |
relativize(RequestPathInfo requestPathInfo,
String resourcePath)
Relativizes the specified
resourcePath against
requestPathInfo . |
public static String relativize(RequestPathInfo requestPathInfo, String resourcePath)
resourcePath
against
requestPathInfo
.
requestPathInfo
- RequestPathInfo to relativize againstresourcePath
- Resource path to relativize"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"