com.opensymphony.module.sitemesh.html
public interface: Text [javadoc |
source]
All Known Implementing Classes:
Parser
Text returned by HTMLTagTokenizer.
| Method from com.opensymphony.module.sitemesh.html.Text Detail: |
public String getContents()
Get the complete contents of the text block, preserving original formatting.
This has a slight overhead in that it needs to construct a String. For improved performance, use writeTo() instead. |
public void writeTo(CharArray out)
Write out the complete contents of the text block, preserving original formatting. |