Package org.apache.openejb.jee
Class WebFragment
- java.lang.Object
-
- org.apache.openejb.jee.WebFragment
-
- All Implemented Interfaces:
JndiConsumer,WebCommon
public class WebFragment extends Object implements WebCommon
web-common_3_0.xsdJava class for web-fragmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="web-fragmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/> <group ref="{http://java.sun.com/xml/ns/javaee}web-commonType"/> <element name="ordering" type="{http://java.sun.com/xml/ns/javaee}orderingType"/> </choice> <attGroup ref="{http://java.sun.com/xml/ns/javaee}web-common-attributes"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WebFragment()
-
Method Summary
-
-
-
Field Detail
-
description
protected TextMap description
-
displayName
protected TextMap displayName
-
icon
protected LocalCollection<Icon> icon
-
contextParam
protected List<ParamValue> contextParam
-
filterMapping
protected List<FilterMapping> filterMapping
-
servletMapping
protected List<ServletMapping> servletMapping
-
sessionConfig
protected List<SessionConfig> sessionConfig
-
mimeMapping
protected List<MimeMapping> mimeMapping
-
welcomeFileList
protected List<WelcomeFileList> welcomeFileList
-
securityConstraint
protected List<SecurityConstraint> securityConstraint
-
loginConfig
protected List<LoginConfig> 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
-
dataSource
protected KeyedCollection<String,DataSource> dataSource
-
jmsConnectionFactories
protected KeyedCollection<String,JMSConnectionFactory> jmsConnectionFactories
-
jmsDestinations
protected KeyedCollection<String,JMSDestination> jmsDestinations
-
postConstruct
protected List<LifecycleCallback> postConstruct
-
preDestroy
protected List<LifecycleCallback> preDestroy
-
messageDestination
protected List<MessageDestination> messageDestination
-
name
protected String name
-
ordering
protected Ordering ordering
-
id
protected String id
-
metadataComplete
protected Boolean metadataComplete
-
version
protected String version
-
-
Method Detail
-
getJndiConsumerName
public String getJndiConsumerName()
- Specified by:
getJndiConsumerNamein interfaceJndiConsumer- Specified by:
getJndiConsumerNamein interfaceWebCommon
-
getContextRoot
public String getContextRoot()
- Specified by:
getContextRootin interfaceWebCommon
-
setContextRoot
public void setContextRoot(String contextRoot)
- Specified by:
setContextRootin interfaceWebCommon
-
getDescriptions
public Text[] getDescriptions()
- Specified by:
getDescriptionsin interfaceWebCommon
-
setDescriptions
public void setDescriptions(Text[] text)
- Specified by:
setDescriptionsin interfaceWebCommon
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceWebCommon
-
getDisplayNames
public Text[] getDisplayNames()
- Specified by:
getDisplayNamesin interfaceWebCommon
-
setDisplayNames
public void setDisplayNames(Text[] text)
- Specified by:
setDisplayNamesin interfaceWebCommon
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceWebCommon
-
getIcons
public Collection<Icon> getIcons()
-
getIconMap
public Map<String,Icon> getIconMap()
- Specified by:
getIconMapin interfaceWebCommon
-
getDistributable
public List<Empty> getDistributable()
- Specified by:
getDistributablein interfaceWebCommon
-
getContextParam
public List<ParamValue> getContextParam()
- Specified by:
getContextParamin interfaceWebCommon
-
getFilterMapping
public List<FilterMapping> getFilterMapping()
- Specified by:
getFilterMappingin interfaceWebCommon
-
getListener
public List<Listener> getListener()
- Specified by:
getListenerin interfaceWebCommon
-
getServlet
public List<Servlet> getServlet()
- Specified by:
getServletin interfaceWebCommon
-
getServletMapping
public List<ServletMapping> getServletMapping()
- Specified by:
getServletMappingin interfaceWebCommon
-
getSessionConfig
public List<SessionConfig> getSessionConfig()
- Specified by:
getSessionConfigin interfaceWebCommon
-
getMimeMapping
public List<MimeMapping> getMimeMapping()
- Specified by:
getMimeMappingin interfaceWebCommon
-
getWelcomeFileList
public List<WelcomeFileList> getWelcomeFileList()
- Specified by:
getWelcomeFileListin interfaceWebCommon
-
getErrorPage
public List<ErrorPage> getErrorPage()
- Specified by:
getErrorPagein interfaceWebCommon
-
getJspConfig
public List<JspConfig> getJspConfig()
- Specified by:
getJspConfigin interfaceWebCommon
-
getSecurityConstraint
public List<SecurityConstraint> getSecurityConstraint()
- Specified by:
getSecurityConstraintin interfaceWebCommon
-
getLoginConfig
public List<LoginConfig> getLoginConfig()
- Specified by:
getLoginConfigin interfaceWebCommon
-
getSecurityRole
public List<SecurityRole> getSecurityRole()
- Specified by:
getSecurityRolein interfaceWebCommon
-
getLocaleEncodingMappingList
public List<LocaleEncodingMappingList> getLocaleEncodingMappingList()
- Specified by:
getLocaleEncodingMappingListin interfaceWebCommon
-
getEnvEntry
public Collection<EnvEntry> getEnvEntry()
- Specified by:
getEnvEntryin interfaceJndiConsumer
-
getEnvEntryMap
public Map<String,EnvEntry> getEnvEntryMap()
- Specified by:
getEnvEntryMapin interfaceJndiConsumer
-
getEjbRef
public Collection<EjbRef> getEjbRef()
- Specified by:
getEjbRefin interfaceJndiConsumer
-
getEjbRefMap
public Map<String,EjbRef> getEjbRefMap()
- Specified by:
getEjbRefMapin interfaceJndiConsumer
-
getEjbLocalRef
public Collection<EjbLocalRef> getEjbLocalRef()
- Specified by:
getEjbLocalRefin interfaceJndiConsumer
-
getEjbLocalRefMap
public Map<String,EjbLocalRef> getEjbLocalRefMap()
- Specified by:
getEjbLocalRefMapin interfaceJndiConsumer
-
getServiceRef
public Collection<ServiceRef> getServiceRef()
- Specified by:
getServiceRefin interfaceJndiConsumer
-
getServiceRefMap
public Map<String,ServiceRef> getServiceRefMap()
- Specified by:
getServiceRefMapin interfaceJndiConsumer
-
getResourceRef
public Collection<ResourceRef> getResourceRef()
- Specified by:
getResourceRefin interfaceJndiConsumer
-
getResourceRefMap
public Map<String,ResourceRef> getResourceRefMap()
- Specified by:
getResourceRefMapin interfaceJndiConsumer
-
getResourceEnvRef
public Collection<ResourceEnvRef> getResourceEnvRef()
- Specified by:
getResourceEnvRefin interfaceJndiConsumer
-
getResourceEnvRefMap
public Map<String,ResourceEnvRef> getResourceEnvRefMap()
- Specified by:
getResourceEnvRefMapin interfaceJndiConsumer
-
getMessageDestinationRef
public Collection<MessageDestinationRef> getMessageDestinationRef()
- Specified by:
getMessageDestinationRefin interfaceJndiConsumer
-
getMessageDestinationRefMap
public Map<String,MessageDestinationRef> getMessageDestinationRefMap()
- Specified by:
getMessageDestinationRefMapin interfaceJndiConsumer
-
getPersistenceContextRef
public Collection<PersistenceContextRef> getPersistenceContextRef()
- Specified by:
getPersistenceContextRefin interfaceJndiConsumer
-
getPersistenceContextRefMap
public Map<String,PersistenceContextRef> getPersistenceContextRefMap()
- Specified by:
getPersistenceContextRefMapin interfaceJndiConsumer
-
getPersistenceUnitRef
public Collection<PersistenceUnitRef> getPersistenceUnitRef()
- Specified by:
getPersistenceUnitRefin interfaceJndiConsumer
-
getPersistenceUnitRefMap
public Map<String,PersistenceUnitRef> getPersistenceUnitRefMap()
- Specified by:
getPersistenceUnitRefMapin interfaceJndiConsumer
-
getPostConstruct
public List<LifecycleCallback> getPostConstruct()
- Specified by:
getPostConstructin interfaceWebCommon
-
getPreDestroy
public List<LifecycleCallback> getPreDestroy()
- Specified by:
getPreDestroyin interfaceWebCommon
-
getMessageDestination
public List<MessageDestination> getMessageDestination()
- Specified by:
getMessageDestinationin interfaceWebCommon
-
isMetadataComplete
public Boolean isMetadataComplete()
- Specified by:
isMetadataCompletein interfaceWebCommon
-
setMetadataComplete
public void setMetadataComplete(Boolean value)
- Specified by:
setMetadataCompletein interfaceWebCommon
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceWebCommon
-
setVersion
public void setVersion(String value)
- Specified by:
setVersionin interfaceWebCommon
-
getDataSource
public Collection<DataSource> getDataSource()
- Specified by:
getDataSourcein interfaceJndiConsumer
-
getDataSourceMap
public Map<String,DataSource> getDataSourceMap()
- Specified by:
getDataSourceMapin interfaceJndiConsumer
-
getOrdering
public Ordering getOrdering()
-
setOrdering
public void setOrdering(Ordering ordering)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getJMSConnectionFactories
public Collection<JMSConnectionFactory> getJMSConnectionFactories()
- Specified by:
getJMSConnectionFactoriesin interfaceJndiConsumer
-
getJMSConnectionFactoriesMap
public Map<String,JMSConnectionFactory> getJMSConnectionFactoriesMap()
- Specified by:
getJMSConnectionFactoriesMapin interfaceJndiConsumer
-
getJMSDestination
public Collection<JMSDestination> getJMSDestination()
- Specified by:
getJMSDestinationin interfaceJndiConsumer
-
getJMSDestinationMap
public Map<String,JMSDestination> getJMSDestinationMap()
- Specified by:
getJMSDestinationMapin interfaceJndiConsumer
-
-