org.seasar.cubby.plugins.spring.spi
クラス SpringPathResolverProvider

java.lang.Object
  上位を拡張 org.seasar.cubby.plugins.spring.spi.SpringPathResolverProvider
すべての実装されたインタフェース:
PathResolverProvider, Provider, ApplicationContextAware

public class SpringPathResolverProvider
extends Object
implements PathResolverProvider, ApplicationContextAware

パスリゾルバプロバイダの実装クラスです。

導入されたバージョン:
2.0.0
作成者:
suzuki-kei, someda

コンストラクタの概要
SpringPathResolverProvider()
           
 
メソッドの概要
 PathResolver getPathResolver()
          PathResolver を取得します。
 void initialize()
          このオブジェクトを初期化します。
 void setApplicationContext(ApplicationContext applicationContext)
          アプリケーションコンテキストを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SpringPathResolverProvider

public SpringPathResolverProvider()
メソッドの詳細

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
アプリケーションコンテキストを設定します。

定義:
インタフェース ApplicationContextAware 内の setApplicationContext
パラメータ:
applicationContext - アプリケーションコンテキスト

initialize

public void initialize()
このオブジェクトを初期化します。


getPathResolver

public PathResolver getPathResolver()
PathResolver を取得します。

定義:
インタフェース PathResolverProvider 内の getPathResolver
戻り値:
PathResolver


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