public class AdminUiInquirableWriter extends JavaClassWriter
Constructor and Description |
---|
AdminUiInquirableWriter(ServiceContractModel model,
String directory,
String rootPackage,
String servKey,
XmlType xmlType,
List<ServiceMethod> methods) |
Modifier and Type | Method and Description |
---|---|
static String |
calcClassName(String servKey,
String xmlTypeName) |
static String |
calcClassName(String servKey,
XmlType xmlType) |
static String |
calcDecoratorClassName(String servKey) |
static String |
calcPackage(String servKey,
String rootPackage,
XmlType xmlType) |
static String |
calcServiceConstantsPackage(XmlType xmlType) |
static String |
calcServiceContantsName(String serviceClass) |
void |
write()
Write out the entire file
|
static void |
writeServiceGetterAndSetter(JavaClassWriter out,
String serviceClass,
String serviceVar,
XmlType xmlType) |
closeBrace, getBody, getClassName, getDirectory, getFileName, getPackageName, getRootDirectory, importsAdd, indentPrintWrappedComment, openBrace, setPackageName, writeHeader, writeImports, writeJavaClassAndImportsOutToFile
decrementIndent, escapeXML, getIndent, getOut, incrementIndent, indent, indent, indentPrint, indentPrintln, print, println, setIndent, setOut, writeAttribute, writeComment, writeCommentBox, writeTag, writeTag
public AdminUiInquirableWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
public static String calcPackage(String servKey, String rootPackage, XmlType xmlType)
public static String calcClassName(String servKey, String xmlTypeName)
public static String calcClassName(String servKey, XmlType xmlType)
public static String calcDecoratorClassName(String servKey)
public void write()
out
- public static void writeServiceGetterAndSetter(JavaClassWriter out, String serviceClass, String serviceVar, XmlType xmlType)
public static String calcServiceContantsName(String serviceClass)
public static String calcServiceConstantsPackage(XmlType xmlType)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.