org.apache.cocoon.components
Interface ParentAware

All Superinterfaces:
ThreadSafe
All Known Implementing Classes:
ComponentsSelector, ExtendedComponentSelector

Deprecated.

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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

Method Detail

setParentLocator

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

Throws:
ComponentException


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