Package com.rop.session

Examples of com.rop.session.SessionBindInterceptor


        //初始化事件发布器
        this.ropEventMulticaster = buildRopEventMulticaster();

        //注册会话绑定拦截器
        this.addInterceptor(new SessionBindInterceptor());

        //初始化信息源
        initMessageSource();

        //产生Rop框架初始化事件
View Full Code Here

TOP

Related Classes of com.rop.session.SessionBindInterceptor

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.