Uses of Class
org.apache.tapestry5.services.BeanBlockContribution

Packages that use BeanBlockContribution
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.kaptcha.services Services supporting the Kaptcha (CAPTCHA) component 
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
BeanBlockOverrideSourceImpl(RequestPageCache pageCache, Collection<BeanBlockContribution> configuration)
           
BeanBlockSourceImpl(RequestPageCache pageCache, BeanBlockOverrideSource overrideSource, Collection<BeanBlockContribution> configuration)
           
 

Uses of BeanBlockContribution in org.apache.tapestry5.kaptcha.services
 

Method parameters in org.apache.tapestry5.kaptcha.services with type arguments of type BeanBlockContribution
static void KaptchaModule.provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
           
 

Uses of BeanBlockContribution in org.apache.tapestry5.services
 

Subclasses of BeanBlockContribution in org.apache.tapestry5.services
 class DisplayBlockContribution
          Contribution to BeanBlockSource identifying a block that is used to display a property.
 class EditBlockContribution
          Contribution to BeanBlockSource identifying a block that is used to edit a property.
 

Method parameters in org.apache.tapestry5.services with type arguments of type BeanBlockContribution
static void TapestryModule.provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
           
 



Copyright © 2003-2012 The Apache Software Foundation.