org.apache.tapestry5.ioc.def
Interface ModuleDef2

All Superinterfaces:
ModuleDef
All Known Implementing Classes:
DefaultModuleDefImpl

public interface ModuleDef2
extends ModuleDef

Extended version of ModuleDef introduced in Tapestry 5.1 to allow for service advisors (an improvement on service decorators).

Since:
5.1.0.0

Method Summary
 Set<AdvisorDef> getAdvisorDefs()
          Returns all the service advisor definitions built/provided by this module.
 
Methods inherited from interface org.apache.tapestry5.ioc.def.ModuleDef
getBuilderClass, getContributionDefs, getDecoratorDefs, getLoggerName, getServiceDef, getServiceIds
 

Method Detail

getAdvisorDefs

Set<AdvisorDef> getAdvisorDefs()
Returns all the service advisor definitions built/provided by this module.



Copyright © 2003-2012 The Apache Software Foundation.