|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.davic.net.Locator
public abstract class 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 |
---|
equals, 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 javax.tv.locator.Locator
toString
in class java.lang.Object
public boolean hasMultipleTransformations()
hasMultipleTransformations
in interface javax.tv.locator.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 javax.tv.locator.Locator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |