org.kuali.student.datadictionary.util
Class DictionaryFormatter

java.lang.Object
  extended by 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)
           
 
Method Summary
static String escapeXML(String s)
           
 void formatForHtml(String projectVersion, String formattedDate)
           
static void writeFooter(PrintStream out)
           
static void writeHeader(PrintStream out, String title)
           
static void writeTag(PrintStream out, String tag, String value)
           
static void writeTag(PrintStream out, String tag, String modifiers, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryFormatter

public DictionaryFormatter(org.kuali.rice.krad.datadictionary.DataObjectEntry doe,
                           Map<String,org.kuali.rice.krad.datadictionary.DataObjectEntry> beansOfType,
                           String beanId,
                           String outputFileName)
Method Detail

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–2014 The Kuali Foundation. All rights reserved.