@Controller public class HomeController extends AbstractController
| Modifier and Type | Field and Description |
|---|---|
static String |
HOME_VIEW_ID |
BY_ID_DELETE_MAPPING, BY_ID_EDIT_MAPPING, BY_ID_MAPPING, EDIT_MAPPING, log, NEW_MAPPING, USER_MAPPING, USERS_MAPPING| Constructor and Description |
|---|
HomeController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
home() |
String |
login() |
org.springframework.web.servlet.ModelAndView |
logout() |
accountHasMoreThanOneOwner, createRedirectMav, destroy, formatUserUrl, getAdminRole, getOwnerRole, getUserRole, handleException, init, setError, setError, setFailureFeedback, setSuccessFeedback, setUserRightspublic static final String HOME_VIEW_ID
@RequestMapping(value={"/index.html","/","","/home.html","/index","/home"})
public org.springframework.web.servlet.ModelAndView home()
@RequestMapping(value="/logout") public org.springframework.web.servlet.ModelAndView logout()
@RequestMapping(value="/login") public String login()
Copyright © 2009–2019 DuraSpace. All rights reserved.