| 
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.EmbedElement
Use an EmbedElement to insert an arbitrary object directly into an HTML page. Embedded objects are supported in some browsers by application-specific plug-ins.
| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
EmbedElement(java.lang.String url)
Deprecated. Constructs an EmbedElement with the specified URL.  | 
|
| Method Summary | |
protected  java.lang.String | 
getHtmlCode()
Deprecated.  | 
protected  boolean | 
printBody()
Deprecated.  | 
protected  boolean | 
printCR()
Deprecated.  | 
protected  boolean | 
printEndingTag()
Deprecated.  | 
 EmbedElement | 
setAutostart(boolean start)
Deprecated. Sets the AUTOSTART attribute for an EmbedElement.  | 
 EmbedElement | 
setHeight(int pixels)
Deprecated. Sets the HEIGHT attribute for an EmbedElement.  | 
 EmbedElement | 
setHidden(boolean hidden)
Deprecated. Sets the HIDDEN attribute for an EmbedElement.  | 
 EmbedElement | 
setName(java.lang.String name)
Deprecated. Sets the NAME attribute for an EmbedElement.  | 
 EmbedElement | 
setSrc(java.lang.String url)
Deprecated. Sets the SRC of an EmbedElement to the specified URL.  | 
 EmbedElement | 
setWidth(int pixels)
Deprecated. Sets the WIDTH attribute for an EmbedElement.  | 
| 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 EmbedElement(java.lang.String url)
url - URL of the object| Method Detail | 
protected java.lang.String getHtmlCode()
protected boolean printCR()
protected boolean printEndingTag()
protected boolean printBody()
public EmbedElement setSrc(java.lang.String url)
url - URL of the objectpublic EmbedElement setHeight(int pixels)
pixels - Heightpublic EmbedElement setWidth(int pixels)
pixels - Widthpublic EmbedElement setName(java.lang.String name)
name - Name of embedded objectpublic EmbedElement setHidden(boolean hidden)
hidden - True if the EmbedElement should be hiddenpublic EmbedElement setAutostart(boolean start)
start - True if autostart should be true
  | 
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 | |||||||||