インタフェース
org.seasar.cubby.action.ActionResult の使用

ActionResult を使用しているパッケージ
org.seasar.cubby.action アプリケーション開発者が使用するビューコントローラー部分を提供します。 
org.seasar.cubby.controller Cubbyフレームワークが使用するビューコントローラに関する機能を提供します。 
org.seasar.cubby.controller.impl Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。 
 

org.seasar.cubby.action での ActionResult の使用
 

ActionResult を実装している org.seasar.cubby.action のクラス
 class Direct
          アクションメソッドから直接レスポンスを返すことを示す ActionResult です。
 class Forward
          指定されたパスにフォワードする ActionResult です。
 class Json
          JSON 形式のレスポンスを返す ActionResult です。
 class Redirect
          指定されたパスにリダイレクトする ActionResult です。
 

org.seasar.cubby.controller での ActionResult の使用
 

ActionResult を返す org.seasar.cubby.controller のメソッド
 ActionResult ActionContext.invoke()
           
 

org.seasar.cubby.controller.impl での ActionResult の使用
 

ActionResult を返す org.seasar.cubby.controller.impl のメソッド
 ActionResult ActionContextImpl.invoke()
           
 



Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.