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