Interface IValidationService

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable
    All Known Subinterfaces:
    FileUploadValidationService
    All Known Implementing Classes:
    DefaultUploadValidationService, ImageUploadValidationService

    public interface IValidationService
    extends org.apache.wicket.util.io.IClusterable
    The validation service validates models. The results of the validation should be made available in a model. Field plugins should subscribe to this model, informing the user when the field is involved in a constraint violation.