Package guideme.compiler.tags
Class ItemGridCompiler
java.lang.Object
guideme.compiler.tags.BlockTagCompiler
guideme.compiler.tags.ItemGridCompiler
- All Implemented Interfaces:
TagCompiler,Extension
-
Field Summary
Fields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompile(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) The tag names this compiler is responsible for.voidindex(IndexingContext indexer, guideme.libs.mdast.mdx.model.MdxJsxElementFields el, IndexingSink sink) Methods inherited from class guideme.compiler.tags.BlockTagCompiler
compileBlockContext, compileFlowContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
-
Constructor Details
-
ItemGridCompiler
public ItemGridCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompilerThe tag names this compiler is responsible for. -
compile
protected void compile(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compilein classBlockTagCompiler
-
index
public void index(IndexingContext indexer, guideme.libs.mdast.mdx.model.MdxJsxElementFields el, IndexingSink sink)
-