|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
An interface to content tools. The content is returned by the toString method when referring to a Content implementation in a template context.
| Method Summary | |
|---|---|
Content |
clear()
Clears the content. |
CharSequence |
get()
Gets the content. |
String |
getTarget()
The the current content processing target. |
String |
getTargetEncoding()
The the content processing target encoding. |
Writer |
getTargetWriter()
Gets the content processing target writer. |
CharSequence |
set(CharSequence content)
Sets the content. |
String |
toString()
Converts the content into a string and returns the result. |
| Method Detail |
|---|
CharSequence get()
CharSequence set(CharSequence content)
content - the content.
Content clear()
String toString()
toString in class ObjectString getTarget()
String getTargetEncoding()
Writer getTargetWriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||