org.stringtree.fetcher
Class FetcherBooleanHelper

java.lang.Object
  extended by org.stringtree.fetcher.FetcherBooleanHelper

public class FetcherBooleanHelper
extends java.lang.Object


Constructor Summary
FetcherBooleanHelper()
           
 
Method Summary
static boolean getBoolean(Fetcher context, java.lang.String key)
           
static boolean getBoolean(Fetcher context, java.lang.String key, boolean dfl)
           
static boolean getBoolean(ObjectFinder context, java.lang.String key)
           
static boolean getBoolean(ObjectFinder context, java.lang.String key, boolean dfl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetcherBooleanHelper

public FetcherBooleanHelper()
Method Detail

getBoolean

public static boolean getBoolean(Fetcher context,
                                 java.lang.String key,
                                 boolean dfl)

getBoolean

public static boolean getBoolean(ObjectFinder context,
                                 java.lang.String key,
                                 boolean dfl)

getBoolean

public static boolean getBoolean(Fetcher context,
                                 java.lang.String key)

getBoolean

public static boolean getBoolean(ObjectFinder context,
                                 java.lang.String key)