All Packages Class Hierarchy This Package Previous Next Index
Class net.strandberg.html.URL
java.lang.Object
|
+----net.strandberg.html.URL
- public class URL
- extends Object
- implements HTMLItem
The class URL is used to create HTML URLs
Author: Mats Strandberg
$Revision: 0.0 $
- Version:
- $Revision: 0.0 $
- Author:
- Mats Strandberg
-
urlM
-
-
URL()
- Constructs a new URL which will be representing an HTML URL
-
URL(String)
- Constructs a new URL which will be representing an HTML URL
-
toHTML()
-
Returns HTML code representing this URL.
urlM
protected String urlM
URL
public URL()
- Constructs a new URL which will be representing an HTML URL
URL
public URL(String url)
- Constructs a new URL which will be representing an HTML URL
- Parameters:
- url - the URL that this object represents
toHTML
public String toHTML()
- Returns HTML code representing this URL.
All Packages Class Hierarchy This Package Previous Next Index