org.asyrinx.joey.test.dao
クラス WebAppDaoTestContext

java.lang.Object
  拡張org.springframework.context.support.AbstractApplicationContext
      拡張org.springframework.context.support.AbstractXmlApplicationContext
          拡張org.asyrinx.joey.test.dao.WebAppDaoTestContext
すべての実装インタフェース:
org.springframework.context.ApplicationContext, org.springframework.beans.factory.BeanFactory, org.springframework.context.ConfigurableApplicationContext, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.beans.factory.ListableBeanFactory, org.springframework.context.MessageSource

public class WebAppDaoTestContext
extends org.springframework.context.support.AbstractXmlApplicationContext

作成者:
akima

フィールドの概要
 
クラス org.springframework.context.support.AbstractApplicationContext から継承したフィールド
logger, MESSAGE_SOURCE_BEAN_NAME
 
コンストラクタの概要
WebAppDaoTestContext(WebAppDaoTestConfig config, java.lang.String configLocation)
           
WebAppDaoTestContext(WebAppDaoTestConfig config, java.lang.String[] configLocations)
           
WebAppDaoTestContext(WebAppDaoTestConfig config, java.lang.String[] configLocations, org.springframework.context.ApplicationContext parent)
           
 
メソッドの概要
 WebAppDaoTestConfig getConfig()
           
protected  org.springframework.core.io.Resource getResourceByPath(java.lang.String path)
           
protected  void loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader)
           
 void refresh()
           
 
クラス org.springframework.context.support.AbstractXmlApplicationContext から継承したメソッド
getBeanFactory, refreshBeanFactory
 
クラス org.springframework.context.support.AbstractApplicationContext から継承したメソッド
addListener, close, containsBean, containsBeanDefinition, getAliases, getBean, getBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanDefinitionNames, getBeansOfType, getDisplayName, getMessage, getMessage, getMessage, getParent, getParentBeanFactory, getResource, getStartupDate, isSingleton, onRefresh, publishEvent, setDisplayName, setParent, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

WebAppDaoTestContext

public WebAppDaoTestContext(WebAppDaoTestConfig config,
                            java.lang.String configLocation)

WebAppDaoTestContext

public WebAppDaoTestContext(WebAppDaoTestConfig config,
                            java.lang.String[] configLocations)

WebAppDaoTestContext

public WebAppDaoTestContext(WebAppDaoTestConfig config,
                            java.lang.String[] configLocations,
                            org.springframework.context.ApplicationContext parent)
パラメータ:
parent -
メソッドの詳細

refresh

public void refresh()
             throws org.springframework.beans.BeansException
例外:
org.springframework.beans.BeansException
関連項目:
AbstractApplicationContext.refresh()

loadBeanDefinitions

protected void loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader)
                            throws org.springframework.beans.BeansException,
                                   java.io.IOException
例外:
org.springframework.beans.BeansException
java.io.IOException
関連項目:
AbstractXmlApplicationContext.loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader)

getResourceByPath

protected org.springframework.core.io.Resource getResourceByPath(java.lang.String path)
関連項目:
AbstractApplicationContext.getResourceByPath(java.lang.String)

getConfig

public WebAppDaoTestConfig getConfig()
戻り値:


Copyright © 2004 asyrinx organization. All Rights Reserved.