com.googlecode.jpattern.gwt.client
Interface IApplicationProvider

All Known Implementing Classes:
AApplication, NullApplicationProvider

public interface IApplicationProvider

Author:
Francesco Cina' 12 Apr 2011

Method Summary
 ICacheService getCacheService()
           
 ILoggerService getLoggerService()
           
 ISerializerService getSerializerService()
           
 IServerCallService getServerCallService()
           
 IService getService(String serviceName)
           
 

Method Detail

getService

IService getService(String serviceName)

getLoggerService

ILoggerService getLoggerService()

getServerCallService

IServerCallService getServerCallService()

getSerializerService

ISerializerService getSerializerService()

getCacheService

ICacheService getCacheService()


Copyright © 2011. All Rights Reserved.