|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.communication.ConnectorTypeWriter
public class ConnectorTypeWriter
Serializes connector type mappings to JSON.
| Constructor Summary | |
|---|---|
ConnectorTypeWriter()
|
|
| Method Summary | |
|---|---|
void |
write(UI ui,
java.io.Writer writer,
PaintTarget target)
Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector 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 ConnectorTypeWriter()
| Method Detail |
|---|
public void write(UI ui,
java.io.Writer writer,
PaintTarget target)
throws java.io.IOException
ui - The UI containing dirty connectorswriter - The Writer used to write the JSON.target - The paint target containing the connector type IDs.
java.io.IOException - If the serialization fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||