We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.communication.
Class LegacyUidlWriter
- java.lang.Object
-
- com.vaadin.server.communication.LegacyUidlWriter
-
All Implemented Interfaces:
public class LegacyUidlWriter extends Object implements Serializable
Serializes legacy UIDL changes to JSON.
Since:
7.1
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor Description LegacyUidlWriter()
-
Method Summary
All Methods Modifier and Type Method Description void
write(UI ui, Writer writer, PaintTarget target)
Writes a JSON array containing the changes of all dirty
LegacyComponent
s in the given UI.
-
-
-
Method Detail
-
write
public void write(UI ui, Writer writer, PaintTarget target) throws IOException
Writes a JSON array containing the changes of all dirty
LegacyComponent
s in the given UI.Parameters:
ui
- TheUI
whose legacy changes to writewriter
- TheWriter
to write the JSON withtarget
- ThePaintTarget
to useThrows:
IOException
- If the serialization fails.
-
-