BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.HtmlException

Packages that use HtmlException
weblogic.html   
 

Uses of HtmlException in weblogic.html
 

Methods in weblogic.html that throw HtmlException
 HtmlContainer HtmlElement.asHtmlContainer()
          Returns an HtmlElement as an HtmlContainer.
 StringElement StringElement.replaceWithElement(java.lang.String oldstr, java.lang.String classname)
          Replaces a string in a StringElement with a SinglePartElement or one of its subclasses specified by the classname.
 StringElement StringElement.setContentsWithFile(java.lang.String filename)
          Sets the contents of a StringElement to the contents of the specified filename.
 HtmlContainer HtmlContainer.insertElementAt(HtmlElement elem, java.lang.String keyname)
          Inserts an HtmlElement into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.insertElementAt(java.lang.String str, java.lang.String keyname)
          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)
          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)
          Inserts an HtmlElement identified by the specified key into an HtmlContainer at the specified key location.
 HtmlContainer HtmlContainer.replaceElementAt(HtmlElement elem, java.lang.String keystr)
          Replaces whatever is at the specified key location with the specified HtmlElement.
 HtmlContainer HtmlContainer.replaceElementAt(java.lang.String str, java.lang.String keystr)
          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)
          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)
          Replaces whatever is at the specified key location with the specified HtmlElement identified by the specified key.
 java.lang.String HtmlContainer.getKeyAt(int pos)
          Gets the keyname at the specified index position.
 

Constructors in weblogic.html that throw HtmlException
LiteralElement.LiteralElement(DataSet ds)
          Constructs a LiteralElement with the specified DataSet.
LiteralElement.LiteralElement(DataSet ds, boolean with_heading)
          Constructs a LiteralElement with the specified DataSet and uses column headings to set widths and specify headings.
 


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