Package com.alibaba.citrus.webx.handler.impl

Examples of com.alibaba.citrus.webx.handler.impl.MainHandler


            if (!productionMode) {
                // 从META-INF/webx.internal-request-handlers,不包含error handler和main handler
                internalHandlers = loadInternalHandlers(REQUEST_HANDLER_LOCATION);

                // 创建并初始化mainHandler
                mainHandler = new MainHandler();
                ((MainHandler) mainHandler).setName(EMPTY_STRING);
                autowireAndInitialize(mainHandler, components.getParentApplicationContext(), AUTOWIRE_NO, ERROR_PREFIX);
            }
        }
View Full Code Here


            if (!productionMode) {
                // 从META-INF/webx.internal-request-handlers,不包含error handler和main handler
                internalHandlers = loadInternalHandlers(REQUEST_HANDLER_LOCATION);

                // 创建并初始化mainHandler
                mainHandler = new MainHandler();
                ((MainHandler) mainHandler).setName(EMPTY_STRING);
                autowireAndInitialize(mainHandler, components.getParentApplicationContext(), AUTOWIRE_NO, ERROR_PREFIX);
            }
        }
View Full Code Here

            if (!productionMode) {
                // 从META-INF/webx.internal-request-handlers,不包含error handler和main handler
                internalHandlers = loadInternalHandlers(REQUEST_HANDLER_LOCATION);

                // 创建并初始化mainHandler
                mainHandler = new MainHandler();
                ((MainHandler) mainHandler).setName(EMPTY_STRING);
                autowireAndInitialize(mainHandler, components.getParentApplicationContext(), AUTOWIRE_NO, ERROR_PREFIX);
            }
        }
View Full Code Here

            if (!productionMode) {
                // ��META-INF/webx.internal-request-handlers��������error handler��main handler
                internalHandlers = loadInternalHandlers(REQUEST_HANDLER_LOCATION);

                // ��������ʼ��mainHandler
                mainHandler = new MainHandler();
                ((MainHandler) mainHandler).setName(EMPTY_STRING);
                autowireAndInitialize(mainHandler, components.getParentApplicationContext(), AUTOWIRE_NO, ERROR_PREFIX);
            }
        }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.webx.handler.impl.MainHandler

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.