Package com.vaadin.server
Class EncodeResult
- java.lang.Object
-
- com.vaadin.server.EncodeResult
-
- All Implemented Interfaces:
Serializable
public class EncodeResult extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncodeResult(JsonValue encodedValue)
EncodeResult(JsonValue encodedValue, JsonValue diff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonValue
getDiff()
JsonValue
getDiffOrValue()
JsonValue
getEncodedValue()
-