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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getDeploymentDescriptorPath, getIdForComponent
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroup
getDisplayNames, getIcons
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs
getAdministeredObjects, getConnectionFactories, getContextServices, getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getJMSConnectionFactories, getJMSDestinations, getMailSessions, getManagedExecutors, getManagedScheduledExecutors, getManagedThreadFactories, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup
getPostConstruct, getPreDestroy
Methods inherited from interface com.ibm.ws.javaee.dd.web.common.WebCommon
getContextParams, getDefaultContextPath, getErrorPages, getFilterMappings, getFilters, getJSPConfig, getListeners, getLocaleEncodingMappingList, getLoginConfig, getMessageDestinations, getMimeMappings, getRequestEncoding, getResponseEncoding, getSecurityConstraints, getSecurityRoles, getServletMappings, getServlets, getSessionConfig, getWelcomeFileList, isSetDenyUncoveredHttpMethods, isSetDistributable
-
Field Details
-
DD_SHORT_NAME
- See Also:
-
DD_NAME
- See Also:
-
VERSION_2_2
static final int VERSION_2_2- See Also:
-
VERSION_2_3
static final int VERSION_2_3- See Also:
-
VERSION_2_4
static final int VERSION_2_4- See Also:
-
VERSION_2_5
static final int VERSION_2_5- See Also:
-
VERSION_3_0
static final int VERSION_3_0- See Also:
-
VERSION_3_1
static final int VERSION_3_1- See Also:
-
VERSION_4_0
static final int VERSION_4_0- See Also:
-
VERSION_5_0
static final int VERSION_5_0- See Also:
-
VERSION_6_0
static final int VERSION_6_0- See Also:
-
VERSIONS
static final int[] VERSIONS
-
-
Method Details
-
getVersion
String getVersion() -
isSetMetadataComplete
boolean isSetMetadataComplete() -
isMetadataComplete
boolean isMetadataComplete() -
getModuleName
String getModuleName()- Specified by:
getModuleName
in interfaceModuleDeploymentDescriptor
- Returns:
- <module-name>, or null if unspecified
-
getAbsoluteOrdering
AbsoluteOrdering getAbsoluteOrdering()
-