Package nablarch.common.web.validator
Interface BeanValidationFormFactory
- All Known Implementing Classes:
SimpleReflectionBeanValidationFormFactory
public interface BeanValidationFormFactory
BeanValidation実行時に、Formクラスのインスタンスを生成するファクトリインタフェース。
- See Also:
-
Method Summary
-
Method Details
-
create
引数で指定されたFormのClass
から、インスタンスを生成する。- Type Parameters:
T
- 生成されるフォームの型- Parameters:
formClass
- 生成対象となるFormのClass- Returns:
- 生成されたフォーム
-