org.apache.cocoon.spring.configurator
Interface BlockResourcesHolder

All Known Implementing Classes:
DefaultBlockResourcesHolder

public interface BlockResourcesHolder

This component provides a map with the deployed block resources.

Since:
1.0
Version:
$Id: BlockResourcesHolder.java 587750 2007-10-24 02:35:22Z vgritsenko $

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

Method Detail

getBlockContexts

public Map getBlockContexts()
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-2008 The Apache Software Foundation. All Rights Reserved.