org.mortbay.jndi.java
Class javaURLContextFactory
java.lang.Object
org.mortbay.jndi.java.javaURLContextFactory
- ObjectFactory
public class javaURLContextFactory
extends java.lang.Object
implements ObjectFactory
javaURLContextFactory
This is the URL context factory for the java: URL.
Notes
Usage
Object | getObjectInstance(Object url, Name name, Context ctx, Hashtable env) - Either return a new context or the resolution of a url.
|
getObjectInstance
public Object getObjectInstance(Object url,
Name name,
Context ctx,
Hashtable env)
throws Exception
Either return a new context or the resolution of a url.
url
- an Object
valuename
- a Name
valuectx
- a Context
valueenv
- a Hashtable
value
- a new context or the resolved object for the url
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.