org.drools.core.util.debug
Class SessionReporter

java.lang.Object
  extended by org.drools.core.util.debug.SessionReporter

public class SessionReporter
extends Object


Field Summary
protected static org.mvel2.templates.TemplateRegistry REPORT_REGISTRY
           
 
Constructor Summary
SessionReporter()
           
 
Method Summary
static void addNamedTemplate(String name, InputStream template)
           
static String generateReport(String ruleTemplate, StatefulKnowledgeSessionInfo session, Map<String,Object> vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORT_REGISTRY

protected static final org.mvel2.templates.TemplateRegistry REPORT_REGISTRY
Constructor Detail

SessionReporter

public SessionReporter()
Method Detail

generateReport

public static String generateReport(String ruleTemplate,
                                    StatefulKnowledgeSessionInfo session,
                                    Map<String,Object> vars)

addNamedTemplate

public static void addNamedTemplate(String name,
                                    InputStream template)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.