org.mortbay.html

Class Link

public class Link extends Block

HTML Link Block. This is a HTML reference (not a CSS Link).

See Also: StyleLink

Constructor Summary
Link(String href)
Construct Link.
Link(String href, Object link)
Construct Link.
Method Summary
Linktarget(String t)
Set the link target frame.

Constructor Detail

Link

public Link(String href)
Construct Link.

Parameters: href The target URL of the link

Link

public Link(String href, Object link)
Construct Link.

Parameters: href The target URL of the link link Link Element

Method Detail

target

public Link target(String t)
Set the link target frame.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.