|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.resource.common.UrlUri
public class UrlUri
URL-based source URI.
Constructor Summary | |
---|---|
UrlUri(String url)
Creates instance of the source URI. |
|
UrlUri(URL url)
Creates instance of the source URI. |
Method Summary | |
---|---|
String |
asString()
Provides pure string representation of the Source URI. |
boolean |
equals(Object sourceUri)
|
URL |
getUrl()
Gets URL. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UrlUri(URL url)
url
- base URLpublic UrlUri(String url)
url
- base URLMethod Detail |
---|
public URL getUrl()
null
if no URLpublic boolean equals(Object sourceUri)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String asString()
SourceUri
asString
in interface SourceUri
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |