org.jboss.weld.validation.spi
Interface ValidationServices

All Superinterfaces:
Service

public interface ValidationServices
extends Service

Responsible for accessing Bean Validation functionality the environment may provide.

Required in a Java EE environment.

ValidationServices is a per-deployment service

Author:
pmuir

Method Summary
 javax.validation.ValidatorFactory getDefaultValidatorFactory()
          Obtain a reference to the default ValidatorFactory
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

getDefaultValidatorFactory

javax.validation.ValidatorFactory getDefaultValidatorFactory()
Obtain a reference to the default ValidatorFactory

Returns:


Copyright © 2013 Seam Framework. All Rights Reserved.