org.apache.cocoon.portal.aspect.impl
Class AbstractAspectalizableDescription

java.lang.Object
  extended by org.apache.cocoon.portal.aspect.impl.AbstractAspectalizableDescription
All Implemented Interfaces:
AspectalizableDescription
Direct Known Subclasses:
AbstractProducibleDescription

public abstract class AbstractAspectalizableDescription
extends Object
implements AspectalizableDescription

Version:
CVS $Id: AbstractAspectalizableDescription.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  List aspects
           
 
Constructor Summary
AbstractAspectalizableDescription()
           
 
Method Summary
 void addAspectDescription(AspectDescription aspect)
           
 AspectDescription getAspectDescription(String name)
          Return the description for an aspect
 List getAspectDescriptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aspects

protected List aspects
Constructor Detail

AbstractAspectalizableDescription

public AbstractAspectalizableDescription()
Method Detail

getAspectDescriptions

public List getAspectDescriptions()
Specified by:
getAspectDescriptions in interface AspectalizableDescription
Returns:
All AspectDescriptions

addAspectDescription

public void addAspectDescription(AspectDescription aspect)

getAspectDescription

public AspectDescription getAspectDescription(String name)
Return the description for an aspect

Specified by:
getAspectDescription in interface AspectalizableDescription


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