@Controller @RequestMapping(value="/plugin/genomebrowser") public class GenomebrowserController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
BROWSERLINKS |
static String |
CHAINS |
static String |
COORDSYSTEM |
static String |
ID |
static String |
INITLOCATION |
static String |
KARYOTYPEENDPOINT |
MutationService |
mutationService |
static String |
SEARCHENDPOINT |
static String |
SOURCES |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
GenomebrowserController(MolgenisSettings molgenisSettings,
MutationService service) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getAll(javax.servlet.http.HttpServletResponse response,
String mutationId,
String segmentId) |
String |
init(org.springframework.ui.Model model) |
getId, getUripublic static final String ID
public static final String URI
public static final String INITLOCATION
public static final String COORDSYSTEM
public static final String CHAINS
public static final String SOURCES
public static final String BROWSERLINKS
public static final String SEARCHENDPOINT
public static final String KARYOTYPEENDPOINT
public MutationService mutationService
@Autowired public GenomebrowserController(MolgenisSettings molgenisSettings, MutationService service)
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model)
@RequestMapping(method=GET,
value="/data",
produces="application/json")
@ResponseBody
public List<Map<String,String>> getAll(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="mutation",required=false)
String mutationId,
@RequestParam(value="segment",required=true)
String segmentId)
throws ParseException,
DatabaseException,
IOException
Copyright © 2013. All Rights Reserved.