Uses of Interface
com.github.mustachejava.ObjectHandler

Packages that use ObjectHandler
com.github.mustachejava   
com.github.mustachejava.codes   
com.github.mustachejava.jruby   
com.github.mustachejava.reflect   
 

Uses of ObjectHandler in com.github.mustachejava
 

Methods in com.github.mustachejava that return ObjectHandler
 ObjectHandler MustacheFactory.getObjectHandler()
          The object handler knows how to transform names into fields and methods.
 ObjectHandler DefaultMustacheFactory.getObjectHandler()
           
 

Methods in com.github.mustachejava with parameters of type ObjectHandler
 void DefaultMustacheFactory.setObjectHandler(ObjectHandler oh)
           
 

Uses of ObjectHandler in com.github.mustachejava.codes
 

Fields in com.github.mustachejava.codes declared as ObjectHandler
protected  ObjectHandler DefaultCode.oh
           
 

Constructors in com.github.mustachejava.codes with parameters of type ObjectHandler
DefaultCode(TemplateContext tc, ObjectHandler oh, Mustache mustache, java.lang.String name, java.lang.String type)
           
 

Uses of ObjectHandler in com.github.mustachejava.jruby
 

Classes in com.github.mustachejava.jruby that implement ObjectHandler
 class JRubyObjectHandler
           
 

Uses of ObjectHandler in com.github.mustachejava.reflect
 

Classes in com.github.mustachejava.reflect that implement ObjectHandler
 class ReflectionObjectHandler
          Lookup objects using reflection and execute them the same way.
 

Constructors in com.github.mustachejava.reflect with parameters of type ObjectHandler
ReflectionWrapper(int scopeIndex, Wrapper[] wrappers, com.google.common.base.Predicate[] guard, java.lang.reflect.AccessibleObject method, java.lang.Object[] arguments, ObjectHandler oh)
           
 



Copyright © 2012. All Rights Reserved.