A B C D E F G H I K L M N O P R S T V W X

A

addFailure(ValidationFailure) - Method in exception org.iscreen.ObjectValidationException
Add a failure to this exception.
addFailure(ValidationFailure) - Method in exception org.iscreen.ValidationException
Add a failure to this exception.
addFieldEntry(String) - Method in class org.iscreen.ValidationTrace
 
addItem(String, String) - Method in class org.iscreen.DocumentationIterator
 
addIterator(DocumentationIterator) - Method in class org.iscreen.DocumentationIterator
 
addMapping(String, String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Adds a mapping for mapping the object being validated to the beanToValidate object (that the Validator created).
addMapping(String, String) - Method in class org.iscreen.mvel.MvelConfiguredValidator
Adds a mapping for mapping the object being validated to the beanToValidate object (that the Validator created).
addMapping(String, String) - Method in class org.iscreen.ognl.OgnlConfiguredValidator
Adds a mapping for mapping the object being validated to the beanToValidate object (that the Validator created).
addMessage(String, String) - Method in class org.iscreen.impl.ConfiguredResource
Adds an individual message as a resource, available via its key.
addMessage(XmlFailureMessage) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
addMessage(String, MvelMessage) - Method in class org.iscreen.mvel.MvelMessage
Adds an additional message.
addMessage(String, OgnlMessage) - Method in class org.iscreen.ognl.OgnlMessage
Adds an additional message.
addMessage(String, String) - Method in class org.iscreen.ValidationFailureImpl
Adds a named message.
addMessages(Map) - Method in class org.iscreen.ValidationFailureImpl
Adds a map of messages to the set of messages that can be retrieved from getMessage( messageName ).
addMetaToValidationSet(String, String, String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Adds meta information about a validation set.
addRawFailures(List, ValidationService) - Method in class org.iscreen.impl.DefaultValidatorContext
Adds "raw" failures (which is a List of ValidationFailure objects) to the existing set of failures.
addRawFailures(List, ValidationService) - Method in interface org.iscreen.impl.InternalValidatorContext
Adds "raw" failures (which is a List of ValidationFailure objects) to the existing set of failures.
addResourceFile(String) - Method in class org.iscreen.impl.ConfiguredResource
Adds a resource bundle based upon its classpath location.
addResourceFiles(Set) - Method in class org.iscreen.impl.ConfiguredResource
Adds a Set of resource bundle locations (Set of String objects).
addService(String, Object) - Method in class org.iscreen.ValidationFactoryConfig
Adds a service to those already defined for the factory.
addServiceEntry(String) - Method in class org.iscreen.ValidationTrace
 
addStaticProperty(String, Object) - Method in class org.iscreen.impl.BaseConfiguredValidator
Adds a "static" property to set on the underlying Validator.
addStaticProperty(String, Object) - Method in class org.iscreen.mvel.MvelConfiguredValidator
Adds a "static" property to set on the underlying Validator.
addStaticProperty(String, Object) - Method in class org.iscreen.ognl.OgnlConfiguredValidator
Adds a "static" property to set on the underlying Validator.
addValidationException(ValidationException) - Method in exception org.iscreen.ValidationException
 
addValidationSetToSet(String, String, boolean, String, String, String, String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Adds a validation set reference call to a validation set.
addValidationSetToSet(String, String, boolean, String, String, String, String) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Adds a validation set reference call to a validation set.
addValidationSetToSet(String, String, boolean, String, String, String, String) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Adds a validation set reference call to a validation set.
addValidatorToSet(String, String, String, String, boolean, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Adds a 'use-validator' to a Validation Set.
addValidatorToSet(String, String, String, String, boolean, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Adds a 'use-validator' to a Validation Set.
addValidatorToSet(String, String, String, String, boolean, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Adds a 'use-validator' to a Validation Set.
addValidatorWrapper(ValidatorWrapper) - Method in class org.iscreen.impl.DefaultValidationService
Adds a validator wrapper, which is used to call the contained validator.
allowNull - Variable in class org.iscreen.validators.RegularExpressionValidator
 

B

BaseConfiguredValidator - Class in org.iscreen.impl
This base class represents a wrapper around a validator that handles the actual call to the validator.
BaseConfiguredValidator() - Constructor for class org.iscreen.impl.BaseConfiguredValidator
Default constructor.
BaseValidationService - Class in org.iscreen.impl
This is the base class implementation of the ValidationService interface.
BaseValidationService(String, Locale) - Constructor for class org.iscreen.impl.BaseValidationService
Constructor taking unique id.
BaseValidator - Class in org.iscreen
This abstract class acts as a base class for custom validators.
BaseValidator() - Constructor for class org.iscreen.BaseValidator
 
bean - Variable in class org.iscreen.impl.ContextBean
 
buildFactory(String, String, Locale, Map) - Static method in class org.iscreen.ValidationFactory
Builds a registered factory.
buildFactory(String, String, Map) - Static method in class org.iscreen.ValidationFactory
Builds a registered factory.

C

configLocation - Variable in class org.iscreen.ValidationFactory
 
configLocation - Variable in class org.iscreen.ValidationFactoryConfig
 
ConfigurationException - Exception in org.iscreen
This is an unchecked, runtime exception that is thrown when a programmer's error is detected (such as invalid configuration), etc.
ConfigurationException() - Constructor for exception org.iscreen.ConfigurationException
Default constructor.
ConfigurationException(String) - Constructor for exception org.iscreen.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.iscreen.ConfigurationException
 
ConfiguredResource - Class in org.iscreen.impl
Represents a Resource that includes its configuration.
ConfiguredResource() - Constructor for class org.iscreen.impl.ConfiguredResource
Default constructor.
configureValidator(MvelConfiguredValidator, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Handles the actual configuration of a Validator, whether via registration or by adding one to a Validation Set.
configureValidator(OgnlConfiguredValidator, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Handles the actual configuration of a Validator, whether via registration or by adding one to a Validation Set.
constructBeanToValidate() - Method in class org.iscreen.BaseValidator
 
constructBeanToValidate() - Method in interface org.iscreen.Validator
This is called prior to calling the validate() method.
constructBeanToValidate() - Method in class org.iscreen.validators.DateRangeValidator
 
constructContext(ContextBean, Locale) - Method in class org.iscreen.impl.BaseValidationService
This can be over-written by sub-classes, but it's not really necessary, since this service requires a particular implementation of the ValidatorContext.
constructContextBean(Object) - Method in class org.iscreen.impl.BaseValidationService
This can be over-written by sub-classes, but it's not really necessary, since this service requires an OGNL root object.
constructMessage(String, Object) - Static method in class org.iscreen.ognl.OgnlMessage
Searches through the template and replaces all ${} with the evaluation of their OGNL expressions.
containingService - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
ContextBean - Class in org.iscreen.impl
This class represents the JavaBean that's used to evaluate OGNL expressions.
ContextBean() - Constructor for class org.iscreen.impl.ContextBean
Default constructor.
contextBean - Variable in class org.iscreen.impl.DefaultValidatorContext
 
contextBean - Variable in class org.iscreen.mvel.MvelMessage
 
convertDoc(Object, String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Convert the documentation text using the embedded markers.
convertDoc(Object, String) - Method in class org.iscreen.mvel.MvelConfiguredValidator
 
convertDoc(Object, String) - Method in class org.iscreen.ognl.OgnlConfiguredValidator
 
createNewContext(ContextBean, Locale, InternalValidatorContext) - Method in class org.iscreen.impl.ValidationServiceValidator
Constructs a new context for the validation set being called.
CRITICAL - Static variable in interface org.iscreen.ValidationFailure
Severity level of critical.
currentIndex - Variable in class org.iscreen.DocumentationIterator
 

D

DateFormatValidator - Class in org.iscreen.validators
This validator checks the format of the input String to verify that it conforms to the proper format.
DateFormatValidator() - Constructor for class org.iscreen.validators.DateFormatValidator
Default constructor.
DateRangeValidator - Class in org.iscreen.validators
The date range validator checks a "from" date to a "to" date to ensure that the "to" date is equal to or after the "from" date.
DateRangeValidator() - Constructor for class org.iscreen.validators.DateRangeValidator
Default constructor.
DateRangeValidator.BeanToValidate - Class in org.iscreen.validators
 
DateRangeValidator.BeanToValidate() - Constructor for class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
declared - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
declared - Variable in class org.iscreen.impl.DefaultValidationService
 
DEFAULT_FROM - Static variable in class org.iscreen.mvel.MvelConfiguredValidator
 
DEFAULT_FROM - Static variable in class org.iscreen.ognl.OgnlConfiguredValidator
 
DEFAULT_MAP - Static variable in class org.iscreen.mvel.MvelValidationServiceValidator
 
DEFAULT_MAP - Static variable in class org.iscreen.ognl.OgnlValidationServiceValidator
 
DEFAULT_META - Static variable in class org.iscreen.impl.xml.XmlServiceFactory
 
DEFAULT_TO - Static variable in class org.iscreen.mvel.MvelConfiguredValidator
 
DEFAULT_TO - Static variable in class org.iscreen.ognl.OgnlConfiguredValidator
 
defaultFailure - Variable in class org.iscreen.BaseValidator
 
defaultLocale - Variable in class org.iscreen.impl.BaseValidationService
 
defaultLocale - Variable in class org.iscreen.ValidationFactory
 
defaultLocale - Variable in class org.iscreen.ValidationFactoryConfig
 
DefaultValidationService - Class in org.iscreen.impl
This is a "default" implementation of the ValidationService interface that can be configured to act as a full implementation of the service.
DefaultValidationService(String, Locale) - Constructor for class org.iscreen.impl.DefaultValidationService
Constructor requiring a unique id and default locale
DefaultValidatorContext - Class in org.iscreen.impl
This is the default implementation of the ValidatorContext that's passed to Validators during validation.
DefaultValidatorContext(ValidationService, ContextBean, Locale) - Constructor for class org.iscreen.impl.DefaultValidatorContext
Default constructor.
displayFormat - Variable in class org.iscreen.validators.DateFormatValidator
 
doc - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
docContent - Variable in class org.iscreen.impl.xml.XmlConfigDoc
 
DocumentationIterator - Class in org.iscreen
For each validation service, a set of documentation may exist (on a per validator basis).
DocumentationIterator() - Constructor for class org.iscreen.DocumentationIterator
Default constructor.

E

endParse() - Method in class org.iscreen.impl.xml.XmlServiceFactory
Decrements the parse count
equals(Object) - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
equals(Object) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
equals(Object) - Method in class org.iscreen.impl.xml.XmlConfigMapping
 
equals(Object) - Method in class org.iscreen.impl.xml.XmlConfigMessage
 
equals(Object) - Method in class org.iscreen.mvel.MvelObjectMapping
Equality is based upon the 'setter' MVEL expression (not the 'getter' expression).
equals(Object) - Method in class org.iscreen.mvel.MvelPropertyMapping
Implemented so that instances can be stored in sets/maps.
equals(Object) - Method in class org.iscreen.ognl.OgnlObjectMapping
Equality is based upon the 'setter' OGNL expression (not the 'getter' expression).
equals(Object) - Method in class org.iscreen.ognl.OgnlPropertyMapping
Implemented so that instances can be stored in sets/maps.
executeMappings(Object, Object) - Method in class org.iscreen.impl.BaseConfiguredValidator
Maps the appropriate properties from one object to another.
executeMappings(Object, Object) - Method in class org.iscreen.mvel.MvelConfiguredValidator
Maps the appropriate properties from one object to another.
executeMappings(Object, Object) - Method in class org.iscreen.ognl.OgnlConfiguredValidator
Maps the appropriate properties from one object to another.
expression - Variable in class org.iscreen.mvel.validators.ExpressionValidator
 
expression - Variable in class org.iscreen.ognl.validators.ExpressionValidator
 
ExpressionValidator - Class in org.iscreen.mvel.validators
The ExpressionValidator uses an MVEL expression to check an object (the MVEL root).
ExpressionValidator() - Constructor for class org.iscreen.mvel.validators.ExpressionValidator
Default constructor.
ExpressionValidator - Class in org.iscreen.ognl.validators
The ExpressionValidator uses an ONGL expression to check an object (the OGNL root).
ExpressionValidator() - Constructor for class org.iscreen.ognl.validators.ExpressionValidator
Default constructor.
extraMessages - Variable in class org.iscreen.mvel.MvelMessage
 
extraMessages - Variable in class org.iscreen.ognl.OgnlMessage
 

F

factory - Variable in class org.iscreen.ValidationFactoryConfig
 
FACTORY_DEFAULT_XML - Static variable in class org.iscreen.ValidationFactory
Deprecated. This is no longer used for version 1.1 or later. For OGNL, use FACTORY_OGNL_XML. For MVEL, use FACTORY_MVEL_XML.
FACTORY_MVEL_XML - Static variable in class org.iscreen.ValidationFactory
 
FACTORY_OGNL_XML - Static variable in class org.iscreen.ValidationFactory
 
factoryId - Variable in class org.iscreen.ValidationFactoryConfig
 
failFastFlag - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
failFastFlag - Variable in class org.iscreen.impl.ValidationServiceValidator
 
failure - Variable in class org.iscreen.impl.ContextBean
 
FAILURE - Static variable in interface org.iscreen.ValidationFailure
Severity level of failure.
failureBean - Variable in class org.iscreen.ValidationFailureImpl
 
FailureMessage - Interface in org.iscreen
A failure message is a holding interface for objects that represent failure messages.
failures - Variable in class org.iscreen.impl.DefaultValidatorContext
 
failures - Variable in exception org.iscreen.ObjectValidationException
 
failures - Variable in exception org.iscreen.ValidationException
 
fields - Variable in class org.iscreen.impl.ContextBean
 
fields - Variable in class org.iscreen.ValidationFailureImpl
 
fileLocation - Variable in class org.iscreen.impl.xml.PositionContext
 
format - Variable in class org.iscreen.validators.DateFormatValidator
 

G

generateMessage(PositionContext, String, String) - Static method in exception org.iscreen.impl.xml.XmlConfigurationException
Generates an error message based upon the passed-in parameters.
getAllWrappers() - Method in class org.iscreen.impl.DefaultValidationService
Retrieves all of the validator wrappers this service is configured with.
getBean() - Method in class org.iscreen.impl.ContextBean
The JavaBean being validated can be retrieved by failure messages, since the bean is set prior to validation (prior to any validators being called).
getCompiledIfExpression() - Method in class org.iscreen.mvel.MvelConfiguredValidator
Obtains the pre-compiled version of the if expression.
getCompiledIfExpression() - Method in class org.iscreen.mvel.MvelValidationServiceValidator
 
getCompiledMapExpression() - Method in class org.iscreen.mvel.MvelValidationServiceValidator
 
getConfigLocation() - Method in class org.iscreen.ValidationFactory
Retrieves the configuration file location for this validation factory.
getConfiguredValidator() - Method in class org.iscreen.impl.BaseConfiguredValidator
Creates the Validator and configures it.
getConfiguredValidator() - Method in class org.iscreen.mvel.MvelConfiguredValidator
Creates the Validator and configures it.
getConfiguredValidator() - Method in class org.iscreen.ognl.OgnlConfiguredValidator
Creates the Validator and configures it.
getContent() - Method in class org.iscreen.impl.xml.XmlConfigDoc
 
getContextBean() - Method in class org.iscreen.mvel.MvelMessage
Returns the OGNL root previously set using the setOgnlRoot() method.
getCount() - Method in class org.iscreen.DocumentationIterator
 
getCount() - Method in class org.iscreen.impl.DefaultValidatorContext
Calculates the failure counts.
getCount() - Method in interface org.iscreen.impl.InternalValidatorContext
Calculates the failure count.
getCurrentIndex() - Method in class org.iscreen.DocumentationIterator
 
getCurrentName() - Method in class org.iscreen.DocumentationIterator
 
getDate() - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
getDefaultFailure() - Method in class org.iscreen.BaseValidator
Retrieves the default failure message.
getDefaultFailure() - Method in class org.iscreen.validators.NullValidator
Retrieves the default failure message.
getDefaultLocale() - Method in class org.iscreen.ValidationFactory
Retrieves the default locale for this factory.
getDefaultMapping() - Static method in class org.iscreen.mvel.MvelConfiguredValidator
Create a default mapping so that if no mapping is defined in configuration, a default mapping can be used.
getDefaultMapping() - Static method in class org.iscreen.ognl.OgnlConfiguredValidator
Create a default mapping so that if no mapping is defined in configuration, a default mapping can be used.
getDisplayFormat() - Method in class org.iscreen.validators.DateFormatValidator
Retrieves the format of the date for display purposes.
getDoc(int) - Method in class org.iscreen.DocumentationIterator
 
getDoc() - Method in class org.iscreen.impl.BaseConfiguredValidator
Retrieves the documentation (parsed and updated) for this validator.
getDoc() - Method in class org.iscreen.impl.ValidationServiceValidator
Called to retrieve the documentation for the validator.
getDoc() - Method in interface org.iscreen.impl.ValidatorWrapper
Called to retrieve the documentation for the validator.
getDocument(InputStream) - Method in class org.iscreen.impl.xml.XmlParser
Constructs a DOM object that represents the stream provided.
getDocumentation() - Method in class org.iscreen.impl.BaseValidationService
Retrieves an iterator of String values representing the documentation configured for this validation service (the underlying validation set).
getDocumentation() - Method in class org.iscreen.impl.ValidationServiceGroup
Retrieves an iterator of String values representing the documentation configured for this validation service (the underlying validation set).
getDocumentation() - Method in interface org.iscreen.ValidationService
Retrieves an iterator of String values representing the documentation configured for this validation service (the underlying validation set).
getDocumentation() - Method in class org.iscreen.ValidationServiceWrapper
Retrieves an iterator of String values representing the documentation configured for this validation service (the underlying validation set).
getExpression() - Method in class org.iscreen.mvel.validators.ExpressionValidator
 
getExpression() - Method in class org.iscreen.ognl.validators.ExpressionValidator
 
getExtraMessages() - Method in interface org.iscreen.FailureMessage
Retrieves additional messages that are associated with the failure.
getExtraMessages() - Method in class org.iscreen.mvel.MvelMessage
 
getExtraMessages() - Method in class org.iscreen.ognl.OgnlMessage
 
getFactory() - Method in class org.iscreen.ValidationFactoryConfig
Builds and returns the factory based upon the configuration defined within this configuration.
getFailure() - Method in class org.iscreen.impl.ContextBean
The failure object, which represents an object associated with a particular failure (and failure message), is available to failure messages, as it's set prior to them being evaluated.
getFailureBean() - Method in interface org.iscreen.ValidationFailure
Obtains a reference to the bean that failed validation.
getFailureBean() - Method in class org.iscreen.ValidationFailureImpl
Obtains a reference to the bean that failed validation.
getFailureMessages() - Method in exception org.iscreen.ObjectValidationException
Retrieves the list of failure messages (List of String objects).
getFailureMessages() - Method in exception org.iscreen.ValidationException
Retrieves the list of failure messages (List of String objects).
getFailures() - Method in class org.iscreen.impl.DefaultValidatorContext
Retrieves a List of the current failures within this context.
getFailures() - Method in interface org.iscreen.impl.InternalValidatorContext
Retrieves a List of the current failures within this context.
getFailures() - Method in exception org.iscreen.ObjectValidationException
Retrieves the List of ValidationFailures associated with this exception that represent the failures.
getFailures(int) - Method in exception org.iscreen.ObjectValidationException
Retrieves the failures that meet the minimum severity level passed in.
getFailures() - Method in exception org.iscreen.ValidationException
Retrieves the List of ValidationFailures associated with this exception that represent the failures.
getFailures(int) - Method in exception org.iscreen.ValidationException
Retrieves the failures that meet the minimum severity level passed in.
getFailures(int, int) - Method in exception org.iscreen.ValidationException
Retrieves the failures that meet the minimum severity level and maximum severity level passed in (inclusive).
getFields() - Method in class org.iscreen.impl.BaseConfiguredValidator
Retrieves the Collection of fields (the 'getter' OGNL expressions) that are used in mapping properties from the JavaBean/Object being validated to the validation bean.
getFields() - Method in class org.iscreen.impl.ContextBean
Returns the fields, which are OGNL 'getter' expressions.
getFields() - Method in class org.iscreen.mvel.MvelConfiguredValidator
Retrieves the Collection of fields (the 'getter' OGNL expressions) that are used in mapping properties from the JavaBean/Object being validated to the validation bean.
getFields() - Method in class org.iscreen.ognl.OgnlConfiguredValidator
Retrieves the Collection of fields (the 'getter' OGNL expressions) that are used in mapping properties from the JavaBean/Object being validated to the validation bean.
getFields() - Method in interface org.iscreen.ValidationFailure
Retrieves the fields (the OGNL/MVEL expression used to 'get' the properties from the JavaBean being validated) of the JavaBean being validated.
getFields() - Method in class org.iscreen.ValidationFailureImpl
Retrieves the fields (the OGNL expression used to 'get' the properties from the JavaBean being validated) of the JavaBean being validated.
getFieldsTrace() - Method in class org.iscreen.impl.BaseConfiguredValidator
 
getFieldTrace() - Method in class org.iscreen.ValidationTrace
Retrieves the trace for fields.
getFileLocation() - Method in class org.iscreen.impl.xml.PositionContext
Retrieves the root file location.
getFormat() - Method in class org.iscreen.validators.DateFormatValidator
Retrieves the date format that the date is validated against.
getFrom() - Method in class org.iscreen.impl.xml.XmlConfigMapping
 
getFrom() - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
getGetter() - Method in class org.iscreen.mvel.MvelObjectMapping
Retrieves the 'getter' MVEL expression that this mapper is configured to use.
getGetter() - Method in class org.iscreen.ognl.OgnlObjectMapping
Retrieves the 'getter' OGNL expression that this mapper is configured to use.
getId() - Method in class org.iscreen.impl.BaseConfiguredValidator
Gets the id of this wrapper.
getId() - Method in class org.iscreen.impl.xml.XmlConfigLabel
Retrieves the id of the label.
getId() - Method in interface org.iscreen.ValidatorMetaData
Retrieves the unique identification for the validator.
getIfExpression() - Method in class org.iscreen.impl.BaseConfiguredValidator
Retrieves the 'if' expression, which is used to determine whether this validator will be executed during validation.
getIfExpression() - Method in class org.iscreen.impl.ValidationServiceValidator
 
getIndex() - Method in class org.iscreen.impl.ContextBean
Gets the index of this OGNL root.
getIndex() - Method in interface org.iscreen.ValidationFailure
Retrieves the index of the JavaBean/Object being validated that was an element within an array/Collection of a 'parent' JavaBean being validated (i.e.
getIndex() - Method in class org.iscreen.ValidationFailureImpl
Retrieves the index of the JavaBean/Object being validated that was an element within an array/Collection of a 'parent' JavaBean being validated (i.e.
getInput(String) - Method in class org.iscreen.impl.xml.XmlParser
Given a "location" which is a classpath-based resource, return an InputStream to it.
getIterateExpression() - Method in class org.iscreen.impl.ValidationServiceValidator
 
getKey() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getKey() - Method in class org.iscreen.impl.xml.XmlConfigMessage
 
getKey() - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
getLabel(Locale) - Method in class org.iscreen.impl.BaseConfiguredValidator
Gets the value of the label for this Validator wrapper.
getLabel() - Method in class org.iscreen.impl.ContextBean
The label is available during runtime, prior to any validators being called (prior to validation).
getLabel() - Method in interface org.iscreen.ValidationFailure
Retrieves the label associated with this failure.
getLabel() - Method in class org.iscreen.ValidationFailureImpl
Retrieves the label associated with this failure.
getLocale() - Method in class org.iscreen.impl.DefaultValidatorContext
 
getLocale() - Method in interface org.iscreen.ValidatorContext
Gets the current locale being used for this validation.
getLocation() - Method in class org.iscreen.impl.xml.PositionContext
Builds and returns the context path or full location of the "position" this instance represents.
getMapExpression() - Method in class org.iscreen.impl.ValidationServiceValidator
 
getMappings() - Method in class org.iscreen.impl.BaseConfiguredValidator
Gets the Set of mappings for this Validator and any Validator this Validator references.
getMaximumValue() - Method in class org.iscreen.validators.NumberRangeValidator
 
getMaxLength() - Method in class org.iscreen.validators.StringValidator
Retrieves the maximum required length for the string being validated.
getMessage(Object, Locale) - Method in interface org.iscreen.FailureMessage
Get the actual failure message.
getMessage() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getMessage() - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
getMessage() - Method in class org.iscreen.mvel.MvelMessage
Generates a message based upon the template of this message and the OGNL root passed in to the setOgnlRoot() method.
getMessage(Object, Locale) - Method in class org.iscreen.mvel.MvelMessage
Generates a message based upon the template of this message and the OGNL root passed in.
getMessage() - Method in class org.iscreen.ognl.OgnlMessage
Generates a message based upon the template of this message and the OGNL root passed in to the setOgnlRoot() method.
getMessage(Object, Locale) - Method in class org.iscreen.ognl.OgnlMessage
Generates a message based upon the template of this message and the OGNL root passed in.
getMessage() - Method in interface org.iscreen.ValidationFailure
Retrieves the failure message (which has already been evaluated and localized).
getMessage(String) - Method in interface org.iscreen.ValidationFailure
Retrieves the failure message based upon the message name.
getMessage() - Method in class org.iscreen.ValidationFailureImpl
Retrieves the failure message (which has already been evaluated and localized.
getMessage(String) - Method in class org.iscreen.ValidationFailureImpl
 
getMessages() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getMinimumValue() - Method in class org.iscreen.validators.NumberRangeValidator
 
getMinLength() - Method in class org.iscreen.validators.StringValidator
Retrieves the minimum required length for the string being validated.
getName(int) - Method in class org.iscreen.DocumentationIterator
 
getName() - Method in class org.iscreen.impl.BaseConfiguredValidator
 
getName() - Method in class org.iscreen.impl.ValidationServiceValidator
 
getName() - Method in interface org.iscreen.impl.ValidatorWrapper
Called to retrieve the "name" of the validator.
getName() - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
getName() - Method in interface org.iscreen.ValidationFailure
Retrieves the name of the validator reporting the failure message.
getName() - Method in class org.iscreen.ValidationFailureImpl
Retrieves the name of the validator reporting the failure message.
getNamedFailures(String) - Method in exception org.iscreen.ValidationException
Retrieves the List of failures (and warnings) that are associated with a particular "name." The name is defined in the configuration, and is associated with a particular use of a validator.
getNumber(Object) - Method in class org.iscreen.validators.NumberRangeValidator
 
getOgnlRoot() - Method in class org.iscreen.ognl.OgnlMessage
Returns the OGNL root previously set using the setOgnlRoot() method.
getParentMetaData() - Method in interface org.iscreen.ValidatorMetaData
Retrieves the validator metadata for the parent (or referenced) validator of this validator.
getProperty() - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
getProperty() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getRawDoc() - Method in class org.iscreen.impl.BaseConfiguredValidator
Retrieves the raw documentation for this.
getRegex() - Method in class org.iscreen.validators.RegularExpressionValidator
 
getResource() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getResource() - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
getResource(String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Retrieves a ConfiguredResource for the given id.
getResource(String, String, String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Retrieves a resource based upon a set of id's.
getResourceId() - Method in class org.iscreen.impl.xml.XmlConfigLabel
Retrieves the resource id.
getResourceKey() - Method in class org.iscreen.impl.xml.XmlConfigLabel
Retrieves the resource key.
getRootException() - Method in exception org.iscreen.ObjectValidationException
Provides access to the root ValidationException that was used to construct this exception.
getServiceId() - Method in class org.iscreen.impl.BaseConfiguredValidator
 
getServiceId() - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
getServiceName() - Method in class org.iscreen.impl.BaseValidationService
 
getServiceName() - Method in class org.iscreen.impl.ValidationServiceGroup
Returns null.
getServiceName() - Method in interface org.iscreen.ValidationService
The service name (unique id) of the service.
getServiceName() - Method in class org.iscreen.ValidationServiceWrapper
 
getServices() - Method in class org.iscreen.ValidationFactory
Retrieves the map of services available to this factory.
getServiceTrace() - Method in class org.iscreen.ValidationTrace
Retrieves the trace for the services/validators.
getSetter() - Method in class org.iscreen.mvel.MvelObjectMapping
Retrieves the 'setter' MVEL expression that this mapper is configured to use.
getSetter() - Method in class org.iscreen.ognl.OgnlObjectMapping
Retrieves the 'setter' OGNL expression that this mapper is configured to use.
getSeverity() - Method in interface org.iscreen.FailureMessage
Retrieves the failure's severity level.
getSeverity() - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
getSeverity() - Method in class org.iscreen.mvel.MvelMessage
 
getSeverity() - Method in class org.iscreen.ognl.OgnlMessage
 
getSeverity() - Method in interface org.iscreen.ValidationFailure
Retrieves the severity of the failure (i.e.
getSeverity() - Method in class org.iscreen.ValidationFailureImpl
 
getSnapshot() - Method in class org.iscreen.ValidationTrace
 
getStaticProperties() - Method in class org.iscreen.impl.BaseConfiguredValidator
Retrieves the Set of static properties (which are OgnlPropertyMapping objects).
getStringValue(Object) - Method in class org.iscreen.BaseValidator
Gets the object to validate as a String.
getTemplate(Locale) - Method in class org.iscreen.mvel.MvelMessage
Returns the template previously set during construction.
getTemplate(Locale) - Method in class org.iscreen.mvel.MvelResourceMessage
Retrieves the template from the resource using the key provided.
getTemplate(Locale) - Method in class org.iscreen.ognl.OgnlMessage
Returns the template previously set during construction.
getTemplate(Locale) - Method in class org.iscreen.ognl.OgnlResourceMessage
Retrieves the template from the resource using the key provided.
getterAST - Variable in class org.iscreen.mvel.MvelObjectMapping
 
getterAST - Variable in class org.iscreen.ognl.OgnlObjectMapping
 
getterExp - Variable in class org.iscreen.mvel.MvelObjectMapping
 
getterExp - Variable in class org.iscreen.ognl.OgnlObjectMapping
 
getTo() - Method in class org.iscreen.impl.xml.XmlConfigMapping
 
getTo() - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
getTrace() - Method in interface org.iscreen.ValidationFailure
Retrieves the trace of the failure.
getTrace() - Method in class org.iscreen.ValidationFailureImpl
 
getUniquePath() - Method in interface org.iscreen.ValidatorMetaData
Returns a unique String that represents the "path" to this validator from validation services that call this validator.
getValidationService() - Method in class org.iscreen.impl.DefaultValidatorContext
 
getValidationService(String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Retrieves a validation service with the given service name.
getValidationService(String, String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Retrieves a validation service with the given meta property and value.
getValidationService(String) - Method in class org.iscreen.ValidationFactory
Retrieves a validation service with the given service name.
getValidationService(String, String) - Method in class org.iscreen.ValidationFactory
Retrieves a validation service with the given meta property and value.
getValidationService() - Method in interface org.iscreen.ValidatorContext
Retrieves the validation service this context is being used with.
getValidationService() - Method in interface org.iscreen.ValidatorMetaData
Retrieves the validation service that contains this validator.
getValidationSet(String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Retrieves a DefaultValidationService with the given id.
getValidator() - Method in class org.iscreen.impl.ContextBean
The Validator is available during runtime, prior to any validators being called (prior to validation).
getValidator(String) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Retrieves a MvelConfiguredValidator with the given id.
getValidator(String) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Retrieves a OgnlConfiguredValidator with the given id.
getValidator() - Method in interface org.iscreen.ValidatorMetaData
Retrieves the Validator that this metadata describes.
getValidatorClass() - Method in class org.iscreen.impl.BaseConfiguredValidator
Returns the Class of the Validator this class is wrapping (this may retrieve the Class from another wrapper this wrapper references).
getValidatorClass() - Method in interface org.iscreen.ValidatorMetaData
Retrieves the class of the validator.
getValidatorName() - Method in class org.iscreen.impl.DefaultValidatorContext
Used to obtain the name of the validator that is currently being used.
This is handy for tracing/logging.
getValidatorName() - Method in interface org.iscreen.ValidatorContext
Obtains the name of the validator currently being used
getValue(Object) - Method in class org.iscreen.BaseValidator
This method assumes the passed-in object is a SimpleBean.
getValue(String, Locale) - Method in class org.iscreen.impl.ConfiguredResource
Gets the value of the message key.
getValue(String, Locale) - Method in interface org.iscreen.impl.Resource
Retrieves a particular value from the resource based upon a given key.
getValue(Locale) - Method in class org.iscreen.impl.ResourceValue
Retrieves the value associated with this key/resource pair that this instance represents.
getValue() - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
getValue() - Method in class org.iscreen.impl.xml.XmlConfigLabel
Retrieves the value of the label.
getValue() - Method in class org.iscreen.impl.xml.XmlConfigMessage
 
getValue() - Method in class org.iscreen.SimpleBean
 
getWrapperIterator() - Method in class org.iscreen.impl.BaseValidationService
Retrieves an Iterator that will iterate through the ValidatorWrapper instances contained by this service.
getWrapperIterator() - Method in class org.iscreen.impl.DefaultValidationService
 

H

hashCode() - Method in class org.iscreen.mvel.MvelObjectMapping
The hash code is based upon the 'setter' MVEL expression.
hashCode() - Method in class org.iscreen.mvel.MvelPropertyMapping
 
hashCode() - Method in class org.iscreen.ognl.OgnlObjectMapping
The hash code is based upon the 'setter' OGNL expression.
hashCode() - Method in class org.iscreen.ognl.OgnlPropertyMapping
 
hasNext() - Method in class org.iscreen.DocumentationIterator
 

I

id - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
id - Variable in class org.iscreen.impl.BaseValidationService
 
ifExp - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
ifExp - Variable in class org.iscreen.impl.ValidationServiceValidator
 
index - Variable in class org.iscreen.impl.ContextBean
 
index - Variable in class org.iscreen.ValidationFailureImpl
 
InternalValidatorContext - Interface in org.iscreen.impl
This extension of the ValidatorContext provides the internal engine the ability to set and retrieve additional information on the context.
isAllowNull() - Method in class org.iscreen.validators.RegularExpressionValidator
 
isDeclared() - Method in class org.iscreen.impl.BaseConfiguredValidator
Flag to determine if the validator has been declared or merely referenced
isDeclared() - Method in class org.iscreen.impl.DefaultValidationService
Flag to determine if the validation set has been declared or merely referenced
isFailFast() - Method in class org.iscreen.impl.BaseConfiguredValidator
Whether this wrapper should report to the validation service not to continue validating if this wrapper finds a failure.
isFailFast() - Method in class org.iscreen.impl.ValidationServiceValidator
 
itemNames - Variable in class org.iscreen.DocumentationIterator
 
items - Variable in class org.iscreen.DocumentationIterator
 
iterateExp - Variable in class org.iscreen.impl.ValidationServiceValidator
 

K

key - Variable in class org.iscreen.impl.ResourceValue
 
key - Variable in class org.iscreen.mvel.MvelResourceMessage
 
key - Variable in class org.iscreen.ognl.OgnlResourceMessage
 

L

label - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
label - Variable in class org.iscreen.impl.ContextBean
 
label - Variable in class org.iscreen.ValidationFailureImpl
 
lenientFlag - Variable in class org.iscreen.validators.DateFormatValidator
 
loadConfig() - Method in class org.iscreen.impl.xml.XmlServiceFactory
Called to initialize the configuration (loads the XML config file).
loadConfig() - Method in class org.iscreen.ValidationFactory
This method is called to initialize the factory.
locale - Variable in class org.iscreen.impl.DefaultValidatorContext
 

M

map(Object, Object) - Method in class org.iscreen.mvel.MvelObjectMapping
Maps a property from the fromBean to the toBean using the configured OGNL getter/setter expressions.
map(Object, Object) - Method in class org.iscreen.mvel.MvelPropertyMapping
Sets a property on the object with the given value (any value set using the setValue() method is ignored in this case).
map(Object) - Method in class org.iscreen.mvel.MvelPropertyMapping
Sets a property on the object with the previously set value (from calling the setValue() method).
map(Object, Object) - Method in class org.iscreen.ognl.OgnlObjectMapping
Maps a property from the fromBean to the toBean using the configured OGNL getter/setter expressions.
map(Object, Object) - Method in class org.iscreen.ognl.OgnlPropertyMapping
Sets a property on the object with the given value (any value set using the setValue() method is ignored in this case).
map(Object) - Method in class org.iscreen.ognl.OgnlPropertyMapping
Sets a property on the object with the previously set value (from calling the setValue() method).
mapExp - Variable in class org.iscreen.impl.ValidationServiceValidator
 
mapObject(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.impl.ValidationServiceValidator
Handle the mapping of the object being validated to the property that will be validated (may be the object, itself).
mapObject(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.mvel.MvelValidationServiceValidator
Handle the mapping of the object being validated to the property that will be validated (may be the object, itself).
mapObject(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.ognl.OgnlValidationServiceValidator
Handle the mapping of the object being validated to the property that will be validated (may be the object, itself).
mappings - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
maxLength - Variable in class org.iscreen.validators.StringValidator
 
maxLengthFailure - Variable in class org.iscreen.validators.StringValidator
 
message - Variable in class org.iscreen.ValidationFailureImpl
 
messages - Variable in class org.iscreen.ValidationFailureImpl
 
metaMap - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
minLength - Variable in class org.iscreen.validators.StringValidator
 
minLengthFailure - Variable in class org.iscreen.validators.StringValidator
 
MvelConfiguredValidator - Class in org.iscreen.mvel
This ValidatorWrapper represents validators for MVEL-based XML configurations.
MvelConfiguredValidator() - Constructor for class org.iscreen.mvel.MvelConfiguredValidator
Default constructor.
MvelMessage - Class in org.iscreen.mvel
 
MvelMessage(String, int) - Constructor for class org.iscreen.mvel.MvelMessage
Default constructor.
MvelMessage() - Constructor for class org.iscreen.mvel.MvelMessage
For sub-classes to over-ride how this works.
MvelObjectMapping - Class in org.iscreen.mvel
This class handles the mapping of data from one object to another.
MvelObjectMapping(String, String) - Constructor for class org.iscreen.mvel.MvelObjectMapping
Default constructor taking the 'getter' MVEL expression and the 'setter' MVEL expression.
MvelPropertyMapping - Class in org.iscreen.mvel
Instances of this class are used to set MVEL properties on objects with a particular value.
MvelPropertyMapping(String) - Constructor for class org.iscreen.mvel.MvelPropertyMapping
Construct with given property.
MvelPropertyMapping(String, Object) - Constructor for class org.iscreen.mvel.MvelPropertyMapping
Construct with both a property and the property's value.
MvelResourceMessage - Class in org.iscreen.mvel
This resource message is pulled from a resource and then converted based upon the contained MVEL expressions.
MvelResourceMessage(ConfiguredResource, String, int) - Constructor for class org.iscreen.mvel.MvelResourceMessage
Default constructor.
MvelValidationServiceValidator - Class in org.iscreen.mvel
 
MvelValidationServiceValidator(DefaultValidationService, ValidationService) - Constructor for class org.iscreen.mvel.MvelValidationServiceValidator
Default constructor.
MvelXmlServiceFactory - Class in org.iscreen.mvel
This factory constructs a ValidationService based upon an XML configuration (via file or String, etc.).
MvelXmlServiceFactory() - Constructor for class org.iscreen.mvel.MvelXmlServiceFactory
Default constructor.

N

name - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
name - Variable in class org.iscreen.impl.ValidationServiceValidator
 
name - Variable in class org.iscreen.ValidationFailureImpl
 
namedFailures - Variable in exception org.iscreen.ValidationException
 
next() - Method in class org.iscreen.DocumentationIterator
 
nextItem() - Method in class org.iscreen.DocumentationIterator
 
nodes - Variable in class org.iscreen.impl.xml.PositionContext
 
nullFailure - Variable in class org.iscreen.validators.StringValidator
 
NullValidator - Class in org.iscreen.validators
The NullValidator checks a single value and ensures that it's not null.
NullValidator() - Constructor for class org.iscreen.validators.NullValidator
Default constructor.
NumberRangeValidator - Class in org.iscreen.validators
This validator verifies that a passed in java.lang.Number is within a certain range.
NumberRangeValidator() - Constructor for class org.iscreen.validators.NumberRangeValidator
Default constructor.

O

ObjectValidationException - Exception in org.iscreen
When a validation failure occurs, eventually an ObjectValidationException is thrown to the caller.
ObjectValidationException() - Constructor for exception org.iscreen.ObjectValidationException
Default constructor with no pre-defined validation failures.
ObjectValidationException(ValidationException) - Constructor for exception org.iscreen.ObjectValidationException
Constructed from an existing ValidationException.
ObjectValidationException(List) - Constructor for exception org.iscreen.ObjectValidationException
Constructor with pre-defined validation failures.
OgnlConfiguredValidator - Class in org.iscreen.ognl
A special validator wrapper that wraps a Validator and the configuration associated with it.
OgnlConfiguredValidator() - Constructor for class org.iscreen.ognl.OgnlConfiguredValidator
Default constructor.
OgnlMessage - Class in org.iscreen.ognl
An OGNL message wraps a "template" that is a String of characters.
OgnlMessage(String, int) - Constructor for class org.iscreen.ognl.OgnlMessage
Constructor taking the template of this message.
OgnlMessage() - Constructor for class org.iscreen.ognl.OgnlMessage
For sub-classes to over-ride how this works.
OgnlObjectMapping - Class in org.iscreen.ognl
This class provides mapping data from one object to another via two sets of OGNL expressions: one to get the value from one object; and one to set that value on another object.
OgnlObjectMapping(String, String) - Constructor for class org.iscreen.ognl.OgnlObjectMapping
Default constructor taking the 'getter' OGNL expression and the 'setter' OGNL expression.
OgnlPropertyMapping - Class in org.iscreen.ognl
Instances of this class are used to set OGNL properties on objects with a particular value.
OgnlPropertyMapping(String) - Constructor for class org.iscreen.ognl.OgnlPropertyMapping
Construct with given property.
OgnlPropertyMapping(String, Object) - Constructor for class org.iscreen.ognl.OgnlPropertyMapping
Construct with both a property and the property's value.
OgnlResourceMessage - Class in org.iscreen.ognl
This resource message is pulled from a resource and then converted based upon the contained OGNL expressions.
OgnlResourceMessage(ConfiguredResource, String, int) - Constructor for class org.iscreen.ognl.OgnlResourceMessage
Constructor requiring a resource and resource key.
OgnlValidationServiceValidator - Class in org.iscreen.ognl
This is the OGNL-specific validator that handles forwarding from one validation set to another.
OgnlValidationServiceValidator(DefaultValidationService, ValidationService) - Constructor for class org.iscreen.ognl.OgnlValidationServiceValidator
Default constructor.
OgnlXmlServiceFactory - Class in org.iscreen.ognl
This factory constructs a ValidationService based upon an XML configuration (via file or String, etc.).
OgnlXmlServiceFactory() - Constructor for class org.iscreen.ognl.OgnlXmlServiceFactory
Default constructor.
org.iscreen - package org.iscreen
This package contains classes and interfaces that are considered "public" to applications that are using this framework.
org.iscreen.impl - package org.iscreen.impl
This package contains classes and interfaces that provide implementation details for the framework.
org.iscreen.impl.xml - package org.iscreen.impl.xml
This package contains the XML-specific parsing and implementation details associated with that parsing.
org.iscreen.mvel - package org.iscreen.mvel
 
org.iscreen.mvel.validators - package org.iscreen.mvel.validators
 
org.iscreen.ognl - package org.iscreen.ognl
 
org.iscreen.ognl.validators - package org.iscreen.ognl.validators
 
org.iscreen.validators - package org.iscreen.validators
This package contains classes that implement the org.iscreen.Validator interface and are used for validating individual fields (or a set of fields).

P

parentService - Variable in class org.iscreen.impl.ValidationServiceValidator
 
parse(String) - Method in class org.iscreen.impl.xml.XmlParser
Parses the configuration file and calls back into the provided factory for configuration elements.
parseCount - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
parsedDoc - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
parsedDocuments - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
popEntry() - Method in class org.iscreen.ValidationTrace
 
popNode() - Method in class org.iscreen.impl.xml.PositionContext
Removes the top-most node from the context (and all associated attributes of that node).
PositionContext - Class in org.iscreen.impl.xml
Instances of this class track the position within a "stack" (such as an XML hierarchy) and is used for error messages, giving the user as much information about where the error occurred as possible.
PositionContext(String) - Constructor for class org.iscreen.impl.xml.PositionContext
Constructor taking the location of the root "file" location.
property - Variable in class org.iscreen.mvel.MvelPropertyMapping
 
property - Variable in class org.iscreen.ognl.OgnlPropertyMapping
 
pushAttr(String, String) - Method in class org.iscreen.impl.xml.PositionContext
Pushes an attribute and its value onto the current node (the one at the top of the stack).
pushNode(String) - Method in class org.iscreen.impl.xml.PositionContext
Pushes a node onto the top of the context.

R

ref - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
regexExp - Variable in class org.iscreen.validators.RegularExpressionValidator
 
registerFactory(Class, String) - Static method in class org.iscreen.ValidationFactory
Registers a factory with a given factory id.
registerInclude(String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Registers an included file (for parsing).
registerResource(String, String, Set, Set) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Registers a resource with its id (and parent ref, if there is one), hard-coded messages, and resource bundle locations.
registerService(String, Object) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Registers a service with the factory.
registerService(String, Object) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Registers a service with the factory.
registerValidationSet(String) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Registers a Validation Set.
registerValidationSet(String) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Registers a Validation Set.
registerValidationSet(String) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Registers a Validation Set.
registerValidator(String, String, String, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.impl.xml.XmlServiceFactory
Registers an individual Validator configuration.
registerValidator(String, String, String, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.mvel.MvelXmlServiceFactory
Registers an individual Validator configuration.
registerValidator(String, String, String, String, String, XmlConfigLabel, XmlConfigDoc, Set, Set, Set) - Method in class org.iscreen.ognl.OgnlXmlServiceFactory
Registers an individual Validator configuration.
RegularExpressionValidator - Class in org.iscreen.validators
The RegularExpressionValidator uses a regular expression to check a single String value to ensure that it finds a match.
RegularExpressionValidator() - Constructor for class org.iscreen.validators.RegularExpressionValidator
Default constructor.
remove() - Method in class org.iscreen.DocumentationIterator
 
reportFailure(FailureMessage) - Method in class org.iscreen.impl.DefaultValidatorContext
 
reportFailure(FailureMessage, Object) - Method in class org.iscreen.impl.DefaultValidatorContext
 
reportFailure(FailureMessage) - Method in interface org.iscreen.ValidatorContext
Called to report a validation failure.
reportFailure(FailureMessage, Object) - Method in interface org.iscreen.ValidatorContext
Called to report a validation failure.
reset() - Method in class org.iscreen.DocumentationIterator
 
Resource - Interface in org.iscreen.impl
A Resource is a collection of String resources that are accessible via a particular key.
resource - Variable in class org.iscreen.impl.ResourceValue
 
resource - Variable in class org.iscreen.mvel.MvelResourceMessage
 
resource - Variable in class org.iscreen.ognl.OgnlResourceMessage
 
resourceMap - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
ResourceValue - Class in org.iscreen.impl
A ResourceValue is a combination of a key and the Resource that's associated with it.
ResourceValue(Resource, String) - Constructor for class org.iscreen.impl.ResourceValue
Construct with given resource and key.
ResourceValue(String) - Constructor for class org.iscreen.impl.ResourceValue
Construct with the given value.
root - Variable in class org.iscreen.ognl.OgnlMessage
 

S

service - Variable in class org.iscreen.impl.DefaultValidatorContext
 
serviceMap - Variable in class org.iscreen.ValidationFactory
 
services - Variable in class org.iscreen.ValidationFactoryConfig
 
setAfterFailure(FailureMessage) - Method in class org.iscreen.validators.DateRangeValidator
 
setAllowNull(boolean) - Method in class org.iscreen.validators.RegularExpressionValidator
 
setBean(Object) - Method in class org.iscreen.impl.ContextBean
The JavaBean being validated is set during runtime, prior to any validators being called (prior to validation).
setBeforeFailure(FailureMessage) - Method in class org.iscreen.validators.DateRangeValidator
 
setClassName(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the class name of the Validator this class is wrapping.
setConfigLocation(String) - Method in class org.iscreen.ValidationFactory
This is called right after the validation factory is instantiated and the services call (setServices()) has been called.
setConfigurationLocation(String) - Method in class org.iscreen.ValidationFactoryConfig
Defines the location of the configuration file.
setContent(String) - Method in class org.iscreen.impl.xml.XmlConfigDoc
 
setDate(Date) - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
setDefaultFailure(FailureMessage) - Method in class org.iscreen.BaseValidator
Sets the failure message.
setDefaultFailure(FailureMessage) - Method in class org.iscreen.validators.NullValidator
Sets the failure message.
setDefaultLocale(Locale) - Method in class org.iscreen.ValidationFactory
Sets the default locale for this factory.
setDefaultLocale(Locale) - Method in class org.iscreen.ValidationFactoryConfig
Sets the default locale for this factory.
setDisplayFormat(String) - Method in class org.iscreen.validators.DateFormatValidator
The display format, which is reported when a failure occurs.
setDoc(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the documentation for this configured validator.
setExpression(String) - Method in class org.iscreen.mvel.validators.ExpressionValidator
 
setExpression(String) - Method in class org.iscreen.ognl.validators.ExpressionValidator
 
setFactoryId(String) - Method in class org.iscreen.ValidationFactoryConfig
Sets the factory id.
setFailFast(boolean) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets whether this wrapper should report to the validation service not to continue validating if this wrapper finds a failure.
setFailFast(boolean) - Method in class org.iscreen.impl.ValidationServiceValidator
 
setFailure(Object) - Method in class org.iscreen.impl.ContextBean
The failure object, which represents an object associated with a particular failure (and failure message), is set during validation, when a validator reports the failure.
setFailureBean(Object) - Method in class org.iscreen.ValidationFailureImpl
Sets a reference to the bean that failed validation.
setFields(Collection) - Method in class org.iscreen.impl.ContextBean
The fields, which are a collection of OGNL 'getter' expressions meant to map from the JavaBean (or object) being validated to the validation bean used by the Validator, are set prior to validation.
setFields(Collection) - Method in class org.iscreen.ValidationFailureImpl
 
setFormat(String) - Method in class org.iscreen.validators.DateFormatValidator
The format of the date String.
setFrom(String) - Method in class org.iscreen.impl.xml.XmlConfigMapping
 
setFrom(Date) - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
setId(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the id of this wrapper.
setId(String) - Method in class org.iscreen.impl.ConfiguredResource
Sets the id of the resource.
setId(String) - Method in class org.iscreen.impl.xml.XmlConfigLabel
Sets the id of the label.
setIfExpression(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the 'if' expression that will determine whether this validator will be executed during validation.
setIfExpression(String) - Method in class org.iscreen.impl.ValidationServiceValidator
 
setIfExpression(String) - Method in class org.iscreen.mvel.MvelConfiguredValidator
Sets the 'if' expression that will determine whether this validator will be executed during validation.
setIfExpression(String) - Method in class org.iscreen.mvel.MvelValidationServiceValidator
 
setIndex(int) - Method in class org.iscreen.impl.ContextBean
Sets the index of this OGNL root.
setIndex(Integer) - Method in class org.iscreen.ValidationFailureImpl
 
setInvalidNumberFailure(FailureMessage) - Method in class org.iscreen.validators.NumberRangeValidator
 
setIterateExpression(String) - Method in class org.iscreen.impl.ValidationServiceValidator
 
setKey(String) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
setKey(String) - Method in class org.iscreen.impl.xml.XmlConfigMessage
 
setKey(String) - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
setLabel(Resource, String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the Label for this Validator wrapper.
setLabel(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the label for this Validator wrapper.
setLabel(String) - Method in class org.iscreen.impl.ContextBean
The label is set during runtime, prior to any validators being called (prior to validation).
setLabel(String) - Method in class org.iscreen.ValidationFailureImpl
 
setLenient(boolean) - Method in class org.iscreen.validators.DateFormatValidator
The lenient flag.
setMap - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
setMapExpression(String) - Method in class org.iscreen.impl.ValidationServiceValidator
 
setMapExpression(String) - Method in class org.iscreen.mvel.MvelValidationServiceValidator
 
setMapExpression(String) - Method in class org.iscreen.ognl.OgnlValidationServiceValidator
 
setMaximumValue(Integer) - Method in class org.iscreen.validators.NumberRangeValidator
 
setMaxLength(Integer) - Method in class org.iscreen.validators.StringValidator
Sets the maximum required length for the string being validated.
setMaxLengthFailure(FailureMessage) - Method in class org.iscreen.validators.StringValidator
 
setMessage(String) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
setMessage(String) - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
setMessage(String) - Method in class org.iscreen.ValidationFailureImpl
 
setMinimumValue(Integer) - Method in class org.iscreen.validators.NumberRangeValidator
 
setMinLength(Integer) - Method in class org.iscreen.validators.StringValidator
Sets the minimum required length for the string being validated.
setMinLengthFailure(FailureMessage) - Method in class org.iscreen.validators.StringValidator
 
setName(String) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the name of the validator.
setName(String) - Method in class org.iscreen.impl.ValidationServiceValidator
 
setName(String) - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
setName(String) - Method in class org.iscreen.ValidationFailureImpl
Sets the name for this failure message.
setNullFailure(FailureMessage) - Method in class org.iscreen.validators.StringValidator
 
setOgnlRoot(Object) - Method in class org.iscreen.ognl.OgnlMessage
Sets the OGNL root to be used when getMessage() is called.
setProperty(String) - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
setProperty(String) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
setRangeFailure(FailureMessage) - Method in class org.iscreen.validators.DateRangeValidator
This is the only failure that this validator reports.
setRangeFailure(FailureMessage) - Method in class org.iscreen.validators.NumberRangeValidator
 
setRef(BaseConfiguredValidator) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets a wrapper this wrapper may reference.
setRef(ConfiguredResource) - Method in class org.iscreen.impl.ConfiguredResource
Sets a reference to another ConfiguredResource.
setRegex(String) - Method in class org.iscreen.validators.RegularExpressionValidator
 
setResource(String) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
setResource(String) - Method in class org.iscreen.impl.xml.XmlFailureMessage
 
setResourceId(String) - Method in class org.iscreen.impl.xml.XmlConfigLabel
Sets the resource id.
setResourceKey(String) - Method in class org.iscreen.impl.xml.XmlConfigLabel
Sets the resource key.
setServiceId(String) - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
setServices(Map) - Method in class org.iscreen.ValidationFactory
This is called right after the validation factory is instantiated.
setServices(Map) - Method in class org.iscreen.ValidationFactoryConfig
Sets the services the factory will use.
setSeverity(int) - Method in class org.iscreen.impl.xml.XmlConfigFailure
 
setSeverity(int) - Method in class org.iscreen.ValidationFailureImpl
Sets the severity of this failure.
setterAST - Variable in class org.iscreen.ognl.OgnlObjectMapping
 
setterExp - Variable in class org.iscreen.mvel.MvelObjectMapping
 
setterExp - Variable in class org.iscreen.ognl.OgnlObjectMapping
 
setTo(String) - Method in class org.iscreen.impl.xml.XmlConfigMapping
 
setTo(Date) - Method in class org.iscreen.validators.DateRangeValidator.BeanToValidate
 
setTrace(ValidationTrace) - Method in class org.iscreen.ValidationFailureImpl
 
setValidationService(ValidationService) - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the ValidationService (ValidationSet) that contains this Validator wrapper.
setValidationTrace(ValidationTrace) - Method in class org.iscreen.impl.DefaultValidatorContext
 
setValidationTrace(ValidationTrace) - Method in interface org.iscreen.impl.InternalValidatorContext
Sets the trace so that the context can use it for reporting failures.
setValidator(Validator) - Method in class org.iscreen.impl.ContextBean
The Validator is set during runtime, prior to any validators being called (prior to validation).
setValidator(ValidatorWrapper) - Method in class org.iscreen.impl.DefaultValidatorContext
Sets the ValidatorWrapper that the context needs to use.
setValidator(ValidatorWrapper) - Method in interface org.iscreen.impl.InternalValidatorContext
Sets the ValidatorWrapper that the context needs to use.
setValue(String) - Method in class org.iscreen.impl.xml.XmlConfigConstraint
 
setValue(String) - Method in class org.iscreen.impl.xml.XmlConfigLabel
Sets the value of the label.
setValue(String) - Method in class org.iscreen.impl.xml.XmlConfigMessage
 
setValue(Object) - Method in class org.iscreen.mvel.MvelPropertyMapping
Sets the value the property will be set to.
setValue(Object) - Method in class org.iscreen.ognl.OgnlPropertyMapping
Sets the value the property will be set to.
setValue(Object) - Method in class org.iscreen.SimpleBean
 
severity - Variable in class org.iscreen.ValidationFailureImpl
 
severityLevel - Variable in class org.iscreen.mvel.MvelMessage
 
severityLevel - Variable in class org.iscreen.ognl.OgnlMessage
 
shouldExecute(Object) - Method in class org.iscreen.impl.BaseConfiguredValidator
Determines whether this validator should be executed or not.
shouldExecute(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.impl.ValidationServiceValidator
Determines whether the inclusion/call to the validation set should occur.
shouldExecute(Object) - Method in class org.iscreen.mvel.MvelConfiguredValidator
Determines whether the inclusion/call to the validator should occur.
shouldExecute(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.mvel.MvelValidationServiceValidator
Determines whether the inclusion/call to the validation set should occur.
shouldExecute(Object) - Method in class org.iscreen.ognl.OgnlConfiguredValidator
 
shouldExecute(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.ognl.OgnlValidationServiceValidator
Determines whether the inclusion/call to the validation set should occur.
shouldIterate(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.impl.ValidationServiceValidator
Determines whether we're iterating over the mapped object.
shouldIterate(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.mvel.MvelValidationServiceValidator
Determines whether we're iterating over the mapped object.
shouldIterate(InternalValidatorContext, ContextBean, Object) - Method in class org.iscreen.ognl.OgnlValidationServiceValidator
Determines whether we're iterating over the mapped object.
signalDeclared() - Method in class org.iscreen.impl.BaseConfiguredValidator
Sets the flag to signal that the validator has been declared, rather than merely referenced
signalDeclared() - Method in class org.iscreen.impl.DefaultValidationService
Sets the flag to signal that the validation set has been declared, rather than merely referenced
SimpleBean - Class in org.iscreen
This is a JavaBean that has a single "value" property that can be used to map a single value for validation.
SimpleBean() - Constructor for class org.iscreen.SimpleBean
Default constructor.
startParse() - Method in class org.iscreen.impl.xml.XmlServiceFactory
Increments the parse count
staticProperties - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
StringValidator - Class in org.iscreen.validators
The StringValidator checks the length of the given value.
StringValidator() - Constructor for class org.iscreen.validators.StringValidator
Default constructor.

T

template - Variable in class org.iscreen.mvel.MvelMessage
 
template - Variable in class org.iscreen.ognl.OgnlMessage
 
toString() - Method in class org.iscreen.impl.ConfiguredResource
For debug info.
toString() - Method in class org.iscreen.mvel.MvelResourceMessage
For debug info.
toString() - Method in class org.iscreen.ognl.OgnlResourceMessage
For debug info.
toString() - Method in class org.iscreen.ValidationTrace
 
trace - Variable in class org.iscreen.impl.DefaultValidatorContext
 
trace - Variable in class org.iscreen.ValidationFailureImpl
 

V

validate(InternalValidatorContext, ContextBean, ValidationTrace, Object) - Method in class org.iscreen.impl.BaseConfiguredValidator
 
validate(Object) - Method in class org.iscreen.impl.BaseValidationService
 
validate(Object, Locale) - Method in class org.iscreen.impl.BaseValidationService
 
validate(Object) - Method in class org.iscreen.impl.ValidationServiceGroup
 
validate(Object, Locale) - Method in class org.iscreen.impl.ValidationServiceGroup
 
validate(InternalValidatorContext, ContextBean, ValidationTrace, Object) - Method in class org.iscreen.impl.ValidationServiceValidator
 
validate(InternalValidatorContext, ContextBean, ValidationTrace, Object) - Method in interface org.iscreen.impl.ValidatorWrapper
Called to have the wrapper validate the passed object.
validate(ValidatorContext, Object) - Method in class org.iscreen.mvel.validators.ExpressionValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.ognl.validators.ExpressionValidator
 
validate(Object) - Method in interface org.iscreen.ValidationService
Called to validate an object (typically a JavaBean).
validate(Object, Locale) - Method in interface org.iscreen.ValidationService
Called to validate an object (typically a JavaBean).
validate(Object) - Method in class org.iscreen.ValidationServiceWrapper
 
validate(Object, Locale) - Method in class org.iscreen.ValidationServiceWrapper
 
validate(ValidatorContext, Object) - Method in interface org.iscreen.Validator
This is the method that's called to validate the "bean-to-validate." Use the passed in ValidatorContext to report validation failures, etc.
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.DateFormatValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.DateRangeValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.NullValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.NumberRangeValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.RegularExpressionValidator
 
validate(ValidatorContext, Object) - Method in class org.iscreen.validators.StringValidator
 
validateObject(Object, Locale) - Method in class org.iscreen.impl.BaseValidationService
 
validateObject(Object) - Method in class org.iscreen.impl.BaseValidationService
 
validateObject(Object) - Method in class org.iscreen.impl.ValidationServiceGroup
 
validateObject(Object, Locale) - Method in class org.iscreen.impl.ValidationServiceGroup
 
validateObject(Object) - Method in interface org.iscreen.ValidationService
Identical to validate() except that it throws the unchecked exception ObjectValidationException instead of a checked exception.
validateObject(Object, Locale) - Method in interface org.iscreen.ValidationService
Identical to validate() except that it throws the unchecked exception ObjectValidationException instead of a checked exception.
validateObject(Object) - Method in class org.iscreen.ValidationServiceWrapper
 
validateObject(Object, Locale) - Method in class org.iscreen.ValidationServiceWrapper
 
validationException - Variable in exception org.iscreen.ObjectValidationException
 
ValidationException - Exception in org.iscreen
When a validation failure occurs, eventually a ValidationException is thrown to the caller.
ValidationException() - Constructor for exception org.iscreen.ValidationException
Default constructor with no pre-defined validation failures.
ValidationException(List) - Constructor for exception org.iscreen.ValidationException
Constructor with pre-defined validation failures.
ValidationException(List, List) - Constructor for exception org.iscreen.ValidationException
Constructor with pre-defined validation failures and warnings.
ValidationFactory - Class in org.iscreen
This class represents factories that can generate validation services from configuration files (or however the factory generates them).
ValidationFactory() - Constructor for class org.iscreen.ValidationFactory
Protected constructor.
ValidationFactoryConfig - Class in org.iscreen
This JavaBean is purely for configuration.
ValidationFactoryConfig() - Constructor for class org.iscreen.ValidationFactoryConfig
Default constructor.
ValidationFactoryConfig(String, String, Locale, Map) - Constructor for class org.iscreen.ValidationFactoryConfig
Constructor that defines all available config properties.
ValidationFactoryConfig(String, String) - Constructor for class org.iscreen.ValidationFactoryConfig
Constructor that defines all available config properties except services.
ValidationFactoryConfig(String) - Constructor for class org.iscreen.ValidationFactoryConfig
Constructor that defines only the configuration file.
ValidationFactoryConfig(String, Locale) - Constructor for class org.iscreen.ValidationFactoryConfig
Constructor that defines only the configuration file.
ValidationFactoryConfig(String, Map) - Constructor for class org.iscreen.ValidationFactoryConfig
Constructor that defines only the configuration file.
ValidationFailure - Interface in org.iscreen
A validation failure represents a single failure reported by a Validator (Validators can report multiple failures, each represented by a separate instance of this class).
ValidationFailureImpl - Class in org.iscreen
A validation failure represents a single failure reported by a Validator (Validators can report multiple failures, each represented by a separate instance of this class).
ValidationFailureImpl() - Constructor for class org.iscreen.ValidationFailureImpl
Default constructor.
ValidationService - Interface in org.iscreen
This interface represents the main entry point for performing validations.
ValidationServiceGroup - Class in org.iscreen.impl
Implementation of the ValidationService in which the service may contain zero or more validation services.
ValidationServiceGroup(ValidationFactory, Set) - Constructor for class org.iscreen.impl.ValidationServiceGroup
Constructs a group of validation services.
ValidationServiceValidator - Class in org.iscreen.impl
This is a special ValidatorWrapper that forwards validation to a different Validation Set.
ValidationServiceValidator(DefaultValidationService, ValidationService) - Constructor for class org.iscreen.impl.ValidationServiceValidator
Default constructor.
ValidationServiceWrapper - Class in org.iscreen
This wrapper around a ValidationService is itself a ValidationService implementation.
ValidationServiceWrapper(Object) - Constructor for class org.iscreen.ValidationServiceWrapper
This constructor uses all defaults.
ValidationServiceWrapper(ValidationFactory, String) - Constructor for class org.iscreen.ValidationServiceWrapper
Construct the wrapper with an existing factory and the ValidationSet name (the name of the service).
ValidationServiceWrapper(ValidationFactory, String, String) - Constructor for class org.iscreen.ValidationServiceWrapper
Construct the wrapper with an existing factory and meta data about the validation service.
ValidationServiceWrapper(ValidationFactoryConfig, String) - Constructor for class org.iscreen.ValidationServiceWrapper
Construct the wrapper with a factory config and the ValidationSet name (the name of the service).
ValidationServiceWrapper(ValidationFactoryConfig, String, String) - Constructor for class org.iscreen.ValidationServiceWrapper
Construct the wrapper with a factory config and meta data about the validation service.
ValidationTrace - Class in org.iscreen
Instances of this class provide tracing through ValidationService to ValidationService to Validator, etc.
ValidationTrace() - Constructor for class org.iscreen.ValidationTrace
Default constructor.
validator - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
validator - Variable in class org.iscreen.impl.ContextBean
 
validator - Variable in class org.iscreen.impl.DefaultValidatorContext
 
Validator - Interface in org.iscreen
Implementations of this interface are expected to validate a JavaBean's properties.
validatorClass - Variable in class org.iscreen.impl.BaseConfiguredValidator
 
ValidatorContext - Interface in org.iscreen
During validation, a Validator is given a reference to the context in which it is validating.
validatorMap - Variable in class org.iscreen.impl.xml.XmlServiceFactory
 
ValidatorMetaData - Interface in org.iscreen
 
ValidatorWrapper - Interface in org.iscreen.impl
This interface represents a wrapper around a validator.
validatorWrappers - Variable in class org.iscreen.impl.DefaultValidationService
 
value - Variable in class org.iscreen.impl.ResourceValue
 
value - Variable in class org.iscreen.mvel.MvelPropertyMapping
 
value - Variable in class org.iscreen.ognl.OgnlPropertyMapping
 
value - Variable in class org.iscreen.SimpleBean
 

W

WARNING - Static variable in interface org.iscreen.ValidationFailure
Severity level of warning.
wrappedService - Variable in class org.iscreen.impl.ValidationServiceValidator
 

X

XmlConfigConstraint - Class in org.iscreen.impl.xml
 
XmlConfigConstraint() - Constructor for class org.iscreen.impl.xml.XmlConfigConstraint
Default constructor.
XmlConfigDoc - Class in org.iscreen.impl.xml
This is used by the XML parser to represent a doc tag (documentation).
XmlConfigDoc() - Constructor for class org.iscreen.impl.xml.XmlConfigDoc
Default constructor.
XmlConfigFailure - Class in org.iscreen.impl.xml
 
XmlConfigFailure() - Constructor for class org.iscreen.impl.xml.XmlConfigFailure
Default constructor.
XmlConfigLabel - Class in org.iscreen.impl.xml
A label represents the "name" of a particular validator.
XmlConfigLabel() - Constructor for class org.iscreen.impl.xml.XmlConfigLabel
Default constructor.
XmlConfigMapping - Class in org.iscreen.impl.xml
 
XmlConfigMapping() - Constructor for class org.iscreen.impl.xml.XmlConfigMapping
Default constructor.
XmlConfigMessage - Class in org.iscreen.impl.xml
 
XmlConfigMessage() - Constructor for class org.iscreen.impl.xml.XmlConfigMessage
Default constructor.
XmlConfigurationException - Exception in org.iscreen.impl.xml
This runtime exception is specifically for XML configuration issues.
XmlConfigurationException(String) - Constructor for exception org.iscreen.impl.xml.XmlConfigurationException
 
XmlConfigurationException(String, Throwable) - Constructor for exception org.iscreen.impl.xml.XmlConfigurationException
 
XmlConfigurationException(PositionContext, String, String) - Constructor for exception org.iscreen.impl.xml.XmlConfigurationException
 
XmlConfigurationException(PositionContext, String, String, Throwable) - Constructor for exception org.iscreen.impl.xml.XmlConfigurationException
 
XmlFailureMessage - Class in org.iscreen.impl.xml
 
XmlFailureMessage() - Constructor for class org.iscreen.impl.xml.XmlFailureMessage
 
XmlParser - Class in org.iscreen.impl.xml
Parses XML configuration files.
XmlParser(XmlServiceFactory) - Constructor for class org.iscreen.impl.xml.XmlParser
Default constructor.
XmlServiceFactory - Class in org.iscreen.impl.xml
This is a base class used by the parser for registering configuration events with a ValidationFactory.
XmlServiceFactory() - Constructor for class org.iscreen.impl.xml.XmlServiceFactory
Default constructor.

A B C D E F G H I K L M N O P R S T V W X