|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.template.CmsProcessedString
Special class for String results returned in template engine.
Template objects should use this class instead of String
if they have written their results to the response output stream
theirselves (if the system is in streaming mode).
If an object doesn't care about HTTP streaming and simply generates a String for returning to the template engine, it really shouldn't make use of this class and return the original String.
| Constructor Summary | |
CmsProcessedString(byte[] b,
String encoding)
Constructor for a new CmsProcessedString object |
|
CmsProcessedString(String s)
Constructor for a new CmsProcessedString object |
|
| Method Summary | |
String |
toString()
Get back the original String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsProcessedString(String s)
public CmsProcessedString(byte[] b,
String encoding)
| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||