Interface WebFragmentInfo
-
public interface WebFragmentInfo
Information about a web fragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ibm.wsspi.adaptable.module.Container
getFragmentContainer()
Returns the container associated with the web fragmentjava.lang.String
getLibraryURI()
Returns the library URIcom.ibm.ws.javaee.dd.web.WebFragment
getWebFragment()
Returns the web fragmentboolean
isPartialFragment()
boolean
isSeedFragment()
-
-
-
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()
-
-