com.ibm.ws.javaee.dd.web

Interface WebFragment

All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon

  1. public interface WebFragment
  2. extends com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
DD_NAME

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
  1. Ordering
getOrdering()
  1. java.lang.String
getVersion()
  1. boolean
isMetadataComplete()
  1. boolean
isSetMetadataComplete()
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getIdForComponent
Methods inherited from interface com.ibm.ws.javaee.dd.web.common.WebCommon
getContextParams, getErrorPages, getFilterMappings, getFilters, getJSPConfig, getListeners, getLocaleEncodingMappingList, getLoginConfig, getMessageDestinations, getMimeMappings, getSecurityConstraints, getSecurityRoles, getServletMappings, getServlets, getSessionConfig, getWelcomeFileList, isSetDistributable

Field Detail

DD_NAME

  1. static final java.lang.String DD_NAME
See Also:

Method Detail

getVersion

  1. java.lang.String getVersion()
Returns:
version="..." attribute value

isSetMetadataComplete

  1. boolean isSetMetadataComplete()
Returns:
true if metadata-complete="..." attribute is specified

isMetadataComplete

  1. boolean isMetadataComplete()
Returns:
metadata-complete="..." attribute value if specified

getName

  1. java.lang.String getName()
Returns:
<name>, or null if unspecified

getOrdering

  1. Ordering getOrdering()
Returns:
<ordering>, or null if unspecified