| java.lang.Object org.apache.tapestry.ioc.internal.DefaultModuleDefImpl
DefaultModuleDefImpl | public class DefaultModuleDefImpl implements ModuleDef,ServiceDefAccumulator(Code) | | Starting from the Class for a module builder, identifies all the services (service builder
methods), decorators (service decorator methods) and (not yet implemented) contributions (service
contributor methods).
|
DefaultModuleDefImpl | public DefaultModuleDefImpl(Class builderClass, Log log, ClassFactory classFactory)(Code) | | Parameters: builderClass - the class that is responsible for building services, etc. Parameters: log - Parameters: classFactory - TODO |
toString | public String toString()(Code) | | Identified the module builder class and a list of service ids within the module.
|
|
|