BEA Systems, Inc.


weblogic.html
Class LinkElement

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

public final 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.

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
LinkElement()
          Deprecated.  
LinkElement(HtmlElement elem)
          Deprecated.  
LinkElement(java.lang.String str)
          Deprecated.  
LinkElement(java.lang.String str, HtmlElement elem)
          Deprecated.  
LinkElement(java.lang.String str, java.lang.String elemstr)
          Deprecated.  
 
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()
Deprecated. 

LinkElement

public LinkElement(java.lang.String str)
Deprecated. 

LinkElement

public LinkElement(HtmlElement elem)
Deprecated. 

LinkElement

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

LinkElement

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference