Class JndiUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.util.JndiUtils
-
public final class JndiUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
getJndiProperty(Context ctx, Object defaultValue, String... path)
static Object
getJndiProperty(Context ctx, String... path)
-
-
-
Method Detail
-
getJndiProperty
public static Object getJndiProperty(Context ctx, String... path) throws NamingException
- Throws:
NamingException
-
getJndiProperty
public static Object getJndiProperty(Context ctx, Object defaultValue, String... path) throws NamingException
- Throws:
NamingException
-
-