org.apache.openejb.util
Class AppFinder.AppContextTransformer

java.lang.Object
  extended by org.apache.openejb.util.AppFinder.AppContextTransformer
All Implemented Interfaces:
AppFinder.Transformer<AppContext>
Enclosing class:
AppFinder

public static class AppFinder.AppContextTransformer
extends Object
implements AppFinder.Transformer<AppContext>


Field Summary
static AppFinder.Transformer<AppContext> INSTANCE
           
 
Constructor Summary
AppFinder.AppContextTransformer()
           
 
Method Summary
 AppContext from(AppContext appCtx)
           
 AppContext from(WebContext webCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AppFinder.Transformer<AppContext> INSTANCE
Constructor Detail

AppFinder.AppContextTransformer

public AppFinder.AppContextTransformer()
Method Detail

from

public AppContext from(AppContext appCtx)
Specified by:
from in interface AppFinder.Transformer<AppContext>

from

public AppContext from(WebContext webCtx)
Specified by:
from in interface AppFinder.Transformer<AppContext>


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