Package | Description |
---|---|
com.google.gwt.rpc.client.ast | |
com.google.gwt.rpc.client.impl | |
com.google.gwt.rpc.server |
Contains the server-side APIs for deRPC.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanValueCommand
Encapsulates a boolean value in the command stream.
|
class |
ByteValueCommand
Encapsulates a boolean value in the command stream.
|
class |
CharValueCommand
Encapsulates a boolean value in the command stream.
|
class |
DoubleValueCommand
Encapsulates a boolean value in the command stream.
|
class |
FloatValueCommand
Encapsulates a boolean value in the command stream.
|
class |
IdentityValueCommand
Represents a hierarchy of value types that must maintain distinct object
identity on the client.
|
class |
IntValueCommand
Encapsulates a int value in the command stream.
|
class |
LongValueCommand
Encapsulates a long value in the command stream.
|
class |
NullValueCommand
Represents a null or undefined value on the client.
|
class |
ScalarValueCommand
Represents a type hierarchy of values that do not maintain object identity on
the client.
|
class |
ShortValueCommand
Encapsulates a short value in the command stream.
|
class |
StringValueCommand
Encapsulates a string value in the command stream.
|
Modifier and Type | Method and Description |
---|---|
ValueCommand |
ThrowCommand.getThrownValue() |
ValueCommand |
SetCommand.getValue() |
Modifier and Type | Method and Description |
---|---|
List<ValueCommand> |
ArrayValueCommand.getComponentValues() |
List<ValueCommand> |
ReturnCommand.getValues() |
List<ValueCommand> |
InvokeCustomFieldSerializerCommand.getValues() |
List<ValueCommand> |
ThrowCommand.getValues() |
List<ValueCommand> |
HasValues.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
ArrayValueCommand.add(ValueCommand x) |
void |
ReturnCommand.addValue(ValueCommand value) |
void |
InvokeCustomFieldSerializerCommand.addValue(ValueCommand value) |
void |
ThrowCommand.addValue(ValueCommand value) |
void |
HasValues.addValue(ValueCommand value) |
void |
InstantiateCommand.set(Class<?> fieldDeclClass,
String fieldName,
ValueCommand value) |
void |
InvokeCustomFieldSerializerCommand.set(Class<?> fieldDeclClass,
String fieldName,
ValueCommand value) |
void |
HasSetters.set(Class<?> fieldDeclClass,
String fieldName,
ValueCommand value) |
Constructor and Description |
---|
SetCommand(Class<?> fieldDeclClass,
String field,
ValueCommand value) |
Modifier and Type | Method and Description |
---|---|
protected abstract ValueCommand |
CommandSerializationStreamWriterBase.makeValue(Class<?> type,
Object value) |
protected ValueCommand |
CommandClientSerializationStreamWriter.makeValue(Class<?> type,
Object value)
Type is passed in to handle primitive types.
|
Modifier and Type | Method and Description |
---|---|
ValueCommand |
SimplePayloadDecoder.getThrownValue()
Returns the thrown value, if any.
|
protected ValueCommand |
CommandServerSerializationStreamWriter.makeValue(Class<?> type,
Object value)
Type is passed in to handle primitive types.
|
ValueCommand |
CommandSerializationUtil.Accessor.makeValueCommand(Object value) |
Modifier and Type | Method and Description |
---|---|
List<ValueCommand> |
SimplePayloadDecoder.getValues()
Returns the values encoded in the payload.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandServerSerializationStreamReader.prepareToRead(List<ValueCommand> commands) |
Copyright © 2018. All rights reserved.