Uses of Interface
com.github.mustachejava.Code
-
Packages that use Code Package Description com.github.mustachejava com.github.mustachejava.codes com.github.mustachejava.reflect -
-
Uses of Code in com.github.mustachejava
Subinterfaces of Code in com.github.mustachejava Modifier and Type Interface Description interfaceMustacheThe interface to Mustache objectsClasses in com.github.mustachejava that implement Code Modifier and Type Class Description (package private) static classSpecMustacheVisitor.SpecPartialCode(package private) static classSpecMustacheVisitor.SpecValueCodeFields in com.github.mustachejava declared as Code Modifier and Type Field Description private static Code[]DefaultMustacheVisitor. EMPTY_CODESprivate static CodeDefaultMustacheVisitor. EOFFields in com.github.mustachejava with type parameters of type Code Modifier and Type Field Description protected java.util.List<Code>DefaultMustacheVisitor. listMethods in com.github.mustachejava that return Code Modifier and Type Method Description Code[]Code. getCodes()Code[]Mustache. getCodes()Get the underlying code objects.CodePragmaHandler. handle(TemplateContext tc, java.lang.String pragma, java.lang.String args)Methods in com.github.mustachejava with parameters of type Code Modifier and Type Method Description BindingObjectHandler. createBinding(java.lang.String name, TemplateContext tc, Code code)Each call site has its own binding to allow for fine grained caching without a separate parallel hierarchy of objects.BindingTypeCheckingHandler. createBinding(java.lang.String name, TemplateContext tc, Code code)voidCode. setCodes(Code[] codes)voidMustache. setCodes(Code[] codes)Change the underlying codes of the mustache implementation.Method parameters in com.github.mustachejava with type arguments of type Code Modifier and Type Method Description java.lang.ObjectCode. clone(java.util.Set<Code> seen) -
Uses of Code in com.github.mustachejava.codes
Classes in com.github.mustachejava.codes that implement Code Modifier and Type Class Description classCommentCodeclassDefaultCodeSimplest possible code implementaion with some default shared behaviorclassDefaultMustacheDefault MustacheclassExtendCheckNameCodeName a section: {{$name}}...{{/name}}classExtendCodeExtending a template through in-place replacement of the overridden codes.classExtendNameCodeName a section: {{$name}}...{{/name}}classIterableCodeclassNotIterableCodeRuns the enclosed template once if the value is falsey.classPartialCodeclassValueCodeOutput a valueclassWriteCodeWrite template text.Fields in com.github.mustachejava.codes declared as Code Modifier and Type Field Description private Code[]DefaultMustache. codesMethods in com.github.mustachejava.codes that return Code Modifier and Type Method Description Code[]DefaultCode. getCodes()Code[]DefaultMustache. getCodes()Code[]PartialCode. getCodes()private Code[]ExtendCode. replaceCodes(Code[] supercodes, java.util.Map<java.lang.String,ExtendNameCode> replaceMap, java.util.Set<Code> seen)Methods in com.github.mustachejava.codes with parameters of type Code Modifier and Type Method Description private Code[]ExtendCode. replaceCodes(Code[] supercodes, java.util.Map<java.lang.String,ExtendNameCode> replaceMap, java.util.Set<Code> seen)voidDefaultCode. setCodes(Code[] newcodes)voidDefaultMustache. setCodes(Code[] newcodes)voidPartialCode. setCodes(Code[] newcodes)Method parameters in com.github.mustachejava.codes with type arguments of type Code Modifier and Type Method Description java.lang.ObjectDefaultCode. clone(java.util.Set<Code> seen)private Code[]ExtendCode. replaceCodes(Code[] supercodes, java.util.Map<java.lang.String,ExtendNameCode> replaceMap, java.util.Set<Code> seen)Constructors in com.github.mustachejava.codes with parameters of type Code Constructor Description DefaultMustache(TemplateContext tc, DefaultMustacheFactory df, Code[] codes, java.lang.String name) -
Uses of Code in com.github.mustachejava.reflect
Fields in com.github.mustachejava.reflect declared as Code Modifier and Type Field Description private CodeGuardedBinding. codeMethods in com.github.mustachejava.reflect with parameters of type Code Modifier and Type Method Description abstract BindingBaseObjectHandler. createBinding(java.lang.String name, TemplateContext tc, Code code)BindingReflectionObjectHandler. createBinding(java.lang.String name, TemplateContext tc, Code code)BindingSimpleObjectHandler. createBinding(java.lang.String name, TemplateContext tc, Code code)Constructors in com.github.mustachejava.reflect with parameters of type Code Constructor Description GuardedBinding(ObjectHandler oh, java.lang.String name, TemplateContext tc, Code code)
-