Class 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
      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 Detail

      • T9nDictionaryNode

        public T9nDictionaryNode​(int lineNumber,
                                 colesico.framework.translation.TranslationKit translationKit,
                                 java.lang.String dictName,
                                 java.lang.String basePath)
    • 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:
        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