|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
public class HtmlScript
HtmlScript.java Created: Thu Nov 04 14:46:14 1999
| Field Summary | |
|---|---|
protected boolean |
m_deferred
IF the script is deferred |
protected String |
m_event
Which event is catched |
protected String |
m_for
For which object the script is dedicated. |
protected String |
m_language
The language used byte the script. |
protected String |
m_src
Source |
protected String |
m_type
The type of the script |
protected 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(String src)
|
|
| Method Summary | |
|---|---|
boolean |
getDeferred()
Get the value of m_deferred. |
String |
getEvent()
Get the value of m_event. |
String |
getFor()
Get the value of m_for. |
String |
getLanguage()
Get the value of m_language. |
String |
getSrc()
Get the value of m_src. |
String |
getType()
Get the value of m_type. |
void |
getUniqueHtmlCode(PrintWriter writer)
Deprecated. |
void |
getUniqueHtmlCode(StringBuffer strbuf)
|
void |
getUniqueHtmlCode(Writer writer)
|
String |
getUniqueId()
Get the value of m_uniqueId. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlScript |
setDeferred(boolean v)
Set the value of m_deferred. |
HtmlScript |
setEvent(String v)
Set the value of m_event. |
HtmlScript |
setFor(String v)
Set the value of m_for. |
HtmlScript |
setLanguage(String v)
Set the value of m_language. |
HtmlScript |
setSrc(String v)
Set the value of m_src. |
HtmlScript |
setType(String v)
Set the value of m_type. |
void |
setUniqueId(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, addIsThreadXHTMLCompliant, appendToAttribute, getAttributes, isThreadXHTMLCompliant, removeAttribute, removeIsThreadXHTMLCompliant |
| 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 String m_uniqueId
protected String m_language
protected String m_src
protected String m_type
protected String m_for
protected String m_event
protected boolean m_deferred
| Constructor Detail |
|---|
public HtmlScript(String src)
public HtmlScript()
| Method Detail |
|---|
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(PrintWriter out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(Writer out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic String getUniqueId()
getUniqueId in interface IHtmlUniqueObjectpublic void setUniqueId(String v)
v - Value to assign to m_uniqueId.public void getUniqueHtmlCode(StringBuffer strbuf)
getUniqueHtmlCode in interface IHtmlUniqueObjectpublic void getUniqueHtmlCode(PrintWriter writer)
getUniqueHtmlCode in interface IHtmlUniqueObjectpublic void getUniqueHtmlCode(Writer writer)
getUniqueHtmlCode in interface IHtmlUniqueObjectpublic String getLanguage()
public HtmlScript setLanguage(String v)
v - Value to assign to m_language.public String getSrc()
public HtmlScript setSrc(String v)
v - Value to assign to m_src.public String getType()
public HtmlScript setType(String v)
v - Value to assign to m_type.public String getFor()
public HtmlScript setFor(String v)
v - Value to assign to m_for.public String getEvent()
public HtmlScript setEvent(String v)
v - Value to assign to m_event.public boolean getDeferred()
public HtmlScript setDeferred(boolean v)
v - Value to assign to m_deferred.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||