org.apache.openejb.jee
Class WebApp
java.lang.Object
org.apache.openejb.jee.WebApp
- All Implemented Interfaces:
- JndiConsumer
public class WebApp
- extends Object
- implements JndiConsumer
Method Summary |
List<ParamValue> |
getContextParam()
|
String |
getContextRoot()
|
String |
getDescription()
|
Text[] |
getDescriptions()
|
String |
getDisplayName()
|
Text[] |
getDisplayNames()
|
List<EmptyType> |
getDistributable()
|
Collection<EjbLocalRef> |
getEjbLocalRef()
|
Map<String,EjbLocalRef> |
getEjbLocalRefMap()
|
Collection<EjbRef> |
getEjbRef()
|
Map<String,EjbRef> |
getEjbRefMap()
|
Collection<EnvEntry> |
getEnvEntry()
|
Map<String,EnvEntry> |
getEnvEntryMap()
|
List<ErrorPage> |
getErrorPage()
|
List<Filter> |
getFilter()
|
List<FilterMapping> |
getFilterMapping()
|
Icon |
getIcon()
|
Map<String,Icon> |
getIconMap()
|
Collection<Icon> |
getIcons()
|
String |
getId()
|
String |
getJndiConsumerName()
|
List<JspConfig> |
getJspConfig()
|
List<Listener> |
getListener()
|
List<LocaleEncodingMappingList> |
getLocaleEncodingMappingList()
|
List<LoginConfigType> |
getLoginConfig()
|
List<MessageDestination> |
getMessageDestination()
|
Collection<MessageDestinationRef> |
getMessageDestinationRef()
|
Map<String,MessageDestinationRef> |
getMessageDestinationRefMap()
|
List<MimeMapping> |
getMimeMapping()
|
Collection<PersistenceContextRef> |
getPersistenceContextRef()
|
Map<String,PersistenceContextRef> |
getPersistenceContextRefMap()
|
Collection<PersistenceUnitRef> |
getPersistenceUnitRef()
|
Map<String,PersistenceUnitRef> |
getPersistenceUnitRefMap()
|
List<LifecycleCallback> |
getPostConstruct()
|
List<LifecycleCallback> |
getPreDestroy()
|
Collection<ResourceEnvRef> |
getResourceEnvRef()
|
Map<String,ResourceEnvRef> |
getResourceEnvRefMap()
|
Collection<ResourceRef> |
getResourceRef()
|
Map<String,ResourceRef> |
getResourceRefMap()
|
List<SecurityConstraint> |
getSecurityConstraint()
|
List<SecurityRole> |
getSecurityRole()
|
Collection<ServiceRef> |
getServiceRef()
|
Map<String,ServiceRef> |
getServiceRefMap()
|
List<Servlet> |
getServlet()
|
List<ServletMapping> |
getServletMapping()
|
List<SessionConfig> |
getSessionConfig()
|
String |
getVersion()
|
List<WelcomeFileList> |
getWelcomeFileList()
|
Boolean |
isMetadataComplete()
|
void |
setContextRoot(String contextRoot)
|
void |
setDescriptions(Text[] text)
|
void |
setDisplayNames(Text[] text)
|
void |
setId(String value)
|
void |
setMetadataComplete(Boolean value)
|
void |
setVersion(String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
displayName
protected TextMap displayName
icon
protected LocalCollection<Icon> icon
distributable
protected List<EmptyType> distributable
contextParam
protected List<ParamValue> contextParam
filter
protected List<Filter> filter
filterMapping
protected List<FilterMapping> filterMapping
listener
protected List<Listener> listener
servlet
protected List<Servlet> servlet
servletMapping
protected List<ServletMapping> servletMapping
sessionConfig
protected List<SessionConfig> sessionConfig
mimeMapping
protected List<MimeMapping> mimeMapping
welcomeFileList
protected List<WelcomeFileList> welcomeFileList
errorPage
protected List<ErrorPage> errorPage
jspConfig
protected List<JspConfig> jspConfig
securityConstraint
protected List<SecurityConstraint> securityConstraint
loginConfig
protected List<LoginConfigType> loginConfig
securityRole
protected List<SecurityRole> securityRole
localeEncodingMappingList
protected List<LocaleEncodingMappingList> localeEncodingMappingList
envEntry
protected KeyedCollection<String,EnvEntry> envEntry
ejbRef
protected KeyedCollection<String,EjbRef> ejbRef
ejbLocalRef
protected KeyedCollection<String,EjbLocalRef> ejbLocalRef
serviceRef
protected KeyedCollection<String,ServiceRef> serviceRef
resourceRef
protected KeyedCollection<String,ResourceRef> resourceRef
resourceEnvRef
protected KeyedCollection<String,ResourceEnvRef> resourceEnvRef
messageDestinationRef
protected KeyedCollection<String,MessageDestinationRef> messageDestinationRef
persistenceContextRef
protected KeyedCollection<String,PersistenceContextRef> persistenceContextRef
persistenceUnitRef
protected KeyedCollection<String,PersistenceUnitRef> persistenceUnitRef
postConstruct
protected List<LifecycleCallback> postConstruct
preDestroy
protected List<LifecycleCallback> preDestroy
messageDestination
protected List<MessageDestination> messageDestination
id
protected String id
metadataComplete
protected Boolean metadataComplete
version
protected String version
WebApp
public WebApp()
getJndiConsumerName
public String getJndiConsumerName()
- Specified by:
getJndiConsumerName
in interface JndiConsumer
getContextRoot
public String getContextRoot()
setContextRoot
public void setContextRoot(String contextRoot)
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getDisplayNames
public Text[] getDisplayNames()
setDisplayNames
public void setDisplayNames(Text[] text)
getDisplayName
public String getDisplayName()
getIcons
public Collection<Icon> getIcons()
getIconMap
public Map<String,Icon> getIconMap()
getIcon
public Icon getIcon()
getDistributable
public List<EmptyType> getDistributable()
getContextParam
public List<ParamValue> getContextParam()
getFilter
public List<Filter> getFilter()
getFilterMapping
public List<FilterMapping> getFilterMapping()
getListener
public List<Listener> getListener()
getServlet
public List<Servlet> getServlet()
getServletMapping
public List<ServletMapping> getServletMapping()
getSessionConfig
public List<SessionConfig> getSessionConfig()
getMimeMapping
public List<MimeMapping> getMimeMapping()
getWelcomeFileList
public List<WelcomeFileList> getWelcomeFileList()
getErrorPage
public List<ErrorPage> getErrorPage()
getJspConfig
public List<JspConfig> getJspConfig()
getSecurityConstraint
public List<SecurityConstraint> getSecurityConstraint()
getLoginConfig
public List<LoginConfigType> getLoginConfig()
getSecurityRole
public List<SecurityRole> getSecurityRole()
getLocaleEncodingMappingList
public List<LocaleEncodingMappingList> getLocaleEncodingMappingList()
getEnvEntry
public Collection<EnvEntry> getEnvEntry()
- Specified by:
getEnvEntry
in interface JndiConsumer
getEnvEntryMap
public Map<String,EnvEntry> getEnvEntryMap()
- Specified by:
getEnvEntryMap
in interface JndiConsumer
getEjbRef
public Collection<EjbRef> getEjbRef()
- Specified by:
getEjbRef
in interface JndiConsumer
getEjbRefMap
public Map<String,EjbRef> getEjbRefMap()
- Specified by:
getEjbRefMap
in interface JndiConsumer
getEjbLocalRef
public Collection<EjbLocalRef> getEjbLocalRef()
- Specified by:
getEjbLocalRef
in interface JndiConsumer
getEjbLocalRefMap
public Map<String,EjbLocalRef> getEjbLocalRefMap()
- Specified by:
getEjbLocalRefMap
in interface JndiConsumer
getServiceRef
public Collection<ServiceRef> getServiceRef()
- Specified by:
getServiceRef
in interface JndiConsumer
getServiceRefMap
public Map<String,ServiceRef> getServiceRefMap()
- Specified by:
getServiceRefMap
in interface JndiConsumer
getResourceRef
public Collection<ResourceRef> getResourceRef()
- Specified by:
getResourceRef
in interface JndiConsumer
getResourceRefMap
public Map<String,ResourceRef> getResourceRefMap()
- Specified by:
getResourceRefMap
in interface JndiConsumer
getResourceEnvRef
public Collection<ResourceEnvRef> getResourceEnvRef()
- Specified by:
getResourceEnvRef
in interface JndiConsumer
getResourceEnvRefMap
public Map<String,ResourceEnvRef> getResourceEnvRefMap()
- Specified by:
getResourceEnvRefMap
in interface JndiConsumer
getMessageDestinationRef
public Collection<MessageDestinationRef> getMessageDestinationRef()
- Specified by:
getMessageDestinationRef
in interface JndiConsumer
getMessageDestinationRefMap
public Map<String,MessageDestinationRef> getMessageDestinationRefMap()
- Specified by:
getMessageDestinationRefMap
in interface JndiConsumer
getPersistenceContextRef
public Collection<PersistenceContextRef> getPersistenceContextRef()
- Specified by:
getPersistenceContextRef
in interface JndiConsumer
getPersistenceContextRefMap
public Map<String,PersistenceContextRef> getPersistenceContextRefMap()
- Specified by:
getPersistenceContextRefMap
in interface JndiConsumer
getPersistenceUnitRef
public Collection<PersistenceUnitRef> getPersistenceUnitRef()
- Specified by:
getPersistenceUnitRef
in interface JndiConsumer
getPersistenceUnitRefMap
public Map<String,PersistenceUnitRef> getPersistenceUnitRefMap()
- Specified by:
getPersistenceUnitRefMap
in interface JndiConsumer
getPostConstruct
public List<LifecycleCallback> getPostConstruct()
getPreDestroy
public List<LifecycleCallback> getPreDestroy()
getMessageDestination
public List<MessageDestination> getMessageDestination()
getId
public String getId()
setId
public void setId(String value)
isMetadataComplete
public Boolean isMetadataComplete()
setMetadataComplete
public void setMetadataComplete(Boolean value)
getVersion
public String getVersion()
setVersion
public void setVersion(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.