Package org.eclipse.jetty.jndi.local

Examples of org.eclipse.jetty.jndi.local.localContextRoot$LocalNameParser


     */
    public Context getInitialContext(Hashtable env)
    {
        __log.debug("InitialContextFactory.getInitialContext()");

        Context ctx = new localContextRoot(env);
        if(__log.isDebugEnabled())__log.debug("Created initial context delegate for local namespace:"+ctx);

        return ctx;
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.jndi.local.localContextRoot$LocalNameParser

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.