Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.profiles.validator.ProfileFieldValidator

Packages that use ProfileFieldValidator
com.jivesoftware.profiles   
com.jivesoftware.profiles.validator   
 

Uses of ProfileFieldValidator in com.jivesoftware.profiles
 

Methods in com.jivesoftware.profiles that return ProfileFieldValidator
 ProfileFieldValidator ProfileField.Type.getValidator()
          Gets the profile field validator for this type
 

Uses of ProfileFieldValidator in com.jivesoftware.profiles.validator
 

Classes in com.jivesoftware.profiles.validator that implement ProfileFieldValidator
 class DateValidator
          A validator which validates dates.
 class DecimalValidator
          A validator which validates decimals.
 class EmailValidator
          A validator which validates email addresses.
 class LengthValidator
          A validator which validates the size of a profile field value.
 class NonValidatingValidator
          A validator that does nothing.
 class NumberValidator
          A validator which validates numbers.
 class RangeValidator
          A validator which validates using a range of acceptable values.
 class RegexValidator
          A validator which validates using a regular expression.
 class URLValidator
          A validator which validates urls.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.