@Controller @RequestMapping(value="/notebook") public class NotebookController extends Object
| Constructor and Description |
|---|
NotebookController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBase() |
void |
getNotebookForDataset(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NotebookParamsBean params,
org.springframework.validation.BindingResult validationResult) |
@RequestMapping(value="**")
public void getNotebookForDataset(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NotebookParamsBean params,
org.springframework.validation.BindingResult validationResult)
throws Exception
Exceptionprotected String getBase()