ConfigController

public class ConfigController

Sends & receives configs to/from the UI.

Methods

getConfigs

public List<Config> getConfigs()

handleConfigNotFoundException

public String handleConfigNotFoundException(ConfigNotFoundException e)

handleException

public String handleException(Exception e)

setConfigService

public void setConfigService(ConfigService configService)

updateConfigs

public List<Config> updateConfigs(List<Config> configs)