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

RequestMethod を使用しているパッケージ
org.seasar.cubby.action アプリケーション開発者が使用するビューコントローラー部分を提供します。 
org.seasar.cubby.convention.impl Seasar2の命名規約のCubby向け機能の実装を提供します。 
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.convention.impl での RequestMethod の使用
 

RequestMethod 型のパラメータを持つ org.seasar.cubby.convention.impl のメソッド
 void PathResolverImpl.add(String regexp, Class<? extends Action> actionClass, String methodName, RequestMethod... requestMethods)
           
 

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

RequestMethod を返す org.seasar.cubby.util のメソッド
static RequestMethod[] CubbyUtils.getAcceptableRequestMethods(Class<?> c, Method m)
           
 



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