|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.davic.net.Locator
Locator that encapsulates an URL into an object
Constructor Summary | |
Locator(java.lang.String url)
Constructor for the locator |
Method Summary | |
boolean |
hasMultipleTransformations()
Indicates whether this locator maps to multiple transport dependent locators |
java.lang.String |
toExternalForm()
Returns a URL string corresponding to the locator If the instance of Locator has been created using
Locator(java.lang.String url) and the URL is a
non-null invalid URL the behaviour is implementation dependent. |
java.lang.String |
toString()
Returns the URL string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.tv.locator.Locator |
equals, hashCode |
Constructor Detail |
public Locator(java.lang.String url)
url
- a URL stringMethod Detail |
public java.lang.String toString()
toString
in interface Locator
public boolean hasMultipleTransformations()
hasMultipleTransformations
in interface Locator
public java.lang.String toExternalForm()
Locator
has been created using
Locator(java.lang.String url)
and the URL is a
non-null invalid URL the behaviour is implementation dependent.
toExternalForm
in interface Locator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |