インタフェース
org.seasar.cubby.controller.ClassDetector の使用

ClassDetector を使用しているパッケージ
org.seasar.cubby.controller.impl Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。 
org.seasar.cubby.converter.impl リクエストパラメータの型変換機能の実装を提供します。 
org.seasar.cubby.routing.impl URIルーティング機能の実装を提供します。 
 

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

ClassDetector を実装している org.seasar.cubby.controller.impl のクラス
 class ClassDetectorImpl
          クラスパスを走査してクラスを検出するクラスの実装です。
 

org.seasar.cubby.converter.impl での ClassDetector の使用
 

ClassDetector 型のパラメータを持つ org.seasar.cubby.converter.impl のメソッド
 void ConverterFactoryImpl.setClassDetector(ClassDetector classDetector)
          クラスパスを走査してクラスを検出するクラスを設定します。
 

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

ClassDetector 型のパラメータを持つ org.seasar.cubby.routing.impl のメソッド
 void PathResolverImpl.setClassDetector(ClassDetector classDetector)
          クラスパスを走査してクラスを検出するクラスを設定します。
 



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