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 Integration implementation.


Field Summary
static String DEFAULT_VALIDATOR_RULES
          Location of the default Validator configuration file.
static String VALIDATOR_ACTIONS
          Application scope attribute under which we store a Map of arrays of ShaleValidatorAction instances, keyed by the logical name of the Commons Validator action to be executed.
static String VALIDATOR_RESOURCES
          Application scope attribute under which we store the Commons Validator resources that have been configured.
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

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

VALIDATOR_ACTIONS

public static final String VALIDATOR_ACTIONS

Application scope attribute under which we store a Map of arrays of ShaleValidatorAction instances, keyed by the logical name of the Commons Validator action to be executed.

See Also:
Constant Field Values

VALIDATOR_RESOURCES

public static final String VALIDATOR_RESOURCES

Application scope attribute under which we store the Commons Validator resources that have been configured.

See Also:
Constant Field Values

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
Constructor Detail

Globals

public Globals()


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