org.apache.cocoon.portal.layout
Interface LayoutDescription

All Superinterfaces:
AspectalizableDescription, ProducibleDescription
All Known Implementing Classes:
DefaultLayoutDescription

public interface LayoutDescription
extends ProducibleDescription

A configured layout

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

Method Summary
 String getDefaultRendererName()
           
 String getItemClassName()
           
 Iterator getRendererNames()
           
 
Methods inherited from interface org.apache.cocoon.portal.factory.ProducibleDescription
createId, getClassName, getName
 
Methods inherited from interface org.apache.cocoon.portal.aspect.AspectalizableDescription
getAspectDescription, getAspectDescriptions
 

Method Detail

getDefaultRendererName

String getDefaultRendererName()
Returns:
the default renderer name

getRendererNames

Iterator getRendererNames()
Returns:
the names of all allowed renderers

getItemClassName

String getItemClassName()
Returns:
The class name of the item


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