org.apache.cocoon.blockdeployment
Class DefaultBlockResourcesHolder

java.lang.Object
  extended by org.apache.cocoon.blockdeployment.DefaultBlockResourcesHolder
All Implemented Interfaces:
BlockResourcesHolder

public class DefaultBlockResourcesHolder
extends Object
implements BlockResourcesHolder, BlockResourcesHolder


Constructor Summary
DefaultBlockResourcesHolder()
           
 
Method Summary
 Map<String,String> getBlockContexts()
          Return a map with deployed block names as keys and the url of the deployed resources as value.
 javax.servlet.ServletContext getServletContext()
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBlockResourcesHolder

public DefaultBlockResourcesHolder()
Method Detail

getBlockContexts

public Map<String,String> getBlockContexts()
Description copied from interface: BlockResourcesHolder
Return a map with deployed block names as keys and the url of the deployed resources as value.

Specified by:
getBlockContexts in interface BlockResourcesHolder
Returns:
The map with the block contexts.

getServletContext

public javax.servlet.ServletContext getServletContext()

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)


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