Interface WebFragmentInfo


  • public interface WebFragmentInfo
    Information about a web fragment
    • 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()