Uses of Interface
org.apache.tapestry5.ioc.Markable
-
Packages that use Markable Package Description org.apache.tapestry5.ioc A code-centric, high-performance, simple Inversion of Control containerorg.apache.tapestry5.ioc.def Tapestry IOC service definitionsorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. -
-
Uses of Markable in org.apache.tapestry5.ioc
Subinterfaces of Markable in org.apache.tapestry5.ioc Modifier and Type Interface Description interface
AdvisorDef2
Extended version ofAdvisorDef
introduced to determine any module method annotated withAdvise
as an advisor method. -
Uses of Markable in org.apache.tapestry5.ioc.def
Subinterfaces of Markable in org.apache.tapestry5.ioc.def Modifier and Type Interface Description interface
ContributionDef2
Extended version ofContributionDef
introduced to determine any module method annotated withContribute
as a contributor method.interface
ContributionDef3
Starting in Tapestry 5.3, contributions could be optional.interface
DecoratorDef2
Extended version ofDecoratorDef
introduced to determine any module method annotated withDecorate
as a decorator method. -
Uses of Markable in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement Markable Modifier and Type Class Description class
AdvisorDefImpl
class
ContributionDefImpl
class
DecoratorDefImpl
-