Package guideme.compiler.tags
Class ItemLinkCompiler
java.lang.Object
guideme.compiler.tags.FlowTagCompiler
guideme.compiler.tags.ItemLinkCompiler
- All Implemented Interfaces:
TagCompiler,Extension
-
Field Summary
Fields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompile(PageCompiler compiler, LytFlowParent parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) The tag names this compiler is responsible for.Methods inherited from class guideme.compiler.tags.FlowTagCompiler
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
onExtensionsBuiltMethods inherited from interface guideme.compiler.TagCompiler
index
-
Constructor Details
-
ItemLinkCompiler
public ItemLinkCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompilerThe tag names this compiler is responsible for. -
compile
public void compile(PageCompiler compiler, LytFlowParent parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compilein classFlowTagCompiler
-