Package org.adempiere.webui.factory
Interface IMappedFormFactory
-
- All Superinterfaces:
IMappedByNameFactory<ADForm>
- All Known Implementing Classes:
MappedFormFactory
public interface IMappedFormFactory extends IMappedByNameFactory<ADForm>
- Author:
- matheus.marcelino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
scan(org.osgi.framework.BundleContext context, String... packages)
Scan packages for class withForm
annotation and add mapping for it-
Methods inherited from interface org.adempiere.base.IMappedByNameFactory
addMapping, getSupplier, newInstance, removeMapping
-
-