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
クラス 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.