Uses of Class
to.etc.domui.annotations.ResponseFormat

Packages that use ResponseFormat
to.etc.domui.ajax   
to.etc.domui.annotations   
 

Uses of ResponseFormat in to.etc.domui.ajax
 

Methods in to.etc.domui.ajax that return ResponseFormat
 ResponseFormat RpcCallHandler.getDefaultFormat()
           
 ResponseFormat RpcMethodDefinition.getResponseFormat()
           
 ResponseFormat RpcClassDefinition.getResponseFormat()
           
 

Methods in to.etc.domui.ajax with parameters of type ResponseFormat
<T> T
AjaxRequestContext.allocateOutput(java.lang.Class<T> oc, ResponseFormat rf)
           
<T> T
IRpcCallContext.allocateOutput(java.lang.Class<T> oc, ResponseFormat rf)
           
 void RpcCallHandler.executeSingleCall(IRpcCallContext cb, IParameterProvider pv, java.lang.String callsign, ResponseFormat formatoverride)
          This executes a single call.
 java.io.Writer AjaxRequestContext.getResponseWriter(ResponseFormat format, java.lang.String callname)
           
 java.io.Writer IRpcCallContext.getResponseWriter(ResponseFormat format, java.lang.String callname)
           
 void RpcCallHandler.setDefaultResponseFormat(ResponseFormat rf)
           
 

Uses of ResponseFormat in to.etc.domui.annotations
 

Methods in to.etc.domui.annotations that return ResponseFormat
static ResponseFormat ResponseFormat.valueOf(java.lang.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.