| Package | Description |
|---|---|
| to.etc.domui.ajax | |
| to.etc.domui.annotations |
| Modifier and Type | Method and Description |
|---|---|
ResponseFormat |
RpcCallHandler.getDefaultFormat() |
ResponseFormat |
RpcMethodDefinition.getResponseFormat() |
ResponseFormat |
RpcClassDefinition.getResponseFormat() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IRpcCallContext.allocateOutput(Class<T> oc,
ResponseFormat rf) |
<T> T |
AjaxRequestContext.allocateOutput(Class<T> oc,
ResponseFormat rf) |
void |
RpcCallHandler.executeSingleCall(IRpcCallContext cb,
IParameterProvider pv,
String callsign,
ResponseFormat formatoverride)
This executes a single call.
|
Writer |
IRpcCallContext.getResponseWriter(ResponseFormat format,
String callname) |
Writer |
AjaxRequestContext.getResponseWriter(ResponseFormat format,
String callname) |
void |
RpcCallHandler.setDefaultResponseFormat(ResponseFormat rf) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseFormat |
ResponseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseFormat[] |
ResponseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 etc.to. All rights reserved.