본문 바로가기

SpringFramework Core - I. IoC 컨테이너/5. Bean Scopes

5.4. 요청, 세션, 애플리케이션 그리고 웹소켓 Scopes

원문: https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html#beans-factory-scopes-other

 

 

요청, 세션, 애플리케이션 그리고 웹소켓 scope들은 웹 환경의 스프링 ApplicationContext 구현체를 사용할 때만 사용할 수 있다. 만약 ClassPathXmlApplicationContext와 같은 일반적인 스프링 IoC 컨테이너에서 이 scope들을 쓴다면, bean scope를 모른다는 내용의 IllegalStateException이 발생한다.