Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

ApplicationContext

 

대표적인 ApplicationContext 구현체

클래스설명
AnnotationConfigApplicationContext하나 이상의 자바 기반 설정 클래스에서 스프링 애플리케이션 컨텍스트를 로드함.
AnnotationConfigWebApplicationContext하나 이상의 자바 기반 설정 클래스에서 스프링 웹 애플리케이션 컨텍스트를 로드함.
ClassPathXmlApplicationContext클래스패스(classpath)에 위치한 XML 파일에서 컨텍스트 정의 내용을 로드함.
FileSystemXmlApplicationContext파일 시스템에서, 즉 파일 경로로 지정된 XML 파일에서 컨텍스트 정의 내용을 로드함.
XmlWebApplicationContext웹 애플리케이션에 포함된 XML 파일에서 컨텍스트 정의 내용을 로드함.
  • No labels