org.seasar.junitcdi.validation.internal
クラス ValidationServicesImpl

java.lang.Object
  上位を拡張 org.seasar.junitcdi.validation.internal.ValidationServicesImpl
すべての実装されたインタフェース:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.validation.spi.ValidationServices

public class ValidationServicesImpl
extends Object
implements org.jboss.weld.validation.spi.ValidationServices

デフォルトのを提供するValidationServices の実装です.

作成者:
koichik

フィールドの概要
protected  ValidatorFactory factory
          デフォルトのValidatorFactory
 
コンストラクタの概要
ValidationServicesImpl()
           
 
メソッドの概要
 void cleanup()
           
 ValidatorFactory getDefaultValidatorFactory()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

factory

protected final ValidatorFactory factory
デフォルトのValidatorFactory

コンストラクタの詳細

ValidationServicesImpl

public ValidationServicesImpl()
メソッドの詳細

cleanup

public void cleanup()
定義:
インタフェース org.jboss.weld.bootstrap.api.Service 内の cleanup

getDefaultValidatorFactory

public ValidatorFactory getDefaultValidatorFactory()
定義:
インタフェース org.jboss.weld.validation.spi.ValidationServices 内の getDefaultValidatorFactory


Copyright © 2010 The Seasar Foundation. All Rights Reserved.