Package org.eclipse.jetty.jndi.java
Class javaNameParser
java.lang.Object
org.eclipse.jetty.jndi.java.javaNameParser
- All Implemented Interfaces:
NameParser
javaNameParser
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
javaNameParser
public javaNameParser()
-
-
Method Details
-
parse
Parse a name into its components.- Specified by:
parse
in interfaceNameParser
- Parameters:
name
- The non-null string name to parse.- Returns:
- A non-null parsed form of the name using the naming convention of this parser.
- Throws:
NamingException
- If a naming exception was encountered.
-