org.apache.tapestry.form.validator

Interface ValidatorFactory

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List constructValidatorList(IComponent component, java.lang.String specification)
      Constructs a new (immutable) List of Validator, or returns a previously constructed List.
    • Method Detail

      • constructValidatorList

        java.util.List constructValidatorList(IComponent component,
                                            java.lang.String specification)
        Constructs a new (immutable) List of Validator, or returns a previously constructed List.
        Parameters:
        component - the component for which the list is being created
        specification - a string identifying which validators and their configuration
        Returns:
        List of Validator (possibly empty)