|
||||||||||
| 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(String url)
Constructor for the locator |
|
| Method Summary | |
|---|---|
boolean |
hasMultipleTransformations()
Indicates whether this locator maps to multiple transport dependent locators |
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. |
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(String url)
url - a URL string| Method Detail |
|---|
public String toString()
toString in interface LocatortoString in class ObjectLocatorFactory.createLocator(java.lang.String)public boolean hasMultipleTransformations()
hasMultipleTransformations in interface Locatorpublic 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 LocatorLocatorFactory.createLocator(java.lang.String),
javax.media.MediaLocator,
URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||