org.apache.cocoon.portal.aspect
Interface AspectalizableDescription

All Known Subinterfaces:
CopletDescription, LayoutDescription, ProducibleDescription
All Known Implementing Classes:
AbstractAspectalizableDescription, AbstractProducibleDescription, DefaultCopletDescription, DefaultLayoutDescription

public interface AspectalizableDescription

This is a description of an Aspectalizable object. An aspectalizable object can have a number of aspects.

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

Method Summary
 AspectDescription getAspectDescription(String name)
          Return the description for an aspect
 List getAspectDescriptions()
           
 

Method Detail

getAspectDescriptions

List getAspectDescriptions()
Returns:
All AspectDescriptions

getAspectDescription

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



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