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

Variable Index

 o urlM

Constructor Index

 o URL()
Constructs a new URL which will be representing an HTML URL
 o URL(String)
Constructs a new URL which will be representing an HTML URL

Method Index

 o toHTML()
Returns HTML code representing this URL.

Variables

 o urlM
 protected String urlM

Constructors

 o URL
 public URL()
Constructs a new URL which will be representing an HTML URL

 o URL
 public URL(String url)
Constructs a new URL which will be representing an HTML URL

Parameters:
url - the URL that this object represents

Methods

 o toHTML
 public String toHTML()
Returns HTML code representing this URL.


All Packages  Class Hierarchy  This Package  Previous  Next  Index