|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.communication.ClientRpcWriter
public class ClientRpcWriter
Serializes client RPC
invocations to JSON.
Constructor Summary | |
---|---|
ClientRpcWriter()
|
Method Summary | |
---|---|
void |
write(UI ui,
java.io.Writer writer)
Writes a JSON object containing all pending client RPC invocations in the given UI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientRpcWriter()
Method Detail |
---|
public void write(UI ui, java.io.Writer writer) throws java.io.IOException
ui
- The UI
whose RPC calls to write.writer
- The Writer
used to write the JSON.
java.io.IOException
- If the serialization fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |