Uses of Interface
com.opensymphony.module.propertyset.verifiers.PropertyVerifier

Packages that use PropertyVerifier
com.opensymphony.module.propertyset   
com.opensymphony.module.propertyset.verifiers   
 

Uses of PropertyVerifier in com.opensymphony.module.propertyset
 

Methods in com.opensymphony.module.propertyset with parameters of type PropertyVerifier
 boolean PropertySchema.addVerifier(PropertyVerifier pv)
           
 boolean PropertySchema.removeVerifier(PropertyVerifier pv)
           
 

Uses of PropertyVerifier in com.opensymphony.module.propertyset.verifiers
 

Classes in com.opensymphony.module.propertyset.verifiers that implement PropertyVerifier
 class NumberVerifier
          Handles verification of numbers.
 class StringVerifier
          Handles verification of Strings.
 


See www.opensymphony.com for more information.