to.etc.domui.ajax
Interface IRpcCallContext
- All Known Implementing Classes:
- AjaxRequestContext
public interface IRpcCallContext
createHandlerClass
<T> T createHandlerClass(java.lang.Class<T> clz)
throws java.lang.Exception
- Throws:
java.lang.Exception
hasRight
boolean hasRight(java.lang.String roles)
getResponseWriter
java.io.Writer getResponseWriter(ResponseFormat format,
java.lang.String callname)
throws java.lang.Exception
- Throws:
java.lang.Exception
allocateOutput
<T> T allocateOutput(java.lang.Class<T> oc,
ResponseFormat rf)
throws java.lang.Exception
- Throws:
java.lang.Exception
outputCompleted
void outputCompleted(java.lang.Object output)
throws java.lang.Exception
- Throws:
java.lang.Exception