org.apache.cocoon.components.blocks
Class BlocksManager

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.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 $

Field Summary
static String CORE_COMPONENTS_XCONF
           
static String ROLE
           
 
Constructor Summary
BlocksManager()
           
 
Method Summary
 void configure(Configuration config)
           
 void contextualize(Context context)
           
 void dispose()
           
 Block getBlock(String blockId)
           
 void initialize()
           
 boolean process(Environment environment)
           
 void service(ServiceManager manager)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static String ROLE

CORE_COMPONENTS_XCONF

public static String CORE_COMPONENTS_XCONF
Constructor Detail

BlocksManager

public BlocksManager()
Method Detail

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.