Package org.xwiki.model.validation
-
Interface Summary Interface Description EntityNameValidation Define a strategy to validate or transform an entity reference.EntityNameValidationConfiguration Define the configuration of the name strategy to be used.EntityNameValidationManager Manage the availableEntityNameValidation
components. -
Class Summary Class Description AbstractEntityNameValidation Define generic methods for transforming or validating entities based on the implementation of theEntityNameValidation.transform(String)
andEntityNameValidation.isValid(String)
.