BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class LinkElement

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.SinglePartElement
                    |
                    +--weblogic.html.AnchorElement
                          |
                          +--weblogic.html.LinkElement

public class LinkElement
extends AnchorElement

This class has been superceded in version 2.1 by the AnchorElement. It is supported for backwards compatibility.

Version:
1.0
Author:
Copyright (c) 1995-96, WebLogic, Inc.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
LinkElement()
           
LinkElement(HtmlElement elem)
           
LinkElement(java.lang.String str)
           
LinkElement(java.lang.String str, HtmlElement elem)
           
LinkElement(java.lang.String str, java.lang.String elemstr)
           
 
Methods inherited from class weblogic.html.AnchorElement
getHtmlCode, printBody, printCR, printEndingTag, setHref, setHref, setName, setOnClick, setOnMouseOver, setTabindex, setTabindex, setTarget, setTarget, setTitle
 
Methods inherited from class weblogic.html.SinglePartElement
getElement, printBody, printBody, printBody, setElement, setElement, widthAsLiteral
 
Methods inherited from class weblogic.html.ElementWithAttributes
addAttribute, addAttribute, escapeQuotes, getBooleanAttribute, getElementAttribute, getLocalVar, getQuotedAttribute, output, output, output, setBooleanAttribute, setBooleanAttribute, setClass, setDirection, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setId, setLang, setLocalVar, setQuotedAttribute, setStyle
 
Methods inherited from class weblogic.html.HtmlElement
asAnchorElement, asBigElement, asBlockquoteElement, asBoldElement, asCenteredElement, asCiteElement, asCodeElement, asCommentElement, asDefineTermElement, asEmphasisElement, asFontElement, asFontElement, asFontElement, asHtmlContainer, asItalicElement, asKeyboardElement, asLiteralElement, asParagraphElement, asSampleElement, asSmallElement, asStrikeElement, asStrongElement, asSubscriptElement, asSuperscriptElement, asTeletypeElement, asUnderlineElement, asVariableElement, getVersion, setAnchorMode, setCodeset, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkElement

public LinkElement()

LinkElement

public LinkElement(java.lang.String str)

LinkElement

public LinkElement(HtmlElement elem)

LinkElement

public LinkElement(java.lang.String str,
                   HtmlElement elem)

LinkElement

public LinkElement(java.lang.String str,
                   java.lang.String elemstr)

Documentation is available at
http://www.weblogic.com/docs51