org.apache.myfaces.tobago.util
Class JndiUtils

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

public class JndiUtils
extends Object


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

Constructor Detail

JndiUtils

public JndiUtils()
Method Detail

getJndiProperty

public static Object getJndiProperty(Context ctx,
                                     String property)
                              throws NamingException
Throws:
NamingException

getJndiProperty

public static Object getJndiProperty(Context ctx,
                                     String property,
                                     Object defaultValue)
                              throws NamingException
Throws:
NamingException


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