@Controller
public class MvcRootController
extends java.lang.Object
| Constructor and Description |
|---|
MvcRootController(org.crazyyak.demo.common.app.domain.AccountStore accountStore) |
| Modifier and Type | Method and Description |
|---|---|
org.crazyyak.dev.webmvc.Viewable |
accessDenied() |
org.crazyyak.dev.webmvc.Viewable |
authenticationFailed() |
org.crazyyak.dev.webmvc.Viewable |
getDefaultPage() |
org.crazyyak.dev.webmvc.Viewable |
getSignedOut() |
@Autowired public MvcRootController(org.crazyyak.demo.common.app.domain.AccountStore accountStore)
@RequestMapping(value="/") public org.crazyyak.dev.webmvc.Viewable getDefaultPage()
@RequestMapping(value="/signed-out") public org.crazyyak.dev.webmvc.Viewable getSignedOut()
@RequestMapping(value="/auth-failed") public org.crazyyak.dev.webmvc.Viewable authenticationFailed()
@RequestMapping(value="/access-denied") public org.crazyyak.dev.webmvc.Viewable accessDenied()