| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.SinglePartElement
                    |
                    +--weblogic.html.CommentElement
A CommentElement is used to place comments within an HtmlPage. Note that multiple dashes ("------") inside a comment are not recommended, since browsers may try to truncate the comment (unless there are an even number of dashes in the interior of the comment) when encountering a set of two dashes ("--"), which signals the end of a comment.
| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
CommentElement()
Deprecated. Constructs an empty CommentElement.  | 
|
CommentElement(HtmlElement comment)
Deprecated. Constructs a CommentElement with the specified HtmlElement.  | 
|
CommentElement(java.lang.String comment)
Deprecated. Constructs a CommentElement with the specified string.  | 
|
| Method Summary | |
protected  java.lang.String | 
getHtmlCode()
Deprecated.  | 
protected  boolean | 
printBody()
Deprecated.  | 
protected  boolean | 
printCR()
Deprecated.  | 
protected  boolean | 
printEndingTag()
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, 
setBooleanAttribute, 
setBooleanAttribute, 
setClass, 
setDirection, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setId, 
setLang, 
setLocalVar, 
setQuotedAttribute, 
setStyle | 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public CommentElement()
public CommentElement(java.lang.String comment)
comment - Commentpublic CommentElement(HtmlElement comment)
comment - Comment| Method Detail | 
protected java.lang.String getHtmlCode()
protected boolean printEndingTag()
protected boolean printBody()
protected boolean printCR()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||