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
| 从类 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 valuename - a Name valuectx - a Context valueenv - a Hashtable value
- 返回:
- a new context or the resolved object for the url
- 抛出:
Exception - if an error occurs
Copyright © 2013. All Rights Reserved.