1 package org.openkilda.controller;
3 import org.springframework.stereotype.Controller;
4 import org.springframework.web.bind.annotation.RequestMapping;
5 import org.springframework.web.servlet.ModelAndView;
7 import javax.servlet.http.HttpServletRequest;
18 @RequestMapping(
value =
"/topology")
30 public ModelAndView
topology(
final HttpServletRequest request) {
static final String TOPOLOGY
static final String MENU_TOPOLOGY
ModelAndView topology(final HttpServletRequest request)