org.kuali.student.contract.model.util
Class HtmlContractServiceWriter

java.lang.Object
  extended by org.kuali.student.contract.model.util.HtmlContractServiceWriter

public class HtmlContractServiceWriter
extends Object

Author:
nwright

Field Summary
private  ModelFinder finder
           
private  ServiceContractModel model
           
private  Service service
           
private  HtmlWriter writer
           
 
Constructor Summary
HtmlContractServiceWriter(Service service, String directory, ServiceContractModel model)
           
 
Method Summary
private  String addHTMLBreaks(String str)
           
private  String calcIncludedServices(List<String> includedServices)
           
private  Set<XmlType> calcMainMessageStructures()
           
static Set<XmlType> calcMainMessageStructures(ServiceContractModel mdl, String serviceOptionaFilter)
           
private static String stripListFromType(String type)
           
 void write()
           
 void writeMethod(ServiceMethod method)
           
 void writeStyleSheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

private Service service

writer

private HtmlWriter writer

model

private ServiceContractModel model

finder

private ModelFinder finder
Constructor Detail

HtmlContractServiceWriter

public HtmlContractServiceWriter(Service service,
                                 String directory,
                                 ServiceContractModel model)
Method Detail

write

public void write()

calcIncludedServices

private String calcIncludedServices(List<String> includedServices)

calcMainMessageStructures

private Set<XmlType> calcMainMessageStructures()

calcMainMessageStructures

public static Set<XmlType> calcMainMessageStructures(ServiceContractModel mdl,
                                                     String serviceOptionaFilter)

addHTMLBreaks

private String addHTMLBreaks(String str)

writeMethod

public void writeMethod(ServiceMethod method)

stripListFromType

private static String stripListFromType(String type)

writeStyleSheet

public void writeStyleSheet()


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.