org.apache.openejb.jee
Class WebApp

java.lang.Object
  extended by org.apache.openejb.jee.WebApp
All Implemented Interfaces:
JndiConsumer

public class WebApp
extends java.lang.Object
implements JndiConsumer


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

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

distributable

protected java.util.List<EmptyType> distributable

contextParam

protected java.util.List<ParamValue> contextParam

filter

protected java.util.List<Filter> filter

filterMapping

protected java.util.List<FilterMapping> filterMapping

listener

protected java.util.List<Listener> listener

servlet

protected java.util.List<Servlet> servlet

servletMapping

protected java.util.List<ServletMapping> servletMapping

sessionConfig

protected java.util.List<SessionConfig> sessionConfig

mimeMapping

protected java.util.List<MimeMapping> mimeMapping

welcomeFileList

protected java.util.List<WelcomeFileList> welcomeFileList

taglib

protected java.util.List<Taglib> taglib

errorPage

protected java.util.List<ErrorPage> errorPage

jspConfig

protected java.util.List<JspConfig> jspConfig

securityConstraint

protected java.util.List<SecurityConstraint> securityConstraint

loginConfig

protected java.util.List<LoginConfigType> loginConfig

securityRole

protected java.util.List<SecurityRole> securityRole

localeEncodingMappingList

protected java.util.List<LocaleEncodingMappingList> localeEncodingMappingList

envEntry

protected KeyedCollection<java.lang.String,EnvEntry> envEntry

ejbRef

protected KeyedCollection<java.lang.String,EjbRef> ejbRef

ejbLocalRef

protected KeyedCollection<java.lang.String,EjbLocalRef> ejbLocalRef

serviceRef

protected KeyedCollection<java.lang.String,ServiceRef> serviceRef

resourceRef

protected KeyedCollection<java.lang.String,ResourceRef> resourceRef

resourceEnvRef

protected KeyedCollection<java.lang.String,ResourceEnvRef> resourceEnvRef

messageDestinationRef

protected KeyedCollection<java.lang.String,MessageDestinationRef> messageDestinationRef

persistenceContextRef

protected KeyedCollection<java.lang.String,PersistenceContextRef> persistenceContextRef

persistenceUnitRef

protected KeyedCollection<java.lang.String,PersistenceUnitRef> persistenceUnitRef

postConstruct

protected java.util.List<LifecycleCallback> postConstruct

preDestroy

protected java.util.List<LifecycleCallback> preDestroy

messageDestination

protected java.util.List<MessageDestination> messageDestination

id

protected java.lang.String id

metadataComplete

protected java.lang.Boolean metadataComplete

version

protected java.lang.String version
Constructor Detail

WebApp

public WebApp()
Method Detail

getJndiConsumerName

public java.lang.String getJndiConsumerName()
Specified by:
getJndiConsumerName in interface JndiConsumer

getContextRoot

public java.lang.String getContextRoot()

setContextRoot

public void setContextRoot(java.lang.String contextRoot)

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public java.lang.String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public java.lang.String getDisplayName()

getIcons

public java.util.Collection<Icon> getIcons()

getIconMap

public java.util.Map<java.lang.String,Icon> getIconMap()

getIcon

public Icon getIcon()

getDistributable

public java.util.List<EmptyType> getDistributable()

getContextParam

public java.util.List<ParamValue> getContextParam()

getFilter

public java.util.List<Filter> getFilter()

getFilterMapping

public java.util.List<FilterMapping> getFilterMapping()

getListener

public java.util.List<Listener> getListener()

getServlet

public java.util.List<Servlet> getServlet()

getServletMapping

public java.util.List<ServletMapping> getServletMapping()

getSessionConfig

public java.util.List<SessionConfig> getSessionConfig()

getMimeMapping

public java.util.List<MimeMapping> getMimeMapping()

getWelcomeFileList

public java.util.List<WelcomeFileList> getWelcomeFileList()

getErrorPage

public java.util.List<ErrorPage> getErrorPage()

getJspConfig

public java.util.List<JspConfig> getJspConfig()

getSecurityConstraint

public java.util.List<SecurityConstraint> getSecurityConstraint()

getLoginConfig

public java.util.List<LoginConfigType> getLoginConfig()

getSecurityRole

public java.util.List<SecurityRole> getSecurityRole()

getLocaleEncodingMappingList

public java.util.List<LocaleEncodingMappingList> getLocaleEncodingMappingList()

getEnvEntry

public java.util.Collection<EnvEntry> getEnvEntry()
Specified by:
getEnvEntry in interface JndiConsumer

getEnvEntryMap

public java.util.Map<java.lang.String,EnvEntry> getEnvEntryMap()
Specified by:
getEnvEntryMap in interface JndiConsumer

getEjbRef

public java.util.Collection<EjbRef> getEjbRef()
Specified by:
getEjbRef in interface JndiConsumer

getEjbRefMap

public java.util.Map<java.lang.String,EjbRef> getEjbRefMap()
Specified by:
getEjbRefMap in interface JndiConsumer

getEjbLocalRef

public java.util.Collection<EjbLocalRef> getEjbLocalRef()
Specified by:
getEjbLocalRef in interface JndiConsumer

getEjbLocalRefMap

public java.util.Map<java.lang.String,EjbLocalRef> getEjbLocalRefMap()
Specified by:
getEjbLocalRefMap in interface JndiConsumer

getServiceRef

public java.util.Collection<ServiceRef> getServiceRef()
Specified by:
getServiceRef in interface JndiConsumer

getServiceRefMap

public java.util.Map<java.lang.String,ServiceRef> getServiceRefMap()
Specified by:
getServiceRefMap in interface JndiConsumer

getResourceRef

public java.util.Collection<ResourceRef> getResourceRef()
Specified by:
getResourceRef in interface JndiConsumer

getResourceRefMap

public java.util.Map<java.lang.String,ResourceRef> getResourceRefMap()
Specified by:
getResourceRefMap in interface JndiConsumer

getResourceEnvRef

public java.util.Collection<ResourceEnvRef> getResourceEnvRef()
Specified by:
getResourceEnvRef in interface JndiConsumer

getResourceEnvRefMap

public java.util.Map<java.lang.String,ResourceEnvRef> getResourceEnvRefMap()
Specified by:
getResourceEnvRefMap in interface JndiConsumer

getMessageDestinationRef

public java.util.Collection<MessageDestinationRef> getMessageDestinationRef()
Specified by:
getMessageDestinationRef in interface JndiConsumer

getMessageDestinationRefMap

public java.util.Map<java.lang.String,MessageDestinationRef> getMessageDestinationRefMap()
Specified by:
getMessageDestinationRefMap in interface JndiConsumer

getPersistenceContextRef

public java.util.Collection<PersistenceContextRef> getPersistenceContextRef()
Specified by:
getPersistenceContextRef in interface JndiConsumer

getPersistenceContextRefMap

public java.util.Map<java.lang.String,PersistenceContextRef> getPersistenceContextRefMap()
Specified by:
getPersistenceContextRefMap in interface JndiConsumer

getPersistenceUnitRef

public java.util.Collection<PersistenceUnitRef> getPersistenceUnitRef()
Specified by:
getPersistenceUnitRef in interface JndiConsumer

getPersistenceUnitRefMap

public java.util.Map<java.lang.String,PersistenceUnitRef> getPersistenceUnitRefMap()
Specified by:
getPersistenceUnitRefMap in interface JndiConsumer

getPostConstruct

public java.util.List<LifecycleCallback> getPostConstruct()

getPreDestroy

public java.util.List<LifecycleCallback> getPreDestroy()

getMessageDestination

public java.util.List<MessageDestination> getMessageDestination()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

isMetadataComplete

public java.lang.Boolean isMetadataComplete()

setMetadataComplete

public void setMetadataComplete(java.lang.Boolean value)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.