org.webmacro
Class WMConstants

java.lang.Object
  |
  +--org.webmacro.WMConstants

public final class WMConstants
extends java.lang.Object


Field Summary
static java.lang.String TEMPLATE_INPUT_ENCODING
           
static java.lang.String TEMPLATE_LOCALE
           
static java.lang.String TEMPLATE_OUTPUT_ENCODING
           
static java.lang.String WEBMACRO_DEFAULTS_FILE
          name of the default properties file
static java.lang.String WEBMACRO_LOCAL_FILE
          name of the local properties file.
static java.lang.String WEBMACRO_PROPERTIES_FILE
          name of the properties file
 
Constructor Summary
WMConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_OUTPUT_ENCODING

public static final java.lang.String TEMPLATE_OUTPUT_ENCODING

TEMPLATE_INPUT_ENCODING

public static final java.lang.String TEMPLATE_INPUT_ENCODING

TEMPLATE_LOCALE

public static final java.lang.String TEMPLATE_LOCALE

WEBMACRO_LOCAL_FILE

public static final java.lang.String WEBMACRO_LOCAL_FILE
name of the local properties file. Only limited properties are read from this (currently to do with file encodings)

WEBMACRO_DEFAULTS_FILE

public static final java.lang.String WEBMACRO_DEFAULTS_FILE
name of the default properties file

WEBMACRO_PROPERTIES_FILE

public static final java.lang.String WEBMACRO_PROPERTIES_FILE
name of the properties file
Constructor Detail

WMConstants

public WMConstants()