|
||||||||
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 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public URILocation()
Method Detail |
---|
public abstract java.lang.String getAbsoluteURI()
getRelativeURI()
,
getBaseURI()
public abstract java.lang.String getBaseURI()
getAbsoluteURI()
,
getRelativeURI()
public abstract java.io.Reader getReader() throws java.io.IOException
java.io.IOException
public abstract java.lang.String getRelativeURI()
getAbsoluteURI()
,
getBaseURI()
public 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 |