org.apache.tapestry5.ioc.internal
Interface ServiceDefAccumulator

All Known Implementing Classes:
DefaultModuleDefImpl

public interface ServiceDefAccumulator

Simple interface used when invoking a bind() method on a module class.

See Also:
ServiceBinderImpl

Method Summary
 void addServiceDef(ServiceDef serviceDef)
           
 

Method Detail

addServiceDef

void addServiceDef(ServiceDef serviceDef)


Copyright © 2003-2012 The Apache Software Foundation.