Interface WebFragmentInfo
-
public interface WebFragmentInfoInformation about a web fragment
-
-
Method Summary
All 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
-
getLibraryURI
java.lang.String getLibraryURI()
Returns the library URI- Returns:
-
getFragmentContainer
com.ibm.wsspi.adaptable.module.Container getFragmentContainer()
Returns the container associated with the web fragment- Returns:
-
getWebFragment
com.ibm.ws.javaee.dd.web.WebFragment getWebFragment()
Returns the web fragment- Returns:
-
isSeedFragment
boolean isSeedFragment()
-
isPartialFragment
boolean isPartialFragment()
-
-