BEA Systems, Inc.


weblogic.html
Class VariableElement

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

public final class VariableElement
extends SinglePartElement

A VariableElement is used for variables or arguments to commands. It is usually rendered with an italic font. Use a VariableElement as the argument for any of the addElement() methods. You can also set an element by using the asVariableElement() method in the parent class HtmlElement.

Version:
2.1
Author:
Copyright (c) 1996, WebLogic, Inc.
See Also:
HtmlElement.asVariableElement()

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
VariableElement()
          Deprecated. Constructs a VariableElement.
VariableElement(HtmlElement val)
          Deprecated. Constructs a VariableElement with the specified HtmlElement.
VariableElement(java.lang.String val)
          Deprecated. Constructs a VariableElement with the specified string.
 
Method Summary
protected  java.lang.String getHtmlCode()
          Deprecated.  
 
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, printBody, printCR, printEndingTag, 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

VariableElement

public VariableElement()
Deprecated. 
Constructs a VariableElement.

VariableElement

public VariableElement(java.lang.String val)
Deprecated. 
Constructs a VariableElement with the specified string.

Parameters:
val - String that is the variable or argument

VariableElement

public VariableElement(HtmlElement val)
Deprecated. 
Constructs a VariableElement with the specified HtmlElement.

Parameters:
val - HtmlElement that the variable or argument
Method Detail

getHtmlCode

protected java.lang.String getHtmlCode()
Deprecated. 

Overrides:
getHtmlCode in class ElementWithAttributes

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