Package com.ibm.ws.javaee.dd.web
Interface WebApp
- 
- All Superinterfaces:
- com.ibm.ws.javaee.dd.DeploymentDescriptor,- Describable,- DescriptionGroup,- JNDIEnvironmentRefs,- JNDIEnvironmentRefsGroup,- ModuleDeploymentDescriptor,- WebCommon
 
 public interface WebApp extends ModuleDeploymentDescriptor, com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDD_NAMEstatic intVERSION_3_0static intVERSION_3_1static intVERSION_4_0
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsoluteOrderinggetAbsoluteOrdering()java.lang.StringgetModuleName()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
 
 - 
VERSION_4_0static final int VERSION_4_0 - See Also:
- Constant Field Values
 
 - 
VERSION_3_1static final int VERSION_3_1 - See Also:
- Constant Field Values
 
 - 
VERSION_3_0static final int VERSION_3_0 - 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
 
 - 
getModuleNamejava.lang.String getModuleName() - Specified by:
- getModuleNamein interface- ModuleDeploymentDescriptor
- Returns:
- <module-name>, or null if unspecified
 
 - 
getAbsoluteOrderingAbsoluteOrdering getAbsoluteOrdering() - Returns:
- <absolute-ordering>, or null if unspecified
 
 
- 
 
-