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, String dictName, String basePath)  
    • Constructor Detail

      • T9nDictionaryNode

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

      • render

        public void render​(com.mitchellbosecke.pebble.template.PebbleTemplateImpl pebbleTemplate,
                           Writer writer,
                           com.mitchellbosecke.pebble.template.EvaluationContextImpl context)
                    throws IOException
        Specified by:
        render in interface com.mitchellbosecke.pebble.node.RenderableNode
        Specified by:
        render in class com.mitchellbosecke.pebble.node.AbstractRenderableNode
        Throws:
        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