public class GXHtmlString
extends GXHtmlTag
To create a new HTML string use GXHtmlTagFactory.intance().newHtmlString(...)
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
void |
recycle()
For internal use
|
void |
renderInto(StringBuffer result)
For internal use
|
void |
setTagName(String tagName)
Sets the concrete name of the tag
|
void |
setTagText(String htmlText)
Sets the tag's text.
|
public void setTagText(String htmlText)
htmlText
- HTML text of the tagpublic void recycle()
public void renderInto(StringBuffer result)
result
- public String getContent()
public void setTagName(String tagName)
tagName
- The name of the tagCopyright 2014 Software AG. All rights reserved. Use is subject to license terms.