- java.lang.Object
-
- com.mitchellbosecke.pebble.node.AbstractRenderableNode
-
- colesico.framework.pebble.internal.T9nDictionaryNode
-
- All Implemented Interfaces:
com.mitchellbosecke.pebble.node.Node,com.mitchellbosecke.pebble.node.RenderableNode
public final class T9nDictionaryNode extends com.mitchellbosecke.pebble.node.AbstractRenderableNode- Author:
- Vladlen Larionov
-
-
Constructor Summary
Constructors Constructor Description T9nDictionaryNode(int lineNumber, colesico.framework.translation.TranslationKit translationKit, java.lang.String dictName, java.lang.String basePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(com.mitchellbosecke.pebble.extension.NodeVisitor visitor)voidrender(com.mitchellbosecke.pebble.template.PebbleTemplateImpl pebbleTemplate, java.io.Writer writer, com.mitchellbosecke.pebble.template.EvaluationContextImpl context)
-
-
-
Method Detail
-
render
public void render(com.mitchellbosecke.pebble.template.PebbleTemplateImpl pebbleTemplate, java.io.Writer writer, com.mitchellbosecke.pebble.template.EvaluationContextImpl context) throws java.io.IOException- Specified by:
renderin interfacecom.mitchellbosecke.pebble.node.RenderableNode- Specified by:
renderin classcom.mitchellbosecke.pebble.node.AbstractRenderableNode- Throws:
java.io.IOException
-
accept
public void accept(com.mitchellbosecke.pebble.extension.NodeVisitor visitor)
- Specified by:
acceptin interfacecom.mitchellbosecke.pebble.node.Node- Specified by:
acceptin classcom.mitchellbosecke.pebble.node.AbstractRenderableNode
-
-