kr.co.hit.live.web.action
Class WebActionPostProcessor
java.lang.Object
kr.co.hit.live.web.action.WebActionPostProcessor
- All Implemented Interfaces:
- ServicePostProcessor
public class WebActionPostProcessor
- extends Object
- implements ServicePostProcessor
WebAction 객체가 ServiceContainer에서 생성될 때 WebApplicationContext 객체를
전달해주기위한 ServicePostProcessor의 구현 클래스이다.
- Since:
- 4.0
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebActionPostProcessor
public WebActionPostProcessor(WebApplicationContext ctx)
postProcess
public Object postProcess(Object svcObject,
String svcName)
- Description copied from interface:
ServicePostProcessor
- 서비스 컨테이너에서 서비스 객체가 생성될 때 호출된다.
서비스 객체의 생성자 또는 Factory를 통한 객체 생성 이후에 호출되며
SetterInjection과 Init-method 이전에 호출된다.
- Specified by:
postProcess in interface ServicePostProcessor
Copyright © 2014. All Rights Reserved.