public class AjaxView extends Object implements org.nutz.mvc.View
| Constructor and Description |
|---|
AjaxView() |
AjaxView(boolean uc) |
AjaxView(String useCompact) |
| Modifier and Type | Method and Description |
|---|---|
org.nutz.json.JsonFormat |
getJsonFormat() |
void |
render(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Object obj) |
public AjaxView()
public AjaxView(boolean uc)
public AjaxView(String useCompact)
public org.nutz.json.JsonFormat getJsonFormat()
public void render(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Object obj)
throws IOException
render in interface org.nutz.mvc.ViewIOExceptionCopyright © 2017. All rights reserved.