Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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
 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.
 void handleMergedFinder(ClassFinder finder)
          Deprecated. If a MergedDescriptorFinder is created successfully, this method will be invoked by the container so that modules get a handle to the finder if need be.
 

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

handleMergedFinder

void handleMergedFinder(ClassFinder finder)
Deprecated. 
If a MergedDescriptorFinder is created successfully, this method will be invoked by the container so that modules get a handle to the finder if need be. Currently the WebAppModule makes use of this. In most of the cases the implementation of this method can be a no-op.

Parameters:
finder -

Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06