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 Modifier and Type Field Description static java.lang.String
DD_NAME
static java.lang.String
DD_SHORT_NAME
static int
VERSION_2_2
static int
VERSION_2_3
static int
VERSION_2_4
static int
VERSION_2_5
static int
VERSION_3_0
static int
VERSION_3_1
static int
VERSION_4_0
static int
VERSION_5_0
static int
VERSION_6_0
static int[]
VERSIONS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsoluteOrdering
getAbsoluteOrdering()
java.lang.String
getModuleName()
java.lang.String
getVersion()
boolean
isMetadataComplete()
boolean
isSetMetadataComplete()
-
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 Detail
-
DD_SHORT_NAME
static final java.lang.String DD_SHORT_NAME
- See Also:
- Constant Field Values
-
DD_NAME
static final java.lang.String DD_NAME
- See Also:
- Constant Field Values
-
VERSION_2_2
static final int VERSION_2_2
- See Also:
- Constant Field Values
-
VERSION_2_3
static final int VERSION_2_3
- See Also:
- Constant Field Values
-
VERSION_2_4
static final int VERSION_2_4
- See Also:
- Constant Field Values
-
VERSION_2_5
static final int VERSION_2_5
- See Also:
- Constant Field Values
-
VERSION_3_0
static final int VERSION_3_0
- See Also:
- Constant Field Values
-
VERSION_3_1
static final int VERSION_3_1
- See Also:
- Constant Field Values
-
VERSION_4_0
static final int VERSION_4_0
- See Also:
- Constant Field Values
-
VERSION_5_0
static final int VERSION_5_0
- See Also:
- Constant Field Values
-
VERSION_6_0
static final int VERSION_6_0
- See Also:
- Constant Field Values
-
VERSIONS
static final int[] VERSIONS
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
-
isSetMetadataComplete
boolean isSetMetadataComplete()
-
isMetadataComplete
boolean isMetadataComplete()
-
getModuleName
java.lang.String getModuleName()
- Specified by:
getModuleName
in interfaceModuleDeploymentDescriptor
- Returns:
- <module-name>, or null if unspecified
-
getAbsoluteOrdering
AbsoluteOrdering getAbsoluteOrdering()
-
-