![JAR search and dependency download from the Maven repository](/logo.png)
xapi.ui.html.api.HtmlService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xapi-core-ui-html Show documentation
Show all versions of xapi-core-ui-html Show documentation
The core API for generating html from data models.
The newest version!
package xapi.ui.html.api;
import xapi.ui.api.StyleService;
public interface HtmlService {
HtmlSnippet toSnippet(Class> templateClass, Class extends T> cls, StyleService> buffer);
void injectStyle(Class> cls, StyleService> context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy