|
SAP NetWeaver '04 | |||||||||
| 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
HtmlAttributeContainer.java Created: Thu Mar 22 11:21:18 2001
| Field Summary | |
protected static String |
EQUALS_BEGIN
|
protected static String |
EQUALS_END
|
protected Hashtable |
m_attributes
Html non standard properties in the container. |
protected static String |
SPACE
|
| Constructor Summary | |
protected |
HtmlAttributeContainer()
|
| Method Summary | |
IHtmlAttributeContainer |
addAttribute(String propName,
String value)
Add a property to the container |
IHtmlAttributeContainer |
appendToAttribute(String propName,
String value)
Append the value to an existing/newly created property in the container |
void |
destroy()
|
Hashtable |
getAttributes()
Get the value of m_attributes. |
void |
outputAttributes(PrintWriter writer)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer writer)
|
IHtmlAttributeContainer |
removeAttribute(String propName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlOutputable |
getElementCount, output, output, output, toString |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlBase |
getTag, requireClosingTag, requireClosingTag, setTag |
| Field Detail |
protected static final String SPACE
protected static final String EQUALS_BEGIN
protected static final String EQUALS_END
protected Hashtable m_attributes
| Constructor Detail |
protected HtmlAttributeContainer()
| Method Detail |
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContainerpublic void outputAttributes(PrintWriter writer)
outputAttributes in interface IHtmlAttributeContainerwriter - public void outputAttributes(Writer writer)
outputAttributes in interface IHtmlAttributeContainerpublic Hashtable getAttributes()
getAttributes in interface IHtmlAttributeContainer
public IHtmlAttributeContainer appendToAttribute(String propName,
String value)
appendToAttribute in interface IHtmlAttributeContainer
public IHtmlAttributeContainer addAttribute(String propName,
String value)
IHtmlAttributeContainer
addAttribute in interface IHtmlAttributeContainerpublic IHtmlAttributeContainer removeAttribute(String propName)
removeAttribute in interface IHtmlAttributeContainerpublic void destroy()
destroy in interface IHtmlOutputable
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||