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