Uses of Class
org.apache.tapestry5.services.BeanBlockContribution
Packages that use BeanBlockContribution
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
-
Uses of BeanBlockContribution in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type BeanBlockContributionModifierConstructorDescriptionBeanBlockOverrideSourceImpl
(RequestPageCache pageCache, Collection<BeanBlockContribution> configuration) BeanBlockSourceImpl
(RequestPageCache pageCache, BeanBlockOverrideSource overrideSource, Collection<BeanBlockContribution> configuration) -
Uses of BeanBlockContribution in org.apache.tapestry5.kaptcha.modules
Method parameters in org.apache.tapestry5.kaptcha.modules with type arguments of type BeanBlockContributionModifier and TypeMethodDescriptionstatic void
KaptchaModule.provideDefaultBeanBlocks
(Configuration<BeanBlockContribution> configuration) -
Uses of BeanBlockContribution in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type BeanBlockContributionModifier and TypeMethodDescriptionstatic void
TapestryModule.provideDefaultBeanBlocks
(Configuration<BeanBlockContribution> configuration) -
Uses of BeanBlockContribution in org.apache.tapestry5.services
Subclasses of BeanBlockContribution in org.apache.tapestry5.servicesModifier and TypeClassDescriptionclass
Contribution toBeanBlockSource
identifying a block that is used to display a property.class
Contribution toBeanBlockSource
identifying a block that is used to edit a property.