com.vaadin.server.communication.

Class MetadataWriter

    • Constructor Detail

      • MetadataWriter

        public MetadataWriter()
    • Method Detail

      • write

        public void write​(UI ui,
                          Writer writer,
                          boolean repaintAll,
                          boolean async,
                          SystemMessages messages)
                   throws IOException

        Writes a JSON object containing metadata related to the given UI.

        Parameters:

        ui - The UI whose metadata to write.

        writer - The writer used.

        repaintAll - Whether the client should repaint everything.

        async - True if this message is sent by the server asynchronously, false if it is a response to a client message.

        messages - a SystemMessages containing client-side error messages.

        Throws:

        IOException - If the serialization fails.