Class CommandLinkCompiler
java.lang.Object
guideme.compiler.tags.FlowTagCompiler
guideme.compiler.tags.CommandLinkCompiler
- All Implemented Interfaces:
TagCompiler, Extension
Runs a command when clicked.
-
Field Summary
Fields inherited from interface TagCompiler
EXTENSION_POINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompile(PageCompiler compiler, LytFlowParent 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 FlowTagCompiler
compileBlockContext, compileFlowContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Extension
onExtensionsBuilt
-
Constructor Details
-
CommandLinkCompiler
public CommandLinkCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompilerThe tag names this compiler is responsible for. -
compile
protected void compile(PageCompiler compiler, LytFlowParent parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compilein classFlowTagCompiler
-
index
public void index(IndexingContext indexer, guideme.libs.mdast.mdx.model.MdxJsxElementFields el, IndexingSink sink)
-