|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.exolab.castor.net.URILocation
org.exolab.castor.net.util.URILocationImpl
An implementation of URILocation
| Constructor Summary | |
URILocationImpl(java.io.InputStream is,
java.lang.String href)
Creates a new URILocationImpl |
|
URILocationImpl(java.io.Reader reader,
java.lang.String href)
Creates a new URILocationImpl |
|
URILocationImpl(java.lang.String href)
Creates a new URILocationImpl |
|
URILocationImpl(java.lang.String href,
java.lang.String documentBase)
Creates a new URILocationImpl |
|
| Method Summary | |
java.lang.String |
getAbsoluteURI()
Returns the absolute URI for this URILocation |
java.lang.String |
getBaseURI()
Returns the base location of this URILocation. |
java.io.Reader |
getReader()
Returns a Reader for the resource represented by this URILocation. |
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 URILocationImpl(java.lang.String href)
public URILocationImpl(java.lang.String href,
java.lang.String documentBase)
public URILocationImpl(java.io.Reader reader,
java.lang.String href)
public URILocationImpl(java.io.InputStream is,
java.lang.String href)
| Method Detail |
public java.lang.String getAbsoluteURI()
getAbsoluteURI in class URILocationgetRelativeURI(),
getBaseURI()public java.lang.String getBaseURI()
getBaseURI in class URILocationgetAbsoluteURI(),
getRelativeURI()
public java.io.Reader getReader()
throws java.io.IOException
getReader in class URILocationjava.io.FileNotFoundException
java.io.IOExceptionpublic java.lang.String getRelativeURI()
getRelativeURI in class URILocationgetAbsoluteURI(),
getBaseURI()public java.lang.String toString()
toString in class URILocation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||