Package com.alibaba.citrus.util.internal.webpagelite

Examples of com.alibaba.citrus.util.internal.webpagelite.PageComponent


    }

    public final void afterPropertiesSet() throws Exception {
        // 对所有的component进行spring注入。
        for (String path : getComponentPaths()) {
            PageComponent pc = getComponent(path, PageComponent.class);

            getApplicationContext().getAutowireCapableBeanFactory().autowireBeanProperties(pc,
                                                                                           AbstractBeanDefinition.AUTOWIRE_NO, false);

            getApplicationContext().getAutowireCapableBeanFactory().initializeBean(pc, path);
View Full Code Here


    }

    public final void afterPropertiesSet() throws Exception {
        // �����е�component����springע�롣
        for (String path : getComponentPaths()) {
            PageComponent pc = getComponent(path, PageComponent.class);

            getApplicationContext().getAutowireCapableBeanFactory().autowireBeanProperties(pc,
                    AbstractBeanDefinition.AUTOWIRE_NO, false);

            getApplicationContext().getAutowireCapableBeanFactory().initializeBean(pc, path);
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.util.internal.webpagelite.PageComponent

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.