BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.HtmlContainer

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

Uses of HtmlContainer in weblogic.html
 

Methods in weblogic.html that return HtmlContainer
 HtmlContainer HtmlElement.asHtmlContainer()
          Deprecated. Returns an HtmlElement as an HtmlContainer.
 HtmlContainer TableElement.getColGroup()
          Deprecated. Gets the colgroup set of a TableElement.
 HtmlContainer HtmlPage.getBody()
          Deprecated. Returns the HtmlContainer that is the body portion of an HtmlPage.
 HtmlContainer HtmlPage.getHead()
          Deprecated. Returns the HtmlContainer that is the head portion of an HtmlPage.
 HtmlContainer BodyElement.getContainer()
          Deprecated. Returns the HtmlContainer that is bounded by the start and end tags of a BodyElement.
 HtmlContainer BodyElement.addElement(HtmlElement he)
          Deprecated. Adds an element to the HtmlContainer of a BodyElement.
 HtmlContainer HtmlContainer.addElement(HtmlElement elem)
          Deprecated. Adds an HtmlElement to an HtmlContainer.
 HtmlContainer HtmlContainer.addElement(java.lang.String str)
          Deprecated. Adds a string to an HtmlContainer.
 HtmlContainer HtmlContainer.addElement(java.lang.String newkey, java.lang.String str)
          Deprecated. Adds a string identified by the specified key 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 str, int pos)
          Deprecated. Inserts a string into an HtmlContainer at the specified index position.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, java.lang.String str, int pos)
          Deprecated. Inserts a string identified by the specified key 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 str, java.lang.String keyname)
          Deprecated. Inserts a string into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String newkey, java.lang.String str, java.lang.String keyname)
          Deprecated. Inserts a string identified by the specified key 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 str, int pos)
          Deprecated. Replaces whatever is at the specified index position with the specified string.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, java.lang.String str, int pos)
          Deprecated. Replaces whatever is at the specified index position with the specified string identified by the specified key.
 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 str, java.lang.String keystr)
          Deprecated. Replaces whatever is at the specified key location with the specified string.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String newkey, java.lang.String str, java.lang.String oldkey)
          Deprecated. Replaces whatever is at the specified key location with the specified string identified by the specified key.
 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.
 HtmlContainer HtmlContainer.removeElementAt(int pos)
          Deprecated. Removes whatever is at the specified index position.
 HtmlContainer HtmlContainer.removeElementAt(java.lang.String pos)
          Deprecated. Removes whatever is at the specified index position.
 


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.