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

RequestMethod を使用しているパッケージ
org.seasar.cubby.action アプリケーション開発者が使用するビューコントローラー部分を提供します。 
org.seasar.cubby.routing URIルーティング機能を提供します。 
org.seasar.cubby.routing.impl URIルーティング機能の実装を提供します。 
org.seasar.cubby.util 各種ユーティリティを提供します。 
 

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

RequestMethod を返す org.seasar.cubby.action のメソッド
static RequestMethod RequestMethod.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static RequestMethod[] RequestMethod.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

org.seasar.cubby.routing での RequestMethod の使用
 

RequestMethod を返す org.seasar.cubby.routing のメソッド
 RequestMethod Routing.getRequestMethod()
          リクエストメソッドを取得します。
 

RequestMethod 型のパラメータを持つ org.seasar.cubby.routing のメソッド
 void PathResolver.add(String actionPath, Class<? extends Action> actionClass, String methodName, RequestMethod... requestMethods)
          ルーティング情報を手動登録します。
 

org.seasar.cubby.routing.impl での RequestMethod の使用
 

RequestMethod 型のパラメータを持つ org.seasar.cubby.routing.impl のメソッド
 void PathResolverImpl.add(String actionPath, Class<? extends Action> actionClass, String methodName, RequestMethod... requestMethods)
          ルーティング情報を登録します。
 

org.seasar.cubby.util での RequestMethod の使用
 

RequestMethod を返す org.seasar.cubby.util のメソッド
static RequestMethod[] CubbyUtils.getAcceptableRequestMethods(Class<?> actionClass, Method method)
          指定されたアクションメソッドが受付可能なリクエストメソッドを取得します。
 



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