Class BackofficePresenterCreator
java.lang.Object
de.knightsoftnet.gwtp.spring.annotation.processor.AbstractBackofficeCreator<BackofficeClientGenerator>
de.knightsoftnet.gwtp.spring.annotation.processor.BackofficePresenterCreator
public class BackofficePresenterCreator
extends AbstractBackofficeCreator<BackofficeClientGenerator>
Create gwtp presenter class.
-
Field Summary
FieldsFields 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) 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
-
Field Details
-
CLASS_SUFFIX
- See Also:
-
-
Constructor Details
-
BackofficePresenterCreator
public BackofficePresenterCreator()
-
-
Method Details
-
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>
-