public class X_Html extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
injectCss(Class<?> cls,
StyleService<?> context) |
static <T> String |
toHtml(Class<?> template,
Class<? extends T> cls,
T o,
StyleService<?> context) |
static <T> String |
toHtml(Class<? extends T> cls,
T o,
StyleService<?> context) |
static <T> HtmlSnippet<T> |
toSnippet(Class<?> templateClass,
Class<? extends T> cls,
StyleService<?> context) |
static <T> HtmlSnippet<T> |
toSnippet(Class<? extends T> cls,
StyleService<?> context) |
public static <T> String toHtml(Class<?> template, Class<? extends T> cls, T o, StyleService<?> context)
public static <T> String toHtml(Class<? extends T> cls, T o, StyleService<?> context)
public static <T> HtmlSnippet<T> toSnippet(Class<? extends T> cls, StyleService<?> context)
public static <T> HtmlSnippet<T> toSnippet(Class<?> templateClass, Class<? extends T> cls, StyleService<?> context)
public static void injectCss(Class<?> cls, StyleService<?> context)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.