Class BackofficeLocalPropertyCreator
java.lang.Object
de.knightsoftnet.gwtp.spring.annotation.processor.AbstractBackofficeCreator<BackofficeClientGenerator>
de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeLocalPropertyCreator
public class BackofficeLocalPropertyCreator
extends AbstractBackofficeCreator<BackofficeClientGenerator>
Create localization property file.
-
Field Summary
Fields inherited from class de.knightsoftnet.gwtp.spring.annotation.processor.AbstractBackofficeCreator
suffix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAdditionalImports(String serverPackage, Element element, BackofficeClientGenerator annotationInterface) protected voidwriteBody(PrintWriter out, String serverPackage, Element element, BackofficeClientGenerator annotationInterface, ProcessingEnvironment processingEnv) voidwriteProperty(Element element, String language, ProcessingEnvironment processingEnv) write property file.Methods inherited from class de.knightsoftnet.gwtp.spring.annotation.processor.AbstractBackofficeCreator
addImport, addImport, addImports, addImports, firstPartOfPath, firstTwoPartsOfPath, getEntityNameOfElement, getEnumName, getFields, getPackageOfElement, getSuffix, hasEnum, isEnum, writeClassOrInterface, writeImports
-
Constructor Details
-
BackofficeLocalPropertyCreator
public BackofficeLocalPropertyCreator()
-
-
Method Details
-
writeProperty
write property file. -
addAdditionalImports
protected void addAdditionalImports(String serverPackage, Element element, BackofficeClientGenerator annotationInterface) - Specified by:
addAdditionalImportsin classAbstractBackofficeCreator<BackofficeClientGenerator>
-
writeBody
protected void writeBody(PrintWriter out, String serverPackage, Element element, BackofficeClientGenerator annotationInterface, ProcessingEnvironment processingEnv) - Specified by:
writeBodyin classAbstractBackofficeCreator<BackofficeClientGenerator>
-