public class WebFragment extends java.lang.Object implements WebCommon
Java 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>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ParamValue> |
contextParam |
protected KeyedCollection<java.lang.String,DataSource> |
dataSource |
protected TextMap |
description |
protected TextMap |
displayName |
protected java.util.List<Empty> |
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 KeyedCollection<java.lang.String,JMSConnectionFactory> |
jmsConnectionFactories |
protected KeyedCollection<java.lang.String,JMSDestination> |
jmsDestinations |
protected java.util.List<JspConfig> |
jspConfig |
protected java.util.List<Listener> |
listener |
protected java.util.List<LocaleEncodingMappingList> |
localeEncodingMappingList |
protected java.util.List<LoginConfig> |
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 java.lang.String |
name |
protected Ordering |
ordering |
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.lang.String |
version |
protected java.util.List<WelcomeFileList> |
welcomeFileList |
Constructor and Description |
---|
WebFragment() |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.util.List<Empty> distributable
protected java.util.List<ParamValue> contextParam
protected java.util.List<Filter> filter
protected java.util.List<FilterMapping> filterMapping
protected java.util.List<Listener> listener
protected java.util.List<Servlet> servlet
protected java.util.List<ServletMapping> servletMapping
protected java.util.List<SessionConfig> sessionConfig
protected java.util.List<MimeMapping> mimeMapping
protected java.util.List<WelcomeFileList> welcomeFileList
protected java.util.List<ErrorPage> errorPage
protected java.util.List<JspConfig> jspConfig
protected java.util.List<SecurityConstraint> securityConstraint
protected java.util.List<LoginConfig> loginConfig
protected java.util.List<SecurityRole> securityRole
protected java.util.List<LocaleEncodingMappingList> localeEncodingMappingList
protected KeyedCollection<java.lang.String,EnvEntry> envEntry
protected KeyedCollection<java.lang.String,EjbRef> ejbRef
protected KeyedCollection<java.lang.String,EjbLocalRef> ejbLocalRef
protected KeyedCollection<java.lang.String,ServiceRef> serviceRef
protected KeyedCollection<java.lang.String,ResourceRef> resourceRef
protected KeyedCollection<java.lang.String,ResourceEnvRef> resourceEnvRef
protected KeyedCollection<java.lang.String,MessageDestinationRef> messageDestinationRef
protected KeyedCollection<java.lang.String,PersistenceContextRef> persistenceContextRef
protected KeyedCollection<java.lang.String,PersistenceUnitRef> persistenceUnitRef
protected KeyedCollection<java.lang.String,DataSource> dataSource
protected KeyedCollection<java.lang.String,JMSConnectionFactory> jmsConnectionFactories
protected KeyedCollection<java.lang.String,JMSDestination> jmsDestinations
protected java.util.List<LifecycleCallback> postConstruct
protected java.util.List<LifecycleCallback> preDestroy
protected java.util.List<MessageDestination> messageDestination
protected java.lang.String name
protected Ordering ordering
protected java.lang.String id
protected java.lang.Boolean metadataComplete
protected java.lang.String version
public java.lang.String getJndiConsumerName()
getJndiConsumerName
in interface JndiConsumer
getJndiConsumerName
in interface WebCommon
public java.lang.String getContextRoot()
getContextRoot
in interface WebCommon
public void setContextRoot(java.lang.String contextRoot)
setContextRoot
in interface WebCommon
public Text[] getDescriptions()
getDescriptions
in interface WebCommon
public void setDescriptions(Text[] text)
setDescriptions
in interface WebCommon
public java.lang.String getDescription()
getDescription
in interface WebCommon
public Text[] getDisplayNames()
getDisplayNames
in interface WebCommon
public void setDisplayNames(Text[] text)
setDisplayNames
in interface WebCommon
public java.lang.String getDisplayName()
getDisplayName
in interface WebCommon
public java.util.Map<java.lang.String,Icon> getIconMap()
getIconMap
in interface WebCommon
public java.util.List<Empty> getDistributable()
getDistributable
in interface WebCommon
public java.util.List<ParamValue> getContextParam()
getContextParam
in interface WebCommon
public java.util.List<FilterMapping> getFilterMapping()
getFilterMapping
in interface WebCommon
public java.util.List<Listener> getListener()
getListener
in interface WebCommon
public java.util.List<Servlet> getServlet()
getServlet
in interface WebCommon
public java.util.List<ServletMapping> getServletMapping()
getServletMapping
in interface WebCommon
public java.util.List<SessionConfig> getSessionConfig()
getSessionConfig
in interface WebCommon
public java.util.List<MimeMapping> getMimeMapping()
getMimeMapping
in interface WebCommon
public java.util.List<WelcomeFileList> getWelcomeFileList()
getWelcomeFileList
in interface WebCommon
public java.util.List<ErrorPage> getErrorPage()
getErrorPage
in interface WebCommon
public java.util.List<JspConfig> getJspConfig()
getJspConfig
in interface WebCommon
public java.util.List<SecurityConstraint> getSecurityConstraint()
getSecurityConstraint
in interface WebCommon
public java.util.List<LoginConfig> getLoginConfig()
getLoginConfig
in interface WebCommon
public java.util.List<SecurityRole> getSecurityRole()
getSecurityRole
in interface WebCommon
public java.util.List<LocaleEncodingMappingList> getLocaleEncodingMappingList()
getLocaleEncodingMappingList
in interface WebCommon
public java.util.Collection<EnvEntry> getEnvEntry()
getEnvEntry
in interface JndiConsumer
public java.util.Map<java.lang.String,EnvEntry> getEnvEntryMap()
getEnvEntryMap
in interface JndiConsumer
public java.util.Collection<EjbRef> getEjbRef()
getEjbRef
in interface JndiConsumer
public java.util.Map<java.lang.String,EjbRef> getEjbRefMap()
getEjbRefMap
in interface JndiConsumer
public java.util.Collection<EjbLocalRef> getEjbLocalRef()
getEjbLocalRef
in interface JndiConsumer
public java.util.Map<java.lang.String,EjbLocalRef> getEjbLocalRefMap()
getEjbLocalRefMap
in interface JndiConsumer
public java.util.Collection<ServiceRef> getServiceRef()
getServiceRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ServiceRef> getServiceRefMap()
getServiceRefMap
in interface JndiConsumer
public java.util.Collection<ResourceRef> getResourceRef()
getResourceRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ResourceRef> getResourceRefMap()
getResourceRefMap
in interface JndiConsumer
public java.util.Collection<ResourceEnvRef> getResourceEnvRef()
getResourceEnvRef
in interface JndiConsumer
public java.util.Map<java.lang.String,ResourceEnvRef> getResourceEnvRefMap()
getResourceEnvRefMap
in interface JndiConsumer
public java.util.Collection<MessageDestinationRef> getMessageDestinationRef()
getMessageDestinationRef
in interface JndiConsumer
public java.util.Map<java.lang.String,MessageDestinationRef> getMessageDestinationRefMap()
getMessageDestinationRefMap
in interface JndiConsumer
public java.util.Collection<PersistenceContextRef> getPersistenceContextRef()
getPersistenceContextRef
in interface JndiConsumer
public java.util.Map<java.lang.String,PersistenceContextRef> getPersistenceContextRefMap()
getPersistenceContextRefMap
in interface JndiConsumer
public java.util.Collection<PersistenceUnitRef> getPersistenceUnitRef()
getPersistenceUnitRef
in interface JndiConsumer
public java.util.Map<java.lang.String,PersistenceUnitRef> getPersistenceUnitRefMap()
getPersistenceUnitRefMap
in interface JndiConsumer
public java.util.List<LifecycleCallback> getPostConstruct()
getPostConstruct
in interface WebCommon
public java.util.List<LifecycleCallback> getPreDestroy()
getPreDestroy
in interface WebCommon
public java.util.List<MessageDestination> getMessageDestination()
getMessageDestination
in interface WebCommon
public java.lang.Boolean isMetadataComplete()
isMetadataComplete
in interface WebCommon
public void setMetadataComplete(java.lang.Boolean value)
setMetadataComplete
in interface WebCommon
public java.lang.String getVersion()
getVersion
in interface WebCommon
public void setVersion(java.lang.String value)
setVersion
in interface WebCommon
public java.util.Collection<DataSource> getDataSource()
getDataSource
in interface JndiConsumer
public java.util.Map<java.lang.String,DataSource> getDataSourceMap()
getDataSourceMap
in interface JndiConsumer
public Ordering getOrdering()
public void setOrdering(Ordering ordering)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Collection<JMSConnectionFactory> getJMSConnectionFactories()
getJMSConnectionFactories
in interface JndiConsumer
public java.util.Map<java.lang.String,JMSConnectionFactory> getJMSConnectionFactoriesMap()
getJMSConnectionFactoriesMap
in interface JndiConsumer
public java.util.Collection<JMSDestination> getJMSDestination()
getJMSDestination
in interface JndiConsumer
public java.util.Map<java.lang.String,JMSDestination> getJMSDestinationMap()
getJMSDestinationMap
in interface JndiConsumer