org.kuali.rice.kew.xml.export
Class RuleAttributeXmlExporter

java.lang.Object
  extended by org.kuali.rice.kew.xml.export.RuleAttributeXmlExporter
All Implemented Interfaces:
XmlExporter

public class RuleAttributeXmlExporter
extends Object
implements XmlExporter

Exports RuleAttributes to XML.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
RuleAttribute

Field Summary
protected  org.apache.log4j.Logger LOG
           
private  XmlRenderer renderer
           
 
Constructor Summary
RuleAttributeXmlExporter()
           
 
Method Summary
 org.jdom.Element export(ExportDataSet exportDataSet)
           
private  void exportRuleAttribute(org.jdom.Element parent, RuleAttribute ruleAttribute)
           
 boolean supportPrettyPrint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected final org.apache.log4j.Logger LOG

renderer

private XmlRenderer renderer
Constructor Detail

RuleAttributeXmlExporter

public RuleAttributeXmlExporter()
Method Detail

supportPrettyPrint

public boolean supportPrettyPrint()
Specified by:
supportPrettyPrint in interface XmlExporter

export

public org.jdom.Element export(ExportDataSet exportDataSet)
Specified by:
export in interface XmlExporter

exportRuleAttribute

private void exportRuleAttribute(org.jdom.Element parent,
                                 RuleAttribute ruleAttribute)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.