Package com.alibaba.citrus.webx.config

Examples of com.alibaba.citrus.webx.config.WebxConfiguration$ComponentConfig


    public void onRefreshContext() throws BeansException {
        initWebxConfiguration();
    }

    private void initWebxConfiguration() {
        WebxConfiguration webxConfiguration = getWebxConfiguration();

        log.debug("Initializing WebxComponent \"{}\" in {} mode, according to <webx-configuration>", getComponent()
                .getName(), webxConfiguration.isProductionMode() ? "production" : "development");
    }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.webx.config.WebxConfiguration$ComponentConfig

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.