org.apache.tapestry.services.impl
Interface EngineServiceSource

All Known Implementing Classes:
ServiceMapImpl

public interface EngineServiceSource

Interface that allows IEngineService proxies to be converted to real instances.

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
EngineServiceInnerProxy

Method Summary
 IEngineService resolveEngineService(String name)
          Obtains an actual service implementation, not a proxy.
 

Method Detail

resolveEngineService

IEngineService resolveEngineService(String name)
Obtains an actual service implementation, not a proxy.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.