Uses of Class
org.apache.tapestry5.services.BeanBlockContribution
-
Packages that use BeanBlockContribution Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.kaptcha.modules org.apache.tapestry5.modules org.apache.tapestry5.services Core services -
-
Uses of BeanBlockContribution in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type BeanBlockContribution Constructor Description BeanBlockOverrideSourceImpl(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 BeanBlockContribution Modifier and Type Method Description static 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 BeanBlockContribution Modifier and Type Method Description static void
TapestryModule. provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
-
Uses of BeanBlockContribution in org.apache.tapestry5.services
Subclasses of BeanBlockContribution in org.apache.tapestry5.services Modifier and Type Class Description class
DisplayBlockContribution
Contribution toBeanBlockSource
identifying a block that is used to display a property.class
EditBlockContribution
Contribution toBeanBlockSource
identifying a block that is used to edit a property.
-