@SingletonDefault(implFor=ElementalService.class) public class ElementalServiceDefault extends StyleServiceDefault<ElementalService> implements ElementalService
METHOD_ENHANCE_MARKUP, METHOD_TO_ELEMENT, METHOD_TO_ELEMENT_BUILDER| Constructor and Description |
|---|
ElementalServiceDefault() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Element> |
asConverter() |
String |
enhanceMarkup(String markup) |
Lexer |
getLexer() |
<E extends Element> |
initialize(E element) |
void |
loadGoogleFonts(String... fonts) |
<E extends Element> |
newNode() |
<E extends Element> |
newNode(E node) |
<E extends Element> |
newNode(String tagname) |
void |
setLexer(Lexer lexer) |
<T,E extends Element> |
toElement(Class<? super T> cls,
Class<?> template,
T obj) |
<T,E extends Element> |
toElement(Class<? super T> cls,
T obj) |
<T,E extends Element> |
toElementBuilder(Class<? super T> cls) |
<T,E extends Element> |
toElementBuilder(Class<? super T> cls,
Class<?> template) |
addCss, css, flushCssclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCss, flushCsspublic <T,E extends Element> E toElement(Class<? super T> cls, T obj)
toElement in interface ElementalServicepublic <T,E extends Element> E toElement(Class<? super T> cls, Class<?> template, T obj)
toElement in interface ElementalServicepublic <T,E extends Element> ConvertsValue<T,PotentialNode<E>> toElementBuilder(Class<? super T> cls)
toElementBuilder in interface ElementalServicepublic <T,E extends Element> ConvertsValue<T,PotentialNode<E>> toElementBuilder(Class<? super T> cls, Class<?> template)
toElementBuilder in interface ElementalServicepublic void loadGoogleFonts(String... fonts)
loadGoogleFonts in interface ElementalServicepublic String enhanceMarkup(String markup)
enhanceMarkup in interface ElementalServicepublic Lexer getLexer()
public void setLexer(Lexer lexer)
setLexer in interface ElementalServicelexer - the lexer to setpublic <E extends Element> PotentialNode<E> newNode(String tagname)
newNode in interface ElementalServicepublic <E extends Element> PotentialNode<E> newNode(E node)
newNode in interface ElementalServicepublic <E extends Element> PotentialNode<E> newNode()
newNode in interface ElementalServicepublic <E extends Element> E initialize(E element)
initialize in interface ElementalServicepublic <E extends Element> ConvertsValue<E,E> asConverter()
asConverter in interface ElementalServiceCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.