Uses of Class
org.devacfr.maven.skins.reflow.snippet.SnippetComponent
-
Packages that use SnippetComponent Package Description org.devacfr.maven.skins.reflow.snippet -
-
Uses of SnippetComponent in org.devacfr.maven.skins.reflow.snippet
Classes in org.devacfr.maven.skins.reflow.snippet with type parameters of type SnippetComponent Modifier and Type Class Description classSnippetComponent<T extends SnippetComponent<T>>Methods in org.devacfr.maven.skins.reflow.snippet that return SnippetComponent Modifier and Type Method Description static SnippetComponent<?>SnippetComponent. createSnippet(org.jsoup.nodes.Element element, Component<?> parent, SnippetComponent.Type type)protected SnippetComponent<?>Component. getRootParent()protected SnippetComponent<?>SnippetComponent. getRootParent()Get the root parentSnippetComponent.Methods in org.devacfr.maven.skins.reflow.snippet with parameters of type SnippetComponent Modifier and Type Method Description protected voidSnippetContext. mergeTemplate(SnippetComponent<?> component, org.apache.velocity.context.Context contextParent, Writer writer)Merges the template for the given component.protected StringSnippetContext. renderComponent(SnippetComponent<?> component, org.apache.velocity.context.Context context)
-