Constant Field Values


Contents
org.apache.*

org.apache.velocity.convert.WebMacro
protected static final java.lang.String VM_EXT ".vm"
protected static final java.lang.String WM_EXT ".wm"

org.apache.velocity.io.VelocityWriter
public static final int DEFAULT_BUFFER -1
public static final int NO_BUFFER 0
public static final int UNBOUNDED_BUFFER -2

org.apache.velocity.runtime.configuration.org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
static final java.lang.String DELIMITER ","

org.apache.velocity.runtime.directive.Foreach
private static final int INFO_ARRAY 1
private static final int INFO_COLLECTION 4
private static final int INFO_ENUMERATION 5
private static final int INFO_ITERATOR 2
private static final int INFO_MAP 3
private static final int UNKNOWN -1

org.apache.velocity.runtime.directive.VMProxyArg
private final int GENERALSTATIC -1

org.apache.velocity.runtime.parser.TokenMgrError
static final int INVALID_LEXICAL_STATE 2
static final int LEXICAL_ERROR 0
static final int LOOP_DETECTED 3
static final int STATIC_LEXER_ERROR 1

org.apache.velocity.runtime.parser.VelocityCharStream
public static final boolean staticFlag 0

org.apache.velocity.runtime.parser.node.ASTReference
private static final int FORMAL_REFERENCE 2
private static final int NORMAL_REFERENCE 1
private static final int QUIET_REFERENCE 3
private static final int RUNT 4

org.apache.velocity.runtime.resource.Resource
protected static final long MILLIS_PER_SECOND 1000l

org.apache.velocity.runtime.resource.ResourceManagerImpl
public static final int RESOURCE_CONTENT 2
private static final java.lang.String RESOURCE_LOADER_IDENTIFIER "_RESOURCE_LOADER_IDENTIFIER_"
public static final int RESOURCE_TEMPLATE 1

org.apache.velocity.servlet.VelocityServlet
public static final java.lang.String CONTENT_TYPE "default.contentType"
public static final java.lang.String DEFAULT_CONTENT_TYPE "text/html"
public static final java.lang.String DEFAULT_OUTPUT_ENCODING "ISO-8859-1"
protected static final java.lang.String INIT_PROPS_KEY "properties"
public static final java.lang.String REQUEST "req"
public static final java.lang.String RESPONSE "res"

org.apache.velocity.test.AnakiaTestCase
private static final java.lang.String COMPARE_DIR "../test/anakia/compare"
private static final java.lang.String FILE_EXT ".html"
private static final java.lang.String RESULTS_DIR "../test/anakia/results"

org.apache.velocity.test.ClasspathResourceTest
private static final java.lang.String CMP_FILE_EXT "cmp"
private static final java.lang.String COMPARE_DIR "../test/cpload/compare"
private static final java.lang.String RESULT_FILE_EXT "res"
private static final java.lang.String RESULTS_DIR "../test/cpload/results"
private static final java.lang.String TMPL_FILE_EXT "vm"

org.apache.velocity.test.CommonsExtPropTestCase
private static final java.lang.String COMPARE_DIR "../test/configuration/compare"
private static final java.lang.String RESULTS_DIR "../test/configuration/results"
private static final java.lang.String TEST_CONFIG "../test/configuration/test.config"

org.apache.velocity.test.ConfigurationTestCase
private static final java.lang.String COMPARE_DIR "../test/configuration/compare"
private static final java.lang.String RESULTS_DIR "../test/configuration/results"
private static final java.lang.String TEST_CONFIG "../test/configuration/test.config"

org.apache.velocity.test.InlineScopeVMTestCase
private static final java.lang.String TEST_CASE_NAME "InlineScopeVMTestCase"

org.apache.velocity.test.MultiLoaderTestCase
private static final java.lang.String CMP_FILE_EXT "cmp"
private static final java.lang.String COMPARE_DIR "../test/multiloader/compare"
private static final java.lang.String FILE_RESOURCE_LOADER_PATH "../test/multiloader"
private static final java.lang.String RESULT_FILE_EXT "res"
private static final java.lang.String RESULTS_DIR "../test/multiloader/results"
private static final java.lang.String TMPL_FILE_EXT "vm"

org.apache.velocity.test.MultipleFileResourcePathTest
private static final java.lang.String CMP_FILE_EXT "cmp"
private static final java.lang.String COMPARE_DIR "../test/multi/compare"
private static final java.lang.String FILE_RESOURCE_LOADER_PATH1 "../test/multi/path1"
private static final java.lang.String FILE_RESOURCE_LOADER_PATH2 "../test/multi/path2"
private static final java.lang.String RESULT_FILE_EXT "res"
private static final java.lang.String RESULTS_DIR "../test/multi/results"
private static final java.lang.String TMPL_FILE_EXT "vm"

org.apache.velocity.test.org.apache.velocity.test.TestClassloader
private static final java.lang.String testclass "../test/classloader/Foo.class"

org.apache.velocity.test.TexenClasspathTestCase
private static final java.lang.String COMPARE_DIR "../test/texen-classpath/compare"
private static final java.lang.String RESULTS_DIR "../test/texen-classpath/results"

org.apache.velocity.test.TexenTestCase
private static final java.lang.String COMPARE_DIR "../test/texen/compare"
private static final java.lang.String RESULTS_DIR "../test/texen/results"

org.apache.velocity.texen.Generator
private static final java.lang.String DEFAULT_TEXEN_PROPERTIES "org/apache/velocity/texen/defaults/texen.properties"
public static final java.lang.String OUTPUT_PATH "output.path"
public static final java.lang.String TEMPLATE_PATH "template.path"

org.apache.velocity.texen.ant.Texen
private static final java.lang.String ERR_MSG_FRAGMENT ". For more information consult the velocity log, or invoke ant with the -debug flag."

org.apache.velocity.texen.ant.TexenTask
private static final java.lang.String ERR_MSG_FRAGMENT ". For more information consult the velocity log, or invoke ant with the -debug flag."

org.apache.velocity.util.introspection.Introspector
public static final java.lang.String CACHEDUMP_MSG "Introspector : detected classloader change. Dumping cache."



Copyright © 2001 Apache Software Foundation. All Rights Reserved.