org.apache.openejb.config
Class WebModule
java.lang.Object
org.apache.openejb.config.Module
org.apache.openejb.config.WebModule
- All Implemented Interfaces:
- DeploymentModule, RESTModule, WsModule
public class WebModule
- extends Module
- implements WsModule, RESTModule
- Version:
- $Rev: 1161238 $ $Date: 2011-08-24 19:29:04 +0000 (Wed, 24 Aug 2011) $
| Methods inherited from class org.apache.openejb.config.Module |
getAltDDs, getAppModule, getClassLoader, getUniqueId, getValidationConfig, initAppModule, initResources, isStandaloneModule, setClassLoader, setStandaloneModule, setValidationConfig |
WebModule
public WebModule(WebApp webApp,
String contextRoot,
ClassLoader classLoader,
String jarLocation,
String moduleId)
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation in interface DeploymentModule
getModuleId
public String getModuleId()
- Specified by:
getModuleId in interface DeploymentModule
getFile
public File getFile()
- Specified by:
getFile in interface DeploymentModule
getModuleUri
public URI getModuleUri()
- Specified by:
getModuleUri in interface DeploymentModule
getUrls
public List<URL> getUrls()
setUrls
public void setUrls(List<URL> urls)
getFinder
public org.apache.xbean.finder.IAnnotationFinder getFinder()
setFinder
public void setFinder(org.apache.xbean.finder.IAnnotationFinder finder)
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation 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
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()
toString
public String toString()
- Overrides:
toString in class Object
getRestClasses
public Set<String> getRestClasses()
- Specified by:
getRestClasses in interface RESTModule
getRestApplications
public Set<String> getRestApplications()
getEjbWebServices
public Set<String> getEjbWebServices()
getEjbRestServices
public Set<String> getEjbRestServices()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.