| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.env.URLResolver
public class URLResolver
A PathResolver implementation that resolves against a base URL.
PathResolver, 
Serialized Form| Constructor Summary | |
|---|---|
URLResolver(URL baseURL)
Constructor.  | 
|
| Method Summary | |
|---|---|
 PathResolver | 
getResolver(String ctxPath)
Get a PathResolver rooted at this context sensitive path.  | 
 String | 
resolvePath(String ctxPath)
Uses URL(URL, String) constructor to combine URL's.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public URLResolver(URL baseURL)
baseURL - The base URL to resolve against| Method Detail | 
|---|
public String resolvePath(String ctxPath)
resolvePath in interface PathResolverctxPath - Context sensitive path, can be a relative URL
nullPathResolver.resolvePath(java.lang.String)public PathResolver getResolver(String ctxPath)
PathResolver
getResolver in interface PathResolverctxPath - Context sensitive path, can be a relative URL
PathResolver.getResolver(java.lang.String)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||