Class T9nDictionaryNode

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

    Modifier and Type Method Description
    void accept​(com.mitchellbosecke.pebble.extension.NodeVisitor visitor)  
    void render​(com.mitchellbosecke.pebble.template.PebbleTemplateImpl pebbleTemplate, java.io.Writer writer, com.mitchellbosecke.pebble.template.EvaluationContextImpl context)  

    Methods inherited from class com.mitchellbosecke.pebble.node.AbstractRenderableNode

    getLineNumber, setLineNumber

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • T9nDictionaryNode

      public T9nDictionaryNode​(int lineNumber, colesico.framework.translation.TranslationKit translationKit, java.lang.String dictName, java.lang.String basePath)
  • Method Details

    • 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:
      render in interface com.mitchellbosecke.pebble.node.RenderableNode
      Specified by:
      render in class com.mitchellbosecke.pebble.node.AbstractRenderableNode
      Throws:
      java.io.IOException
    • accept

      public void accept​(com.mitchellbosecke.pebble.extension.NodeVisitor visitor)
      Specified by:
      accept in interface com.mitchellbosecke.pebble.node.Node
      Specified by:
      accept in class com.mitchellbosecke.pebble.node.AbstractRenderableNode