org.apache.cocoon.blockdeployment
Interface BlockResourcesHolder


public interface BlockResourcesHolder

This component provides a map with the deployed block resources.

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

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

Method Detail

getBlockContexts

Map<String,String> 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-2009 The Apache Software Foundation. All Rights Reserved.