com.ibm.ws.javaee.dd.web

Interface WebApp

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

  1. public interface WebApp
  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. AbsoluteOrdering
getAbsoluteOrdering()
  1. java.lang.String
getModuleName()
  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

getModuleName

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

getAbsoluteOrdering

  1. AbsoluteOrdering getAbsoluteOrdering( )
Returns:
<absolute-ordering>, or null if unspecified