Interface WebFragmentInfo
public interface WebFragmentInfo
Information about a web fragment
-
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.wsspi.adaptable.module.Container
Returns the container associated with the web fragmentReturns the library URIcom.ibm.ws.javaee.dd.web.WebFragment
Returns the web fragmentboolean
boolean
-
Method Details
-
getLibraryURI
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()
-