Uses of Interface
org.stringtemplate.v4.AttributeRenderer

Packages that use AttributeRenderer
org.stringtemplate.v4   
 

Uses of AttributeRenderer in org.stringtemplate.v4
 

Classes in org.stringtemplate.v4 that implement AttributeRenderer
 class DateRenderer
          A renderer for java.util.Date and Calendar objects.
 class NumberRenderer
          Works with Byte, Short, Integer, Long, and BigInteger as well as Float, Double, and BigDecimal.
 class StringRenderer
          This render knows to perform a few operations on String objects: upper, lower, cap, url-encode, xml-encode.
 

Fields in org.stringtemplate.v4 with type parameters of type AttributeRenderer
protected  Map<Class,AttributeRenderer> STGroup.renderers
          A dictionary that allows people to register a renderer for a particular kind of object for any template evaluated relative to this group.
protected  Map<Class,AttributeRenderer> STGroup.typeToRendererCache
          Cache exact attribute type to renderer object
 

Methods in org.stringtemplate.v4 that return AttributeRenderer
 AttributeRenderer STGroup.getAttributeRenderer(Class attributeType)
          Get renderer for class T associated with this group.
 

Methods in org.stringtemplate.v4 with parameters of type AttributeRenderer
 void STGroup.registerRenderer(Class attributeType, AttributeRenderer r)
          Register a renderer for all objects of a particular "kind" for all templates evaluated relative to this group.
 void STGroup.registerRenderer(Class attributeType, AttributeRenderer r, boolean recursive)
           
 



Copyright © 2011. All Rights Reserved.