org.apache.openejb.web
Class LightweightWebAppBuilder

java.lang.Object
  extended by org.apache.openejb.web.LightweightWebAppBuilder
All Implemented Interfaces:
WebAppBuilder

public class LightweightWebAppBuilder
extends Object
implements WebAppBuilder


Constructor Summary
LightweightWebAppBuilder()
           
 
Method Summary
 void deployWebApps(AppInfo appInfo, ClassLoader classLoader)
           
 Map<ClassLoader,Map<String,Set<String>>> getJsfClasses()
           
 void undeployWebApps(AppInfo appInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightweightWebAppBuilder

public LightweightWebAppBuilder()
Method Detail

deployWebApps

public void deployWebApps(AppInfo appInfo,
                          ClassLoader classLoader)
                   throws Exception
Specified by:
deployWebApps in interface WebAppBuilder
Throws:
Exception

undeployWebApps

public void undeployWebApps(AppInfo appInfo)
                     throws Exception
Specified by:
undeployWebApps in interface WebAppBuilder
Throws:
Exception

getJsfClasses

public Map<ClassLoader,Map<String,Set<String>>> getJsfClasses()
Specified by:
getJsfClasses in interface WebAppBuilder


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.