|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.validator.Globals
public class Globals
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 |
---|
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.
Constructor Detail |
---|
public Globals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |