com.ibm.ws.javaee.dd.web
Interface WebApp
All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon
- public interface WebApp
- extends com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon
Field Summary
Modifier and Type | Field and Description |
---|---|
|
DD_NAME
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAbsoluteOrdering()
|
|
|
getModuleName()
|
|
getVersion()
|
|
isMetadataComplete()
|
|
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
- static final java.lang.String DD_NAME
See Also:
Method Detail
getVersion
- java.lang.String getVersion()
Returns:
version="..." attribute value
isSetMetadataComplete
- boolean isSetMetadataComplete()
Returns:
true if metadata-complete="..." attribute is specified
isMetadataComplete
- boolean isMetadataComplete()
Returns:
metadata-complete="..." attribute value if specified
getModuleName
- java.lang.String getModuleName( )
Returns:
<module-name>, or null if unspecified
getAbsoluteOrdering
- AbsoluteOrdering getAbsoluteOrdering( )
Returns:
<absolute-ordering>, or null if unspecified