Class BeanModelSourceBuilder


  • public class BeanModelSourceBuilder
    extends java.lang.Object
    Utility class for creating BeanModelSource instances without Tapestry-IoC. Usage of Tapestry-IoC is still recommended. The setter methods can be used to customize the BeanModelSource to be created and can be (and usually are) skipped so BeanModelSource beanModelSource = new BeanModelSourceBuilder().build(); is all you need to do.