org.apache.cocoon.sitemap
Interface ComponentLocator

All Known Implementing Classes:
ComponentLocatorWrapper, ComponentManager, SpringComponentLocator

public interface ComponentLocator

TODO WORK IN PROGRESS!! This interface is the connection between the Cocoon core components and an optional application/sitemap container.

Since:
2.2
Version:
$Id: ComponentLocator.java 168073 2005-05-04 05:30:01Z cziegeler $

Method Summary
 Object getComponent(String key)
           
 boolean hasComponent(String key)
           
 void release(Object component)
           
 

Method Detail

getComponent

public Object getComponent(String key)
                    throws ProcessingException
Throws:
ProcessingException

release

public void release(Object component)

hasComponent

public boolean hasComponent(String key)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.