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

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

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

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

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

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

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

RequestMethod を返す org.seasar.cubby.routing のメソッド
 RequestMethod Routing.getRequestMethod()
          要求メソッドを取得します。
 

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

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

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



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