Package info.jtrac.wicket.devmode

Examples of info.jtrac.wicket.devmode.DebugHttpSessionStore


           
            /*
             * The default second level cache session store does not play well
             * with our custom reloading filter so we use a custom session store.
             */
            return new DebugHttpSessionStore(this);
        } else {
            ISessionStore sessionStore = super.newSessionStore();
            logger.info("wicket production mode, using: " + sessionStore);
            return sessionStore;
        }
View Full Code Here

TOP

Related Classes of info.jtrac.wicket.devmode.DebugHttpSessionStore

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.