Package info.aduna.webapp

Examples of info.aduna.webapp.Message


    try {
      model.put("repositoryInfos", server.getRepositoryInfos());
    }
    catch (RepositoryException e) {
      model.put("repositoryInfos", Collections.emptyList());
      model.put("message", new Message(Message.Type.WARN, "server.overview.repositoryInfoError"));
    }

    model.put("location", server.getLocation());

    return new ModelAndView("server/overview", model);
View Full Code Here

TOP

Related Classes of info.aduna.webapp.Message

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.