org.apache.cocoon.components.blocks
Class BlocksManager
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.blocks.BlocksManager
- All Implemented Interfaces:
- Configurable, Contextualizable, Disposable, Initializable, LogEnabled, Serviceable, ThreadSafe
- public class BlocksManager
- extends AbstractLogEnabled
- implements Configurable, Contextualizable, Disposable, Initializable, Serviceable, ThreadSafe
- Version:
- $Id: BlocksManager.java 326922 2005-10-20 15:09:23Z danielf $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE
public static String ROLE
CORE_COMPONENTS_XCONF
public static String CORE_COMPONENTS_XCONF
BlocksManager
public BlocksManager()
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
contextualize
public void contextualize(Context context)
throws ContextException
- Specified by:
contextualize
in interface Contextualizable
- Throws:
ContextException
configure
public void configure(Configuration config)
throws ConfigurationException
- Specified by:
configure
in interface Configurable
- Throws:
ConfigurationException
initialize
public void initialize()
throws Exception
- Specified by:
initialize
in interface Initializable
- Throws:
Exception
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
process
public boolean process(Environment environment)
throws Exception
- Throws:
Exception
getBlock
public Block getBlock(String blockId)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.