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)

getStatus

public List<StatusData> getStatus()

getUser

public UserInfo getUser(HttpServletRequest request)

index

public ModelAndView index(HttpServletRequest request)

isInboundChannelActive

public boolean isInboundChannelActive()

setEventConsumerInfo

public void setEventConsumerInfo(EventConsumerInfo eventConsumerInfo)

setLocaleService

public void setLocaleService(LocaleService localeService)

setStartupManager

public void setStartupManager(StartupManager startupManager)