com.github.mustachejava.codes
Class ExtendNameCode

java.lang.Object
  extended by com.github.mustachejava.codes.DefaultCode
      extended by com.github.mustachejava.codes.ExtendNameCode
All Implemented Interfaces:
Code

public class ExtendNameCode
extends DefaultCode

Name a section: {{$name}}...{{/name}}


Field Summary
 
Fields inherited from class com.github.mustachejava.codes.DefaultCode
appended, inited, logger, mustache, name, notfound, oh, returnThis, tc, type, wrapper
 
Constructor Summary
ExtendNameCode(TemplateContext templateContext, DefaultMustacheFactory cf, Mustache mustache, java.lang.String variable)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class com.github.mustachejava.codes.DefaultCode
addScope, append, appendText, execute, execute, get, getCodes, identity, init, runCodes, runIdentity, setCodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendNameCode

public ExtendNameCode(TemplateContext templateContext,
                      DefaultMustacheFactory cf,
                      Mustache mustache,
                      java.lang.String variable)
Method Detail

getName

public java.lang.String getName()


Copyright © 2012. All Rights Reserved.