DashboardController

public class DashboardController

Main application controller. Responsible for retrieving information shared across the UI of different modules. The view returned by this controller will embed the UI of the currently requested module.

Methods

accessdenied

public ModelAndView accessdenied(HttpServletRequest request)

getTime

public String getTime(HttpServletRequest request)

getUptime

public DateTime getUptime()

getUser

public UserInfo getUser(HttpServletRequest request)

index

public ModelAndView index(HttpServletRequest request)

setBundleContext

public void setBundleContext(BundleContext bundleContext)

setLocaleService

public void setLocaleService(LocaleService localeService)

setStartupManager

public void setStartupManager(StartupManager startupManager)