BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.StringElement

Packages that use StringElement
weblogic.html   
 

Uses of StringElement in weblogic.html
 

Fields in weblogic.html declared as StringElement
protected  StringElement TableDataElement.contents
           
 

Methods in weblogic.html that return StringElement
 StringElement TableDataElement.getContents()
          Gets the contents of a TableDataElement as a StringElement.
 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.replace(java.lang.String oldstr, HtmlElement elem)
          Replaces a string in a StringElement with the string representation of an HtmlElement.
 StringElement StringElement.replace(java.lang.String oldstr, java.lang.String newstr)
          Replaces a string with a new string in a StringElement.
 StringElement StringElement.setContents(java.lang.String val)
          Sets the contents of a StringElement to the specified value.
 StringElement StringElement.setContentsWithFile(java.lang.String filename)
          Sets the contents of a StringElement to the contents of the specified filename.
 StringElement StringElement.escape()
          Escapes a StringElement using HTML entities.
 


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