Package org.apache.tapestry.bean

Examples of org.apache.tapestry.bean.LightweightBeanInitializer


    {
        IComponentSpecification cs = parseComponent("BeanInitializer.jwc");
        IBeanSpecification bs = cs.getBeanSpecification("bean");

        List l = bs.getInitializers();
        LightweightBeanInitializer lbi = (LightweightBeanInitializer) l.get(0);

        assertEquals("foo=bar", lbi.getPropertyName());
    }
View Full Code Here

TOP

Related Classes of org.apache.tapestry.bean.LightweightBeanInitializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.