|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.HtmlScript
HtmlScript.java Created: Thu Nov 04 14:46:14 1999
| Field Summary | |
protected boolean |
m_deferred
IF the script is deferred |
protected java.lang.String |
m_event
Which event is catched |
protected java.lang.String |
m_for
For which object the script is dedicated. |
protected java.lang.String |
m_language
The language used byte the script. |
protected java.lang.String |
m_src
Source |
protected java.lang.String |
m_type
The type of the script |
protected java.lang.String |
m_uniqueId
The unique identifier of the script. |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
m_htmlElements |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
EQUALS_BEGIN, EQUALS_END, m_attributes, SPACE |
| Constructor Summary | |
HtmlScript()
|
|
HtmlScript(java.lang.String src)
|
|
| Method Summary | |
boolean |
getDeferred()
Get the value of m_deferred. |
java.lang.String |
getEvent()
Get the value of m_event. |
java.lang.String |
getFor()
Get the value of m_for. |
java.lang.String |
getLanguage()
Get the value of m_language. |
java.lang.String |
getSrc()
Get the value of m_src. |
java.lang.String |
getType()
Get the value of m_type. |
void |
getUniqueHtmlCode(java.io.PrintWriter writer)
Deprecated. |
void |
getUniqueHtmlCode(java.lang.StringBuffer strbuf)
|
void |
getUniqueHtmlCode(java.io.Writer writer)
|
java.lang.String |
getUniqueId()
Get the value of m_uniqueId. |
void |
outputAttributes(java.io.PrintWriter out)
Deprecated. |
void |
outputAttributes(java.lang.StringBuffer strbuf)
|
void |
outputAttributes(java.io.Writer out)
|
HtmlScript |
setDeferred(boolean v)
Set the value of m_deferred. |
HtmlScript |
setEvent(java.lang.String v)
Set the value of m_event. |
HtmlScript |
setFor(java.lang.String v)
Set the value of m_for. |
HtmlScript |
setLanguage(java.lang.String v)
Set the value of m_language. |
HtmlScript |
setSrc(java.lang.String v)
Set the value of m_src. |
HtmlScript |
setType(java.lang.String v)
Set the value of m_type. |
void |
setUniqueId(java.lang.String v)
Set the value of m_uniqueId. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable |
destroy, setID |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getElementCount, getHtmlElements, output, output, output, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
getTag, hasTag, requireClosingTag, requireClosingTag, setClass, setStyle, setTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
addAttribute, appendToAttribute, getAttributes, removeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlOutputable |
destroy, getElementCount, output, output, output, toString |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable |
setClass |
| Field Detail |
protected java.lang.String m_uniqueId
protected java.lang.String m_language
protected java.lang.String m_src
protected java.lang.String m_type
protected java.lang.String m_for
protected java.lang.String m_event
protected boolean m_deferred
| Constructor Detail |
public HtmlScript(java.lang.String src)
public HtmlScript()
| Method Detail |
public void outputAttributes(java.lang.StringBuffer strbuf)
outputAttributes in class HtmlAttributeContainerpublic void outputAttributes(java.io.PrintWriter out)
outputAttributes in class HtmlAttributeContainercom.sapportals.portal.prt.util.html.IHtmlAttributeContainerwriter - public void outputAttributes(java.io.Writer out)
outputAttributes in class HtmlAttributeContainerpublic java.lang.String getUniqueId()
getUniqueId in interface IHtmlUniqueObjectpublic void setUniqueId(java.lang.String v)
v - Value to assign to m_uniqueId.public void getUniqueHtmlCode(java.lang.StringBuffer strbuf)
getUniqueHtmlCode in interface IHtmlUniqueObjectpublic void getUniqueHtmlCode(java.io.PrintWriter writer)
getUniqueHtmlCode in interface IHtmlUniqueObjectcom.sapportals.portal.prt.util.html.IHtmlUniqueObjectwriter - public void getUniqueHtmlCode(java.io.Writer writer)
getUniqueHtmlCode in interface IHtmlUniqueObjectpublic java.lang.String getLanguage()
public HtmlScript setLanguage(java.lang.String v)
v - Value to assign to m_language.public java.lang.String getSrc()
public HtmlScript setSrc(java.lang.String v)
v - Value to assign to m_src.public java.lang.String getType()
public HtmlScript setType(java.lang.String v)
v - Value to assign to m_type.public java.lang.String getFor()
public HtmlScript setFor(java.lang.String v)
v - Value to assign to m_for.public java.lang.String getEvent()
public HtmlScript setEvent(java.lang.String v)
v - Value to assign to m_event.public boolean getDeferred()
public HtmlScript setDeferred(boolean v)
v - Value to assign to m_deferred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||