public class AdminUiLookupableWriter extends JavaClassWriter
Constructor and Description |
---|
AdminUiLookupableWriter(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 ServiceMethod |
findSearchMethod(XmlType xmlType,
List<ServiceMethod> methods) |
void |
write()
Write out the entire file
|
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 AdminUiLookupableWriter(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 ServiceMethod findSearchMethod(XmlType xmlType, List<ServiceMethod> methods)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.