Package com.dianping.cat.report.task.notify.render

Examples of com.dianping.cat.report.task.notify.render.ProblemRender.visitProblemReport()


  }

  @Override
  public String renderReport(ProblemReport report) {
    ProblemRender entity = new ProblemRender(report.getStartTime(), report.getDomain(), m_ip);
    entity.visitProblemReport(report);

    Map<Object, Object> root = entity.getRenderResult();
    StringWriter sw = new StringWriter(5000);

    try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.