Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.application
Interface MergedDescriptorModule


Deprecated.

public interface MergedDescriptorModule

This interface needs to be implemented by the modules which need access to the merged descriptor. The container will ensure that the merged descriptors are made available via the ClassLoaders by adding it to the MergedDescriptorFinder


Method Summary
abstract  Map<String,DescriptorBean> getDescriptorMappings()
          Deprecated. Return a map of URI to DescriptorBean mappings which will be used to provide the descriptor's xml when looked up from the classloader.

 

Method Detail

getDescriptorMappings

Map<String,DescriptorBean> getDescriptorMappings()
Deprecated. 
Return a map of URI to DescriptorBean mappings which will be used to provide the descriptor's xml when looked up from the classloader.
Returns:
Map of uri -> DescriptorBean mappings

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09