All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.h5.collector.IItemProvider Maven / Gradle / Ivy

Go to download

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 createItems(T srcInstance, Map context);
    String getName();
    void check(BeanCollector, T> caller);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy