Interface WebFragmentInfo
- 
 public interface WebFragmentInfoInformation about a web fragment
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ibm.wsspi.adaptable.module.ContainergetFragmentContainer()Returns the container associated with the web fragmentjava.lang.StringgetLibraryURI()Returns the library URIcom.ibm.ws.javaee.dd.web.WebFragmentgetWebFragment()Returns the web fragmentbooleanisPartialFragment()booleanisSeedFragment()
 
- 
- 
- 
Method Detail- 
getLibraryURIjava.lang.String getLibraryURI() Returns the library URI- Returns:
 
 - 
getFragmentContainercom.ibm.wsspi.adaptable.module.Container getFragmentContainer() Returns the container associated with the web fragment- Returns:
 
 - 
getWebFragmentcom.ibm.ws.javaee.dd.web.WebFragment getWebFragment() Returns the web fragment- Returns:
 
 - 
isSeedFragmentboolean isSeedFragment() 
 - 
isPartialFragmentboolean isPartialFragment() 
 
- 
 
-