org.apache.openejb.config
Class WebModule
java.lang.Object
org.apache.openejb.config.WebModule
- All Implemented Interfaces:
- DeploymentModule, WsModule
public class WebModule
- extends Object
- implements WsModule
- Version:
- $Rev: 823801 $ $Date: 2009-10-10 08:22:04 +0200 (Sa, 10. Okt 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebModule
public WebModule(WebApp webApp,
String contextRoot,
ClassLoader classLoader,
String jarLocation,
String moduleId)
getFinder
public org.apache.xbean.finder.ClassFinder getFinder()
setFinder
public void setFinder(org.apache.xbean.finder.ClassFinder finder)
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation
in interface DeploymentModule
getModuleId
public String getModuleId()
- Specified by:
getModuleId
in interface DeploymentModule
getAltDDs
public Map<String,Object> getAltDDs()
- Specified by:
getAltDDs
in interface DeploymentModule
getWebApp
public WebApp getWebApp()
setWebApp
public void setWebApp(WebApp webApp)
getWebservices
public Webservices getWebservices()
- Specified by:
getWebservices
in interface WsModule
setWebservices
public void setWebservices(Webservices webservices)
- Specified by:
setWebservices
in interface WsModule
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface DeploymentModule
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation
in interface DeploymentModule
setJarLocation
public void setJarLocation(String jarLocation)
getContextRoot
public String getContextRoot()
setContextRoot
public void setContextRoot(String contextRoot)
getHost
public String getHost()
setHost
public void setHost(String host)
getTaglibs
public List<TldTaglib> getTaglibs()
getWatchedResources
public Set<String> getWatchedResources()
- Specified by:
getWatchedResources
in interface DeploymentModule
getFacesConfigs
public List<FacesConfig> getFacesConfigs()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.