Package | Description |
---|---|
com.ibm.ws.container.service.annotations | |
com.ibm.ws.container.service.config |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FragmentAnnotations |
WebAnnotations.getFragmentAnnotations(WebFragmentInfo webFragmentItem)
Answer annotation targets generated from the module class source.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletConfiguratorHelper.configureFromAnnotations(WebFragmentInfo webFragmentItem) |
void |
ServletConfiguratorHelper.configureFromWebFragment(WebFragmentInfo webFragmentItem) |