org.apache.openejb.web
Class LightweightWebAppBuilder
java.lang.Object
org.apache.openejb.web.LightweightWebAppBuilder
- All Implemented Interfaces:
- WebAppBuilder
public class LightweightWebAppBuilder
- extends Object
- implements WebAppBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LightweightWebAppBuilder
public LightweightWebAppBuilder()
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-2013 The Apache Software Foundation. All Rights Reserved.