public class ExtDirectResponse extends BaseResponse
| Constructor and Description |
|---|
ExtDirectResponse() |
ExtDirectResponse(ExtDirectRequest directRequest) |
ExtDirectResponse(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
Class<?> |
getJsonView() |
String |
getMethod() |
Object |
getResult() |
int |
getTid() |
boolean |
isStreamResponse() |
void |
setJsonView(Class<?> jsonView) |
void |
setResult(Object result) |
void |
setStreamResponse(boolean streamResponse) |
String |
toString() |
getMessage, getType, getWhere, setMessage, setType, setWherepublic ExtDirectResponse()
public ExtDirectResponse(ExtDirectRequest directRequest)
public ExtDirectResponse(javax.servlet.http.HttpServletRequest request)
public String getAction()
public String getMethod()
public Object getResult()
public void setResult(Object result)
public int getTid()
public boolean isStreamResponse()
public void setStreamResponse(boolean streamResponse)
public Class<?> getJsonView()
public void setJsonView(Class<?> jsonView)
Copyright © 2010–2017. All rights reserved.