Package org.adempiere.webui.factory
Class DefaultAnnotationBasedFormFactory
- java.lang.Object
-
- org.adempiere.base.AnnotationBasedFactory
-
- org.adempiere.webui.factory.AnnotationBasedFormFactory
-
- org.adempiere.webui.factory.DefaultAnnotationBasedFormFactory
-
- All Implemented Interfaces:
IFormFactory
public final class DefaultAnnotationBasedFormFactory extends AnnotationBasedFormFactory
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description DefaultAnnotationBasedFormFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]
getPackages()
-
Methods inherited from class org.adempiere.webui.factory.AnnotationBasedFormFactory
activate, getConstructor, newFormInstance
-
Methods inherited from class org.adempiere.base.AnnotationBasedFactory
blockWhileScanning, getExecutorService, getMaxThreads, getScanFailureHandler, signalScanCompletion
-
-
-
-
Method Detail
-
getPackages
protected String[] getPackages()
- Specified by:
getPackages
in classAnnotationBasedFormFactory
-
-