com.ibm.ws.javaee.dd.web
Interface WebFragment

All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.common.Describable, com.ibm.ws.javaee.dd.common.DescriptionGroup, com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs, com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup, WebCommon

public interface WebFragment
extends com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon


Field Summary
static java.lang.String DD_NAME
           
 
Method Summary
 java.lang.String getName()
           
 Ordering getOrdering()
           
 java.lang.String getVersion()
           
 boolean isMetadataComplete()
           
 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
 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroup
getDisplayNames, getIcons
 
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefsGroup
getPostConstruct, getPreDestroy
 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs
getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
 

Field Detail

DD_NAME

static final java.lang.String DD_NAME
See Also:
Constant Field Values
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

getName

java.lang.String getName()
Returns:
<name>, or null if unspecified

getOrdering

Ordering getOrdering()
Returns:
<ordering>, or null if unspecified