Package org.gomba.utils.servlet

Examples of org.gomba.utils.servlet.ServletLogger


        // debug mode
        this.debugMode = AbstractServlet.getDebugMode(config);

        // build our strange logger
        this.logger = new ServletLogger(this, this.debugMode);

        // get the JNDI data source
        this.dataSource = AbstractServlet.getDataSource(config);

        // transaction URI pseudo-expression
View Full Code Here

TOP

Related Classes of org.gomba.utils.servlet.ServletLogger

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.