| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.DefaultTextFieldCharacterLengthValidator |
Reads the maximum character length from the application properties.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the maximum number of characters to be entered for a single field.
| |||||||||||
Validate the length of the given string against the maximum number.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.issue.fields.TextFieldCharacterLengthValidator
| |||||||||||||||
Returns the maximum number of characters to be entered for a single field.
Validate the length of the given string against the maximum number.
| text | the text to be checked; can be null |
|---|
null is always valid

