@Controller(value="webIndexController")
@RequestMapping(value="/web/conf/version/{versionId}/table/{tableId}/index")
public class IndexController
extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) IndexService |
indexService |
(package private) static org.slf4j.Logger |
logger |
(package private) TableService |
tableService |
| Constructor and Description |
|---|
IndexController() |
| Modifier and Type | Method and Description |
|---|---|
String |
delete(String versionId,
String tableId,
String indexId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
doAdd(String versionId,
String tableId,
EppdevIndex index,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
toAdd(String versionId,
String tableId,
org.springframework.ui.Model model) |
static org.slf4j.Logger logger
@Autowired IndexService indexService
@Autowired TableService tableService
@RequestMapping(value="/add/to") public String toAdd(@PathVariable(value="versionId") String versionId, @PathVariable(value="tableId") String tableId, org.springframework.ui.Model model)
@RequestMapping(value="/add/do") public String doAdd(@PathVariable(value="versionId") String versionId, @PathVariable(value="tableId") String tableId, EppdevIndex index, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Copyright © 2019. All rights reserved.