org.mortbay.html

Class Target

public class Target extends Block

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

See Also: StyleLink

Constructor Summary
Target(String target)
Construct Link.
Target(String target, Object link)
Construct Link.

Constructor Detail

Target

public Target(String target)
Construct Link.

Parameters: target The target name

Target

public Target(String target, Object link)
Construct Link.

Parameters: target The target name link Link Element

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.