org.apache.cocoon.blockdeployment
Class DefaultBlockResourcesHolder
java.lang.Object
org.apache.cocoon.blockdeployment.DefaultBlockResourcesHolder
- All Implemented Interfaces:
- BlockResourcesHolder
public class DefaultBlockResourcesHolder
- extends Object
- implements BlockResourcesHolder, BlockResourcesHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBlockResourcesHolder
public DefaultBlockResourcesHolder()
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.