Uses of Interface
kr.co.hit.live.context.ApplicationContext

Packages that use ApplicationContext
kr.co.hit.live.context   
kr.co.hit.live.web.action   
kr.co.hit.live.web.delegator   
kr.co.hit.live.web.delegator.impl   
kr.co.hit.live.web.flex   
kr.co.hit.live.web.mapper.action   
kr.co.hit.live.web.mapper.action.impl   
 

Uses of ApplicationContext in kr.co.hit.live.context
 

Methods in kr.co.hit.live.context that return ApplicationContext
protected  ApplicationContext ContextAwareService.getApplicationContext()
          현재 쓰레드에 연결된 어플리케이션 컨텍스트 객체를 반환한다.
 

Constructors in kr.co.hit.live.context with parameters of type ApplicationContext
ContextPostProcessor(ApplicationContext ctx)
           
 

Uses of ApplicationContext in kr.co.hit.live.web.action
 

Classes in kr.co.hit.live.web.action that implement ApplicationContext
 class WebApplicationContext
          WebAction이 실행될 때 필요한 정보들을 제공한다.
 

Uses of ApplicationContext in kr.co.hit.live.web.delegator
 

Methods in kr.co.hit.live.web.delegator with parameters of type ApplicationContext
 Object ServiceDelegator.callService(Message message, ApplicationContext context)
          전달된 메시지 정보를 사용하여 business logic을 호출하고 그 결과를 반환한다.
 

Uses of ApplicationContext in kr.co.hit.live.web.delegator.impl
 

Methods in kr.co.hit.live.web.delegator.impl with parameters of type ApplicationContext
 Object LocalServiceDelegator.callService(Message message, ApplicationContext context)
           
 

Uses of ApplicationContext in kr.co.hit.live.web.flex
 

Methods in kr.co.hit.live.web.flex with parameters of type ApplicationContext
protected  AcknowledgeMessage FlexWebAction.handleRemotingMessage(RemotingMessage message, ApplicationContext context)
           
protected  AmfPacket FlexWebAction.invoke(AmfPacket amfRequestPacket, ApplicationContext context)
           
 

Uses of ApplicationContext in kr.co.hit.live.web.mapper.action
 

Methods in kr.co.hit.live.web.mapper.action with parameters of type ApplicationContext
 Object ActionDelegator.execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
          주어진 파라메터의 타입과 파라메터 값을 사용하여 action을 실행한다.
 Object ActionDelegator.execute(Object[] argValues, ApplicationContext ctx)
          주어진 파라메터 값을 사용하여 action을 실행한다.
 

Uses of ApplicationContext in kr.co.hit.live.web.mapper.action.impl
 

Methods in kr.co.hit.live.web.mapper.action.impl with parameters of type ApplicationContext
 Object WebServiceDelegator.execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
           
 Object LocalServiceDelegator.execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
           
 Object EJBServiceDelegator.execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
           
 Object WebServiceDelegator.execute(Object[] argValues, ApplicationContext ctx)
           
 Object LocalServiceDelegator.execute(Object[] argValues, ApplicationContext ctx)
           
 Object EJBServiceDelegator.execute(Object[] argValues, ApplicationContext ctx)
           
 



Copyright © 2014. All Rights Reserved.