public class Globals extends Object
Manifest constants that are global to the Validator Integration implementation.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Globals() |
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
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.
public static final String VALIDATOR_RESOURCES
Application scope attribute under which we store the Commons Validator resources that have been configured.
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.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.