@Controller
@RequestMapping(value="/",
produces="text/html")
public class IndexController
extends Object
| Constructor and Description |
|---|
IndexController() |
| Modifier and Type | Method and Description |
|---|---|
void |
toShopAdmin(javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/")
public void toShopAdmin(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.