org.apache.openejb.util
Class AppFinder

java.lang.Object
  extended by org.apache.openejb.util.AppFinder

public final class AppFinder
extends Object


Nested Class Summary
static class AppFinder.AppContextTransformer
           
static interface AppFinder.Transformer<T>
           
static class AppFinder.WebBeansContextTransformer
           
 
Method Summary
static
<T> T
findAppContextOrWeb(ClassLoader cl, AppFinder.Transformer<T> transformer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findAppContextOrWeb

public static <T> T findAppContextOrWeb(ClassLoader cl,
                                        AppFinder.Transformer<T> transformer)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.