org.apache.cocoon.components
Interface ComponentLocator

All Known Implementing Classes:
ComponentLocatorImpl

public interface ComponentLocator

This object is set to a ParentAware component and allows access to the parent component.

Version:
CVS $Id: ComponentLocator.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Carsten Ziegeler

Method Summary
 Object lookup()
           
 void release(Object parent)
           
 

Method Detail

lookup

Object lookup()
              throws ComponentException
Throws:
ComponentException

release

void release(Object parent)


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