org.apache.tapestry5.ioc.internal
Interface InternalServiceDef

All Superinterfaces:
ServiceDef, ServiceDef2
All Known Implementing Classes:
ServiceDefImpl

public interface InternalServiceDef
extends ServiceDef2


Method Summary
 java.lang.Class getImplementationClass()
          Returns the service implementation class.
 
Methods inherited from interface org.apache.tapestry5.ioc.def.ServiceDef2
isPreventDecoration
 
Methods inherited from interface org.apache.tapestry5.ioc.def.ServiceDef
createServiceCreator, getMarkers, getServiceId, getServiceInterface, getServiceScope, isEagerLoad
 

Method Detail

getImplementationClass

java.lang.Class getImplementationClass()
Returns the service implementation class.

Returns:
implementations class or null


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