This project has retired. For details please refer to its
Attic page.
AbstractAspectalizableDescription (Cocoon API 2.1.12-dev [March 20 2012])
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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.