public interface PathResolver
Modifier and Type | Method and Description |
---|---|
PathResolver |
getResolver(String ctxPath)
Get a PathResolver rooted at this context sensitive path.
|
String |
resolvePath(String ctxPath)
Resolve this context sensitive path to an absolute URL.
|
String resolvePath(String ctxPath)
ctxPath
- Context sensitive path, can be a relative URLnull
PathResolver getResolver(String ctxPath)
ctxPath
- Context sensitive path, can be a relative URLCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.