Class ActionComponentMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<Action,ActionBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseActionComponentMapper<Action,ActionBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.ActionComponentMapper
- All Implemented Interfaces:
ComponentMapper<Action,
ActionBean>
-
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
<ActionBean> Should be overridden in subclasses.map
(Action component, Component.Configuration configuration) Methods inherited from class ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper
getComponentType
-
Constructor Details
-
ActionComponentMapper
-
-
Method Details
-
map
- Specified by:
map
in interfaceComponentMapper<Action,
ActionBean> - Overrides:
map
in classBaseActionComponentMapper<Action,
ActionBean>
-
getBeanClass
Description copied from class:BaseComponentMapper
Should be overridden in subclasses.- Overrides:
getBeanClass
in classBaseActionComponentMapper<Action,
ActionBean> - Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClass
in interfaceComponentMapper<Action,
ActionBean> - Overrides:
getComponentClass
in classBaseActionComponentMapper<Action,
ActionBean>
-