org.kuali.student.datadictionary.util
Class DictionaryFormatter
java.lang.Object
org.kuali.student.datadictionary.util.DictionaryFormatter
public class DictionaryFormatter
- extends Object
Constructor Summary |
DictionaryFormatter(org.kuali.rice.krad.datadictionary.DataObjectEntry doe,
Map<String,org.kuali.rice.krad.datadictionary.DataObjectEntry> beansOfType,
String beanId,
String outputFileName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryFormatter
public DictionaryFormatter(org.kuali.rice.krad.datadictionary.DataObjectEntry doe,
Map<String,org.kuali.rice.krad.datadictionary.DataObjectEntry> beansOfType,
String beanId,
String outputFileName)
formatForHtml
public void formatForHtml(String projectVersion,
String formattedDate)
writeHeader
public static void writeHeader(PrintStream out,
String title)
writeFooter
public static void writeFooter(PrintStream out)
writeTag
public static void writeTag(PrintStream out,
String tag,
String value)
writeTag
public static void writeTag(PrintStream out,
String tag,
String modifiers,
String value)
escapeXML
public static String escapeXML(String s)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.