com.sapportals.portal.prt.util.html
Class HtmlApplet
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlContainer
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
|
+--com.sapportals.portal.prt.util.html.HtmlApplet
- All Implemented Interfaces:
- IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable
- public class HtmlApplet
- extends HtmlContainerIdentifiableWithUniqueManager
HtmlApplet.java
Created: April 2000
- Version:
- $Revision: #3 $
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager |
addUniqueObject, addUniqueObject, destroy, getElementCount, getUniqueObject, getUniqueObjects, output, output, output, removeAllUniqueObjects, removeUniqueObject |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getHtmlElements, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HtmlApplet
public HtmlApplet()
outputAttributes
public void outputAttributes(java.lang.StringBuffer strbuf)
- Overrides:
outputAttributes in class HtmlAttributeContainer
outputAttributes
public void outputAttributes(java.io.PrintWriter out)
- Deprecated.
- Overrides:
outputAttributes in class HtmlAttributeContainer
- Following copied from interface:
com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
- Parameters:
writer -
outputAttributes
public void outputAttributes(java.io.Writer out)
- Overrides:
outputAttributes in class HtmlAttributeContainer
setName
public HtmlApplet setName(java.lang.String name)
- Parameters:
name - The name of the applet
setCodebase
public HtmlApplet setCodebase(java.lang.String codebase)
- Parameters:
codebase - the codebase of the applet
setScript
public HtmlApplet setScript()
- Parameters:
code - the code of the Applet
setArchive
public HtmlApplet setArchive(java.lang.String archive)
- Parameters:
code - the code of the Applet
setCode
public HtmlApplet setCode(java.lang.String code)
- Parameters:
code - the code of the Applet
addParam
public HtmlApplet addParam(java.lang.String name,
java.lang.String value)
- Parameters:
code - the code of the Applet