Uses of Interface
com.ibm.ws.container.service.config.WebFragmentInfo
-
Packages that use WebFragmentInfo Package Description 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 Modifier and Type Method Description java.util.List<WebFragmentInfo>
WebAnnotations. getExcludedItems()
Answer the list of excluded fragment items.java.util.List<WebFragmentInfo>
WebAnnotations. getOrderedItems()
Answer the ordered list of fragment items.Methods in com.ibm.ws.container.service.annotations with parameters of type WebFragmentInfo Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<WebFragmentInfo>
WebFragmentsInfo. getExcludedFragments()
An unordered list of excluded fragment information.java.util.List<WebFragmentInfo>
WebFragmentsInfo. getOrderedFragments()
An ordered list of fragment information.Methods in com.ibm.ws.container.service.config with parameters of type WebFragmentInfo Modifier and Type Method Description void
ServletConfiguratorHelper. configureFromAnnotations(WebFragmentInfo webFragmentItem)
void
ServletConfiguratorHelper. configureFromWebFragment(WebFragmentInfo webFragmentItem)
-