org.apache.cocoon.components
Interface ParentAware

All Superinterfaces:
ThreadSafe
All Known Implementing Classes:
ExtendedComponentSelector

public interface ParentAware
extends ThreadSafe

Components acception this marker interface indicate that they want to have a reference to their parent. This is for example used for selectors. Note: For the current implementation to work, the parent aware component and the parent have to be both ThreadSafe!

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

Method Summary
 void setParentLocator(ComponentLocator locator)
          Deprecated. Set the parent component manager and the role name
 

Method Detail

setParentLocator

public void setParentLocator(ComponentLocator locator)
                      throws ComponentException
Deprecated. 
Set the parent component manager and the role name

Throws:
ComponentException


Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.