BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.HtmlElement

Packages that use HtmlElement
weblogic.html The HtmlKona package is deprecated. 
 

Uses of HtmlElement in weblogic.html
 

Subclasses of HtmlElement in weblogic.html
 class AcronymElement
          Deprecated.  
 class AddressElement
          Deprecated.  
 class AlignType
          Deprecated.  
 class AnchorElement
          Deprecated.  
 class AnchorType
          Deprecated.  
 class AppletElement
          Deprecated.  
 class AreaElement
          Deprecated.  
 class BaseElement
          Deprecated.  
 class BaseFontElement
          Deprecated.  
 class BeanHTML
          Deprecated.  
 class BigElement
          Deprecated.  
 class BlockquoteElement
          Deprecated.  
 class BodyElement
          Deprecated.  
 class BoldElement
          Deprecated.  
 class BorderstyleType
          Deprecated.  
 class BreakElement
          Deprecated.  
 class ButtonElement
          Deprecated.  
 class CenteredElement
          Deprecated. Use DivElement.setCentered()
 class CiteElement
          Deprecated.  
 class ClearType
          Deprecated.  
 class CodeElement
          Deprecated.  
 class ColElement
          Deprecated.  
 class ColGroupElement
          Deprecated.  
 class CommentElement
          Deprecated.  
 class DefineTermElement
          Deprecated.  
 class DefinitionItem
          Deprecated.  
 class DefinitionList
          Deprecated.  
 class DirList
          Deprecated.  
 class DivElement
          Deprecated.  
 class ElementWithAttributes
          Deprecated.  
 class EmbedElement
          Deprecated.  
 class EmphasisElement
          Deprecated.  
 class FieldsetElement
          Deprecated.  
 class FieldType
          Deprecated.  
 class FileElement
          Deprecated.  
 class FontElement
          Deprecated. Use StyleElement
 class FormElement
          Deprecated.  
 class FrameElement
          Deprecated.  
 class FrameSetElement
          Deprecated.  
 class FrameType
          Deprecated.  
 class HeadingElement
          Deprecated.  
 class HorizontalRuleElement
          Deprecated.  
 class HtmlContainer
          Deprecated.  
 class ImageElement
          Deprecated.  
 class InputElement
          Deprecated.  
 class IsIndexElement
          Deprecated. Use a standard InputElement instead
 class ItalicElement
          Deprecated.  
 class KeyboardElement
          Deprecated.  
 class LegendElement
          Deprecated.  
 class LinkElement
          Deprecated.  
 class LinkHeadElement
          Deprecated.  
 class ListElement
          Deprecated.  
 class ListItem
          Deprecated.  
 class LiteralElement
          Deprecated.  
 class MapElement
          Deprecated.  
 class MarkupElement
          Deprecated.  
 class MediaType
          Deprecated.  
 class MenuList
          Deprecated. Use UnorderedList instead
 class MetaElement
          Deprecated.  
 class MimeType
          Deprecated.  
 class MultiColElement
          Deprecated.  
 class MultiPartElement
          Deprecated.  
 class NoFramesElement
          Deprecated.  
 class NoScriptElement
          Deprecated.  
 class ObjectElement
          Deprecated.  
 class OptionElement
          Deprecated.  
 class OrderedList
          Deprecated.  
 class ParagraphElement
          Deprecated.  
 class ParamElement
          Deprecated.  
 class QElement
          Deprecated.  
 class RulesType
          Deprecated.  
 class SampleElement
          Deprecated.  
 class ScriptElement
          Deprecated.  
 class ScrollType
          Deprecated.  
 class SelectElement
          Deprecated.  
 class SinglePartElement
          Deprecated.  
 class SmallElement
          Deprecated.  
 class SpacerElement
          Deprecated.  
 class SpacerType
          Deprecated.  
 class SpanElement
          Deprecated.  
 class StrikeElement
          Deprecated.  
 class StringElement
          Deprecated.  
 class StrongElement
          Deprecated.  
 class StyleElement
          Deprecated.  
 class SubscriptElement
          Deprecated.  
 class SuperscriptElement
          Deprecated.  
 class TableCaptionElement
          Deprecated.  
 class TableDataElement
          Deprecated.  
 class TableElement
          Deprecated.  
 class TableHeadingElement
          Deprecated.  
 class TableRowElement
          Deprecated.  
 class TBodyElement
          Deprecated.  
 class TeletypeElement
          Deprecated.  
 class TextAlignType
          Deprecated.  
 class TextAreaElement
          Deprecated.  
 class TextFlowElement
          Deprecated.  
 class TFootElement
          Deprecated.  
 class THeadElement
          Deprecated.  
 class TitleElement
          Deprecated.  
 class UnderlineElement
          Deprecated.  
 class UnorderedList
          Deprecated.  
 class VariableElement
          Deprecated.  
 class WindowName
          Deprecated.  
 class WrapType
          Deprecated.  
 

Fields in weblogic.html declared as HtmlElement
protected  HtmlElement TableDataElement.val
          Deprecated.  
 

Methods in weblogic.html that return HtmlElement
protected  HtmlElement ElementWithAttributes.getElementAttribute(java.lang.String key)
          Deprecated.  
 HtmlElement SinglePartElement.setElement(java.lang.String str)
          Deprecated. Returns the specified String as an HtmlElement.
 HtmlElement SinglePartElement.setElement(HtmlElement elem)
          Deprecated. Returns the specified HtmlElement as an HtmlElement.
 HtmlElement SinglePartElement.getElement()
          Deprecated. Gets a SinglePartElement as an HtmlElement.
protected  HtmlElement MultiPartElement.getMultiElementAt(int pos)
          Deprecated.  
protected  HtmlElement MultiPartElement.replaceMultiElementAt(HtmlElement val, int pos)
          Deprecated.  
protected  HtmlElement MultiPartElement.addHeadMultiElement(HtmlElement val)
          Deprecated.  
 HtmlElement DivElement.getElementAt(int pos)
          Deprecated. Gets the HtmlElement at the specified index position.
 HtmlElement FrameSetElement.getElementAt(int pos)
          Deprecated. Gets the HtmlElement at the specified index position in a FrameSetElement.
 HtmlElement TableDataElement.getHtmlElement()
          Deprecated. Gets the underlying HtmlElement used to create the contents of the TableDataElement.
 HtmlElement NoScriptElement.getElementAt(int pos)
          Deprecated. Gets an HtmlElement at the specified index position in a NoScriptElement.
 HtmlElement AppletElement.getElementAt(int pos)
          Deprecated. Returns the HtmlElement at the specified index position.
 HtmlElement NoFramesElement.getElementAt(int pos)
          Deprecated. Gets an HtmlElement at the specified index position in a NoFramesElement.
 HtmlElement FormElement.getElementAt(int pos)
          Deprecated. Gets the HtmlElement at the specified index position.
 HtmlElement HtmlContainer.getElementAt(java.lang.String key)
          Deprecated. Returns the HtmlElement at the specified key location.
 HtmlElement HtmlContainer.getElementAt(int pos)
          Deprecated. Returns the HtmlElement at the specified index position.
 HtmlElement HtmlContainer.lastElement()
          Deprecated. Returns the last HtmlElement in an HtmlContainer.
 HtmlElement HtmlContainer.firstElement()
          Deprecated. Returns the first HtmlElement in an HtmlContainer.
 

Methods in weblogic.html with parameters of type HtmlElement
protected  void ElementWithAttributes.setElementAttribute(java.lang.String key, HtmlElement val)
          Deprecated.  
 HtmlElement SinglePartElement.setElement(HtmlElement elem)
          Deprecated. Returns the specified HtmlElement as an HtmlElement.
protected  void MultiPartElement.addMultiElement(HtmlElement val)
          Deprecated.  
protected  HtmlElement MultiPartElement.replaceMultiElementAt(HtmlElement val, int pos)
          Deprecated.  
protected  HtmlElement MultiPartElement.addHeadMultiElement(HtmlElement val)
          Deprecated.  
 MultiPartElement MultiPartElement.replaceElementAt(HtmlElement val, int pos)
          Deprecated. Replaces the element at the specified position with the HtmlElement specified in the first argument.
 MultiPartElement MultiPartElement.removeElement(HtmlElement elementname)
          Deprecated. Removes the specified, named HtmlElement.
 DivElement DivElement.addElement(HtmlElement val)
          Deprecated. Adds an HtmlElement to a DivElement.
 ListElement ListElement.addElement(HtmlElement val)
          Deprecated. Adds an HtmlElement to a ListElement.
 AddressElement AddressElement.setAuthor(HtmlElement author)
          Deprecated. Sets the author information for an AddressElement.
 StyleElement StyleElement.setContents(HtmlElement contents)
          Deprecated. Sets the contents of a StyleElement.
 AnchorElement AnchorElement.setHref(HtmlElement url)
          Deprecated. Sets the HREF attribute for an AnchorElement.
 TextFlowElement TextFlowElement.setText(HtmlElement elem)
          Deprecated. Sets the contents of a TextFlowElement.
 SpanElement SpanElement.addElement(HtmlElement val)
          Deprecated. Adds an HtmlElement to a SpanElement.
 NoScriptElement NoScriptElement.addElement(HtmlElement elem)
          Deprecated. Adds an HtmlElement to a NoScriptElement.
 AppletElement AppletElement.addElement(HtmlElement val)
          Deprecated. Adds the specified HtmlElement to an AppletElement.
 TableElement TableElement.setCellAt(int row, int col, HtmlElement val)
          Deprecated. Sets the cell at the specified row and column to the specified HtmlElement value.
 TableElement TableElement.setCaption(HtmlElement he)
          Deprecated. Sets the caption to the specified HtmlElement.
 NoFramesElement NoFramesElement.addElement(HtmlElement elem)
          Deprecated. Adds an HtmlElement to a NoFramesElement.
 ImageElement ImageElement.setUseMap(HtmlElement url, boolean ismap)
          Deprecated. Sets the USEMAP attribute for an ImageElement.
 FormElement FormElement.addElement(HtmlElement val)
          Deprecated. Adds an HtmlElement to a FormElement.
 TableRowElement TableRowElement.addElement(HtmlElement val)
          Deprecated. Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
 DefinitionItem DefinitionItem.setTerm(HtmlElement elem)
          Deprecated. Sets the term of a DefinitionItem.
 DefinitionItem DefinitionItem.setDef(HtmlElement elem)
          Deprecated. Sets the definition of a DefinitionItem.
 HtmlContainer BodyElement.addElement(HtmlElement he)
          Deprecated. Adds an element to the HtmlContainer of a BodyElement.
 InputElement InputElement.setUnquotedSrc(HtmlElement src)
          Deprecated. Sets the SRC attribute of an InputElement to an HtmlElement without double quotes.
 StringElement StringElement.replace(java.lang.String oldstr, HtmlElement elem)
          Deprecated. Replaces a string in a StringElement with the string representation of an HtmlElement.
 FieldsetElement FieldsetElement.addElement(HtmlElement formelement)
          Deprecated. Adds an HtmlElement to a FieldsetElement.
 HtmlContainer HtmlContainer.addElement(HtmlElement elem)
          Deprecated. Adds an HtmlElement to an HtmlContainer.
 HtmlContainer HtmlContainer.addElement(java.lang.String newkey, HtmlElement val)
          Deprecated. Adds an HtmlElement identified by the specified key to an HtmlContainer.
 HtmlContainer HtmlContainer.insertElementAt(HtmlElement elem, int pos)
          Deprecated. Inserts an HtmlElement into an HtmlContainer at the specified index position.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, HtmlElement val, int pos)
          Deprecated. Inserts an HtmlElement identified by the specified key into an HtmlContainer at the specified index position.
 HtmlContainer HtmlContainer.insertElementAt(HtmlElement elem, java.lang.String keyname)
          Deprecated. Inserts an HtmlElement into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, HtmlElement val, java.lang.String keyname)
          Deprecated. Inserts an HtmlElement identified by the specified key into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.replaceElementAt(HtmlElement elem, int pos)
          Deprecated. Replaces whatever is at the specified index position with the specified HtmlElement.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, HtmlElement val, int pos)
          Deprecated. Replaces whatever is at the specified index position with the specified HtmlElement identified by the specified key.
 HtmlContainer HtmlContainer.replaceElementAt(HtmlElement elem, java.lang.String keystr)
          Deprecated. Replaces whatever is at the specified key location with the specified HtmlElement.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, HtmlElement val, java.lang.String oldkey)
          Deprecated. Replaces whatever is at the specified key location with the specified HtmlElement identified by the specified key.
 ButtonElement ButtonElement.setContents(HtmlElement contents)
          Deprecated. Sets the contents of a ButtonElement.
 MultiColElement MultiColElement.setContents(HtmlElement contents)
          Deprecated. Sets the contents of a MultiColElement.
 

Constructors in weblogic.html with parameters of type HtmlElement
SinglePartElement.SinglePartElement(HtmlElement val)
          Deprecated. Constructs a SinglePartElement with the specified HtmlElement.
TeletypeElement.TeletypeElement(HtmlElement val)
          Deprecated. Constructs a TeletypeElement with the specified HtmlElement.
ParagraphElement.ParagraphElement(HtmlElement val)
          Deprecated. Constructs a ParagraphElement with the specified HtmlElement.
FontElement.FontElement(int size, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement.FontElement(java.lang.String size, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size with the specified HtmlElement.
FontElement.FontElement(int size, java.lang.String color, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
FontElement.FontElement(java.lang.String size, java.lang.String color, HtmlElement val)
          Deprecated. Constructs a FontElement of the specified font size and color with the specified HtmlElement.
AddressElement.AddressElement(HtmlElement author)
          Deprecated. Constructs an AddressElement with the specified string.
AddressElement.AddressElement(java.lang.String url, HtmlElement author)
          Deprecated. Constructs an AddressElement with the specified URL and author information.
UnderlineElement.UnderlineElement(HtmlElement val)
          Deprecated. Constructs a UnderlineElement with the specified HtmlElement.
StyleElement.StyleElement(MimeType type, HtmlElement contents)
          Deprecated. Constructs a StyleElement with the specified contents and sets it to the specified style notation.
DefineTermElement.DefineTermElement(HtmlElement val)
          Deprecated. Constructs a DefineTermElement with the specified HtmlElement.
CodeElement.CodeElement(HtmlElement val)
          Deprecated. Constructs a CodeElement with the specified HtmlElement.
ListItem.ListItem(HtmlElement val)
          Deprecated. Constructs a ListItem with the specified HtmlElement.
AnchorElement.AnchorElement(HtmlElement display)
          Deprecated. Constructs a AnchorElement with the specified display information and no URL.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display)
          Deprecated. Constructs a AnchorElement with the specified URL and display information.
AnchorElement.AnchorElement(AnchorType type, java.lang.String link, HtmlElement display)
          Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display, java.lang.String target)
          Deprecated. Constructs an AnchorElement with the specified URL, sets the display information to the specified HtmlElement, and sets the display window to the specified string name.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display, WindowName target)
          Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
TextFlowElement.TextFlowElement(HtmlElement elem)
          Deprecated. Constructs a TextFlowElement with the specified HtmlElement.
HeadingElement.HeadingElement(HtmlElement val, int num)
          Deprecated. Constructs a HeadingElement with the specified HtmlElement set to the specified level.
TableDataElement.TableDataElement(HtmlElement elem)
          Deprecated. Constructs a TableDataElement object with the specified HtmlElement object.
TableHeadingElement.TableHeadingElement(HtmlElement elem)
          Deprecated. Constructs a TableHeadingElement object with the specified HtmlElement.
CiteElement.CiteElement(HtmlElement val)
          Deprecated. Constructs a CiteElement with the specified HtmlElement.
EmphasisElement.EmphasisElement(HtmlElement val)
          Deprecated. Constructs a EmphasisElement with the specified HtmlElement.
KeyboardElement.KeyboardElement(HtmlElement val)
          Deprecated. Constructs a KeyboardElement with the specified HtmlElement.
LinkElement.LinkElement(HtmlElement elem)
          Deprecated.  
LinkElement.LinkElement(java.lang.String str, HtmlElement elem)
          Deprecated.  
StrikeElement.StrikeElement(HtmlElement val)
          Deprecated. Constructs a StrikeElement with the specified HtmlElement.
BlockquoteElement.BlockquoteElement(HtmlElement contents)
          Deprecated. Constructs a BlockquoteElement with the specified HtmlElement.
ImageElement.ImageElement(HtmlElement src)
          Deprecated. Constructs an ImageElement with the specified source.
VariableElement.VariableElement(HtmlElement val)
          Deprecated. Constructs a VariableElement with the specified HtmlElement.
SubscriptElement.SubscriptElement(HtmlElement val)
          Deprecated. Constructs a SubscriptElement with the specified value
BoldElement.BoldElement(HtmlElement val)
          Deprecated. Constructs a BoldElement with the specified HtmlElement.
SuperscriptElement.SuperscriptElement(HtmlElement val)
          Deprecated. Constructs a SuperscriptElement with the specified value.
SampleElement.SampleElement(HtmlElement val)
          Deprecated. Constructs a SampleElement with the specified HtmlElement.
TableRowElement.TableRowElement(HtmlElement elem)
          Deprecated. Constructs a TableRowElement with the specified HtmlElement.
LiteralElement.LiteralElement(HtmlElement val)
          Deprecated. Constructs a LiteralElement with the specified HtmlElement.
CenteredElement.CenteredElement(HtmlElement val)
          Deprecated. Constructs a CenteredElement with the specified HtmlElement.
DefinitionItem.DefinitionItem(HtmlElement term)
          Deprecated. Constructs a DefinitionItem with the specified HtmlElement as a term.
DefinitionItem.DefinitionItem(HtmlElement term, HtmlElement def)
          Deprecated. Constructs a DefinitionItem with the specified HtmlElements as a term and a definition.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, HtmlElement value)
          Deprecated. Constructs an InputElement with the specified name and of the specified type, set to the specified HtmlElement.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, java.lang.String value, HtmlElement label)
          Deprecated. Constructs an InputElement with the specified name, type, and value, with the label set to the specified label.
StringElement.StringElement(HtmlElement val)
          Deprecated. Constructs a StringElement with the specified HtmlElement.
ItalicElement.ItalicElement(HtmlElement val)
          Deprecated. Constructs an ItalicElement with the specified HtmlElement.
TableCaptionElement.TableCaptionElement(HtmlElement elem)
          Deprecated. Constructs a TableCaptionElement with the specified HtmlElement.
StrongElement.StrongElement(HtmlElement val)
          Deprecated. Constructs a StrongElement with the specified HtmlElement.
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval, HtmlElement contents)
          Deprecated. Constructs a ButtonElement with the specified name and of the specified FieldType (submit, reset, or button), set to the specified HtmlElement (for instance, an ImageElement).
BigElement.BigElement(HtmlElement val)
          Deprecated. Constructs a BigElement with the specified HtmlElement.
SmallElement.SmallElement(HtmlElement val)
          Deprecated. Constructs a SmallElement with the specified HtmlElement.
MultiColElement.MultiColElement(int cols, HtmlElement contents)
          Deprecated. Constructs a MultiColElement with the specified number of columns.
MultiColElement.MultiColElement(int cols, int gutter, int width, HtmlElement contents)
          Deprecated. Constructs a MultiColElement with the specified number of columns, gutter space, and column width.
CommentElement.CommentElement(HtmlElement comment)
          Deprecated. Constructs a CommentElement with the specified HtmlElement.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.