public interface ResourceURLProvider
Modifier and Type | Method and Description |
---|---|
void |
setAbsoluteURL(java.lang.String path)
Sets the absolute URL to be returned by the provider.
|
void |
setFullPath(java.lang.String path)
Sets a full path URI including the context root.
|
java.lang.String |
toString()
Returns a url to a resource as absolute URL starting with
protocol so that it can be accessed by a browser.
|
void setAbsoluteURL(java.lang.String path)
path
- the new absolute urlvoid setFullPath(java.lang.String path)
path
- the new absolute urljava.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2013 . All Rights Reserved.