Constant Field Values

Contents

org.apache.*

  • org.apache.velocity.convert.WebMacro 
    Modifier and Type Constant Field Value
    protected static final java.lang.String VM_EXT ".vm"
    protected static final java.lang.String WM_EXT ".wm"
  • org.apache.velocity.runtime.directive.DirectiveConstants 
    Modifier and Type Constant Field Value
    public static final int BLOCK 1
    public static final int LINE 2
  • org.apache.velocity.runtime.parser.node.ASTTextblock 
    Modifier and Type Constant Field Value
    public static final java.lang.String END "]]#"
    public static final java.lang.String START "#[["
  • org.apache.velocity.runtime.parser.node.MathUtils 
    Modifier and Type Constant Field Value
    protected static final int BASE_BIGDECIMAL 4
    protected static final int BASE_BIGINTEGER 3
    protected static final int BASE_DOUBLE 2
    protected static final int BASE_FLOAT 1
    protected static final int BASE_LONG 0
  • org.apache.velocity.texen.Generator 
    Modifier and Type Constant Field Value
    public static final java.lang.String OUTPUT_PATH "output.path"
    public static final java.lang.String TEMPLATE_PATH "template.path"
  • org.apache.velocity.util.introspection.IntrospectorCacheImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String CACHEDUMP_MSG "IntrospectorCache detected classloader change. Dumping cache."