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