org.apache.cocoon.portal.aspect.impl
Class AbstractAspectalizableDescription
java.lang.Object
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.java 603311 2007-12-11 17:24:31Z cziegeler $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aspects
protected List aspects
AbstractAspectalizableDescription
public AbstractAspectalizableDescription()
getAspectDescriptions
public List getAspectDescriptions()
- Specified by:
getAspectDescriptions
in interface AspectalizableDescription
- Returns:
- All
AspectDescription
s
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-2007 The Apache Software Foundation. All Rights Reserved.