Package com.ibm.ws.javaee.dd.web
Interface WebFragment
- 
- All Superinterfaces:
- com.ibm.ws.javaee.dd.DeploymentDescriptor,- Describable,- DescriptionGroup,- JNDIEnvironmentRefs,- JNDIEnvironmentRefsGroup,- WebCommon
 
 public interface WebFragment extends com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDD_NAME
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()OrderinggetOrdering()java.lang.StringgetVersion()booleanisMetadataComplete()booleanisSetMetadataComplete()- 
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptorgetComponentForId, getDeploymentDescriptorPath, getIdForComponent
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescribablegetDescriptions
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroupgetDisplayNames, getIcons
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsgetAdministeredObjects, getConnectionFactories, getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getJMSConnectionFactories, getJMSDestinations, getMailSessions, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroupgetPostConstruct, getPreDestroy
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.web.common.WebCommongetContextParams, getDefaultContextPath, getErrorPages, getFilterMappings, getFilters, getJSPConfig, getListeners, getLocaleEncodingMappingList, getLoginConfig, getMessageDestinations, getMimeMappings, getRequestEncoding, getResponseEncoding, getSecurityConstraints, getSecurityRoles, getServletMappings, getServlets, getSessionConfig, getWelcomeFileList, isSetDenyUncoveredHttpMethods, isSetDistributable
 
- 
 
- 
- 
- 
Field Detail- 
DD_NAMEstatic final java.lang.String DD_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getVersionjava.lang.String getVersion() - Returns:
- version="..." attribute value
 
 - 
isSetMetadataCompleteboolean isSetMetadataComplete() - Returns:
- true if metadata-complete="..." attribute is specified
 
 - 
isMetadataCompleteboolean isMetadataComplete() - Returns:
- metadata-complete="..." attribute value if specified
 
 - 
getNamejava.lang.String getName() - Returns:
- <name>, or null if unspecified
 
 - 
getOrderingOrdering getOrdering() - Returns:
- <ordering>, or null if unspecified
 
 
- 
 
-