クラス
org.seasar.cubby.action.Validation の使用

Validation を使用しているパッケージ
org.seasar.cubby.examples.guice.action   
org.seasar.cubby.examples.s2.action   
org.seasar.cubby.examples.spring.action   
org.seasar.cubby.validator 入力検証に関する機能を提供します。 
 

org.seasar.cubby.examples.guice.action での Validation の使用
 

Validation 型の注釈を持つ org.seasar.cubby.examples.guice.action のメソッド
 ActionResult HelloAction.message()
           
 

org.seasar.cubby.examples.s2.action での Validation の使用
 

Validation 型の注釈を持つ org.seasar.cubby.examples.s2.action のメソッド
 ActionResult HelloAction.message()
           
 

org.seasar.cubby.examples.spring.action での Validation の使用
 

Validation 型の注釈を持つ org.seasar.cubby.examples.spring.action のメソッド
 ActionResult HelloAction.message()
           
 

org.seasar.cubby.validator での Validation の使用
 

Validation を返す org.seasar.cubby.validator のメソッド
static Validation ValidationUtils.getValidation(Method method)
          指定されたメソッドを修飾する Validation を取得します。
 



Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.