org.apache.cocoon.spring.configurator
Interface BlockResourcesHolder

All Known Implementing Classes:
DefaultBlockResourcesHolder

Deprecated. Use BlockResourcesHolder instead.

@Deprecated
public interface BlockResourcesHolder

This component provides a map with the deployed block resources.

Since:
1.0
Version:
$Id: BlockResourcesHolder.java 686263 2008-08-15 15:53:47Z gkossakowski $

Method Summary
 Map getBlockContexts()
          Deprecated. Return a map with deployed block names as keys and the url of the deployed resources as value.
 

Method Detail

getBlockContexts

Map getBlockContexts()
Deprecated. 
Return a map with deployed block names as keys and the url of the deployed resources as value.

Returns:
The map with the block contexts.


Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.