org.apache.myfaces.tobago.internal.util
Class JndiUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.util.JndiUtils

public final class JndiUtils
extends Object


Method Summary
static Object getJndiProperty(Context ctx, Object defaultValue, String... path)
           
static Object getJndiProperty(Context ctx, String... path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.