org.apache.shale.validator
Class Globals

java.lang.Object
  extended by org.apache.shale.validator.Globals

public class Globals
extends Object

Manifest constants that are global to the validator implementation.

$Id: Globals.java 418929 2006-07-04 06:57:45Z craigmcc $


Field Summary
static String DEFAULT_VALIDATOR_RULES
          Location of the default Validator configuration file.
static String VALIDATOR_RULES
          Context initialization parameter used to specify a comma delimited list of context relative resource paths to resources containing our validator configuration information.
 
Constructor Summary
Globals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATOR_RULES

public static final String VALIDATOR_RULES

Context initialization parameter used to specify a comma delimited list of context relative resource paths to resources containing our validator configuration information.

See Also:
Constant Field Values

DEFAULT_VALIDATOR_RULES

public static final String DEFAULT_VALIDATOR_RULES

Location of the default Validator configuration file. The rules in this file will be loaded if no "org.apache.shale.validator.VALIDATOR_RULES" context initialization parameter is supplied

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.