public class javaURLContextFactory extends Object implements ObjectFactory
This is the URL context factory for the java: URL.
| Constructor and Description |
|---|
javaURLContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObjectInstance(Object url,
Name name,
Context ctx,
Hashtable env)
Either return a new context or the resolution of a url.
|
public Object getObjectInstance(Object url, Name name, Context ctx, Hashtable env) throws Exception
getObjectInstance in interface ObjectFactoryurl - an Object valuename - a Name valuectx - a Context valueenv - a Hashtable valueException - if an error occursCopyright © 1995-2016 Webtide. All Rights Reserved.