org.eclipse.jetty.jndi.java
类 javaNameParser
java.lang.Object
org.eclipse.jetty.jndi.java.javaNameParser
- 所有已实现的接口:
- NameParser
public class javaNameParser
- extends Object
- implements NameParser
javaNameParser
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
javaNameParser
public javaNameParser()
parse
public Name parse(String name)
throws NamingException
- Parse a name into its components.
- 指定者:
- 接口
NameParser 中的 parse
- 参数:
name - The non-null string name to parse.
- 返回:
- A non-null parsed form of the name using the naming convention
of this parser.
- 抛出:
NamingException - If a naming exception was encountered.
Copyright © 2013. All Rights Reserved.