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

xapi.ui.html.api.HtmlService Maven / Gradle / Ivy

The newest version!
package xapi.ui.html.api;

import xapi.ui.api.StyleService;


public interface HtmlService {

   HtmlSnippet toSnippet(Class templateClass, Class cls, StyleService buffer);

  void injectStyle(Class cls, StyleService context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy