Uses of Class
templates.model.Validator.ValidatorResult

Packages that use Validator.ValidatorResult
templates.model   
 

Uses of Validator.ValidatorResult in templates.model
 

Methods in templates.model that return types with arguments of type Validator.ValidatorResult
static java.util.List<Validator.ValidatorResult> Validator.validate(TemplateModel model)
          Validate the consistency of a given TemplateModel and return a collection of all consistency issues discovered.