Package org.apache.tapestry5.ioc.def


package org.apache.tapestry5.ioc.def
Tapestry IOC service definitions
  • Interfaces
    Class
    Description
    Contribution to a service configuration.
    Extended version of ContributionDef introduced to determine any module method annotated with Contribute as a contributor method.
    Starting in Tapestry 5.3, contributions could be optional.
    Definition of a service decorator, which (by default) is derived from a service decorator method.
    Extended version of DecoratorDef introduced to determine any module method annotated with Decorate as a decorator method.
    Defines the contents of a module.
    Extended version of ModuleDef introduced in Tapestry 5.1 to allow for service advisors (an improvement on service decorators).
    Service definition derived, by default, from a service builder method.
    Extension to ServiceDef containing new methods added for Tapestry 5.1.
    Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class.
    Represents a public module method (static or instance) with a Startup annotation.