|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidatorContainer
Method Summary | |
---|---|
List<IValidator> |
getAllValidators()
Gets validators. |
IValidator |
getMessageTypeValidator()
Gets validators. |
IValidator |
getValidator(ValidatorType type)
Gets the validator by validator type. |
List<IValidator> |
getValidatorsWithOutInputs(List<ValidatorType> validatorTypes)
Gets the validators with specific types. |
List<IValidator> |
getValidatorsWithOutMessageType()
Gets the validators. |
Set<ValidatorType> |
getValidatorType()
Gets the list of type validator. |
void |
putNewValidator(ValidatorType type,
IValidator validator)
|
void |
putOtherValidators(IValidatorContainer container)
Appends the validators from container container into current instance. |
Method Detail |
---|
void putNewValidator(ValidatorType type, IValidator validator)
IValidator getValidator(ValidatorType type)
type
- the type of validatorList<IValidator> getValidatorsWithOutInputs(List<ValidatorType> validatorTypes)
validatorTypes
- the types of validatorList<IValidator> getValidatorsWithOutMessageType()
MESSAGE_TYPE
validator.
List<IValidator> getAllValidators()
IValidator getMessageTypeValidator()
Set<ValidatorType> getValidatorType()
void putOtherValidators(IValidatorContainer container)
container
container into current instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |