|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IToJavaScript
Mark with and implement this interface on any class you want to make JS-serializeable by the ISC server engine.
| Method Summary | |
|---|---|
void |
toJavaScript(java.io.Writer out)
Deprecated. Translate to some reasonable javascript literal |
| Method Detail |
|---|
void toJavaScript(java.io.Writer out)
throws UnconvertableException,
java.io.IOException
out - Write your javascript translation of this object to this writer.
UnconvertableException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||