Package com.ibm.ws.javaee.dd.web
Interface WebFragment
-
- All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor
,Describable
,DescriptionGroup
,JNDIEnvironmentRefs
,JNDIEnvironmentRefsGroup
,WebCommon
public interface WebFragment extends com.ibm.ws.javaee.dd.DeploymentDescriptor, WebCommon
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DD_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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, 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, getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getJMSConnectionFactories, getJMSDestinations, getMailSessions, 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_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
-
-