Uses of Interface
com.ibm.ws.container.service.config.WebFragmentInfo

Packages that use WebFragmentInfo
com.ibm.ws.container.service.annotations   
com.ibm.ws.container.service.config   
 

Uses of WebFragmentInfo in com.ibm.ws.container.service.annotations
 

Methods in com.ibm.ws.container.service.annotations that return types with arguments of type WebFragmentInfo
 java.util.List<WebFragmentInfo> WebAnnotations.getOrderedItems()
           
 

Methods in com.ibm.ws.container.service.annotations with parameters of type WebFragmentInfo
 FragmentAnnotations WebAnnotations.getFragmentAnnotations(WebFragmentInfo webFragmentItem)
          Answer annotation targets generated from the module class source.
 

Uses of WebFragmentInfo in com.ibm.ws.container.service.config
 

Methods in com.ibm.ws.container.service.config that return types with arguments of type WebFragmentInfo
 java.util.List<WebFragmentInfo> WebFragmentsInfo.getOrderedFragments()
           
 

Methods in com.ibm.ws.container.service.config with parameters of type WebFragmentInfo
 void ServletConfiguratorHelper.configureFromAnnotations(WebFragmentInfo webFragmentItem)
           
 void ServletConfiguratorHelper.configureFromWebFragment(WebFragmentInfo webFragmentItem)