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
static java.lang.String
DD_SHORT_NAME
static int[]
VERSIONS
-
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, 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
-
VERSIONS
static final int[] VERSIONS
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
-
isSetMetadataComplete
boolean isSetMetadataComplete()
-
isMetadataComplete
boolean isMetadataComplete()
-
getName
java.lang.String getName()
-
getOrdering
Ordering getOrdering()
-
-