Package org.apache.geronimo.console.databasemanager.tranql

Examples of org.apache.geronimo.console.databasemanager.tranql.TranQLConnectorRenderer


                "/WEB-INF/view/databasemanager/help.jsp", DataSource.class);
    }

    protected void setUpExplicitRenderers(PortletContext context) {
        RENDERERS.put("org.tranql.connector.jdbc.JDBCDriverMCF",
                new TranQLConnectorRenderer(kernel, context));
        RENDERERS
                .put(
                        "org.tranql.connector.derby.EmbeddedXAMCF",
                        new DerbyConnectorRenderer(kernel, context));
        RENDERERS
View Full Code Here

TOP

Related Classes of org.apache.geronimo.console.databasemanager.tranql.TranQLConnectorRenderer

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.