Class NameValidator
java.lang.Object
org.exoplatform.webui.form.validator.AbstractValidator
org.exoplatform.webui.form.validator.NameValidator
- All Implemented Interfaces:
Serializable,Validator
Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006
Validates whether this value is composed of letters, numbers, '_', '-', '.' or '*'
- See Also:
-
Field Summary
Fields inherited from class org.exoplatform.webui.form.validator.AbstractValidator
exceptionOnMissingMandatory, trimValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected booleanisValid(String value, UIFormInput uiInput) Methods inherited from class org.exoplatform.webui.form.validator.AbstractValidator
createMessageException, createMessageException, getLabelFor, getMessageArgs, trimmedValueOrNullIfBypassed, validate
-
Constructor Details
-
NameValidator
public NameValidator()
-
-
Method Details
-
getMessageLocalizationKey
- Specified by:
getMessageLocalizationKeyin classAbstractValidator
-
isValid
- Specified by:
isValidin classAbstractValidator
-