
de.tsl2.nano.h5.collector.IItemProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.h5 Show documentation
Show all versions of tsl2.nano.h5 Show documentation
TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)
The newest version!
package de.tsl2.nano.h5.collector;
import java.util.Collection;
import java.util.Map;
import de.tsl2.nano.bean.def.BeanCollector;
public interface IItemProvider {
@SuppressWarnings("rawtypes")
T createItem(T srcInstance, Map context);
Collection extends T> createItems(T srcInstance, Map context);
String getName();
void check(BeanCollector, T> caller);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy