|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.communication.LegacyUidlWriter
public class LegacyUidlWriter
Serializes legacy UIDL changes to JSON.
| Constructor Summary | |
|---|---|
LegacyUidlWriter()
|
|
| Method Summary | |
|---|---|
void |
write(UI ui,
java.io.Writer writer,
PaintTarget target)
Writes a JSON array containing the changes of all dirty LegacyComponents 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 LegacyUidlWriter()
| Method Detail |
|---|
public void write(UI ui,
java.io.Writer writer,
PaintTarget target)
throws java.io.IOException
LegacyComponents in the given UI.
ui - The UI whose legacy changes to writewriter - The Writer to write the JSON withtarget - The PaintTarget to use
java.io.IOException - If the serialization fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||