|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.adaptx.net.URILocation
An interface for handling URIs
| Constructor Summary | |
|---|---|
URILocation()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getAbsoluteURI()
Returns the absolute URI for this URILocation |
abstract java.lang.String |
getBaseURI()
Returns the base location of this URILocation. |
abstract java.io.Reader |
getReader()
Returns a Reader for the resource represented by this URILocation. |
abstract java.lang.String |
getRelativeURI()
Returns the relative URI for this URILocation |
java.lang.String |
toString()
Returns the String representation of this URILocation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public URILocation()
| Method Detail |
public abstract java.lang.String getAbsoluteURI()
getRelativeURI,
getBaseURIpublic abstract java.lang.String getBaseURI()
getAbsoluteURI,
getRelativeURI
public abstract java.io.Reader getReader()
throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.String getRelativeURI()
getAbsoluteURI,
getBaseURIpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||