|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 URL| Method Detail |
|---|
public URL getUrl()
null if no URLpublic boolean equals(Object sourceUri)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String asString()
SourceUri
asString in interface SourceUripublic 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 | ||||||||