org.eclipse.jetty.jndi.java
类 javaURLContextFactory

java.lang.Object
  继承者 org.eclipse.jetty.jndi.java.javaURLContextFactory
所有已实现的接口:
ObjectFactory

public class javaURLContextFactory
extends Object
implements ObjectFactory

javaURLContextFactory

This is the URL context factory for the java: URL.

Notes

Usage


构造方法摘要
javaURLContextFactory()
           
 
方法摘要
 Object getObjectInstance(Object url, Name name, Context ctx, Hashtable env)
          Either return a new context or the resolution of a url.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

javaURLContextFactory

public javaURLContextFactory()
方法详细信息

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.

指定者:
接口 ObjectFactory 中的 getObjectInstance
参数:
url - an Object value
name - a Name value
ctx - a Context value
env - a Hashtable value
返回:
a new context or the resolved object for the url
抛出:
Exception - if an error occurs


Copyright © 2013. All Rights Reserved.