Class ReportComponentMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<Report,ReportBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseActionComponentMapper<Report,ReportBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.ReportComponentMapper
- All Implemented Interfaces:
ComponentMapper<Report,
ReportBean>
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper
textResources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<ReportBean> Should be overridden in subclasses.map
(Report component, Component.Configuration configuration) Methods inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper
getComponentType
-
Constructor Details
-
ReportComponentMapper
-
-
Method Details
-
map
- Specified by:
map
in interfaceComponentMapper<Report,
ReportBean> - Overrides:
map
in classBaseActionComponentMapper<Report,
ReportBean>
-
getBeanClass
Description copied from class:BaseComponentMapper
Should be overridden in subclasses.- Overrides:
getBeanClass
in classBaseActionComponentMapper<Report,
ReportBean> - Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClass
in interfaceComponentMapper<Report,
ReportBean> - Overrides:
getComponentClass
in classBaseActionComponentMapper<Report,
ReportBean>
-