@Controller
public class AltairController
extends java.lang.Object
| Constructor and Description |
|---|
AltairController() |
| Modifier and Type | Method and Description |
|---|---|
void |
altair(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.util.Map<java.lang.String,java.lang.String> params) |
void |
onceConstructed() |
@PostConstruct
public void onceConstructed()
throws java.io.IOException
java.io.IOException@GetMapping(value="${altair.mapping:/altair}")
public void altair(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable
java.util.Map<java.lang.String,java.lang.String> params)
throws java.io.IOException
java.io.IOException