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
ConstructorsConstructorDescriptionT9nDictionaryNode(int lineNumber, colesico.framework.translation.TranslationKit translationKit, String dictName, String basePath) -
Method Summary
Methods inherited from class com.mitchellbosecke.pebble.node.AbstractRenderableNode
getLineNumber, setLineNumber
-
Constructor Details
-
T9nDictionaryNode
-
-
Method Details
-
render
public void render(com.mitchellbosecke.pebble.template.PebbleTemplateImpl pebbleTemplate, Writer writer, com.mitchellbosecke.pebble.template.EvaluationContextImpl context) throws IOException - Specified by:
renderin interfacecom.mitchellbosecke.pebble.node.RenderableNode- Specified by:
renderin classcom.mitchellbosecke.pebble.node.AbstractRenderableNode- Throws:
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
-