org.apache.cocoon.portal.layout.renderer.aspect.impl
Class RendererAspectChain

java.lang.Object
  extended byorg.apache.cocoon.portal.layout.renderer.aspect.impl.RendererAspectChain

public final class RendererAspectChain
extends Object

This chain holds all configured renderer aspects for one renderer.

Configuration

aspect Multiple aspect renderer configurations. Required attribute type. Nested configuration must contain parameters for aspect rederer. reqConfigurationnull

Version:
$Id: RendererAspectChain.java 327168 2005-10-21 12:56:35Z cziegeler $

Field Summary
protected  List aspects
           
protected  List configs
           
 
Constructor Summary
RendererAspectChain()
           
 
Method Summary
 void configure(ServiceSelector selector, Configuration conf)
           
 void dispose(ServiceSelector selector)
           
 Iterator getConfigIterator()
           
 Iterator getIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aspects

protected List aspects

configs

protected List configs
Constructor Detail

RendererAspectChain

public RendererAspectChain()
Method Detail

configure

public void configure(ServiceSelector selector,
                      Configuration conf)
               throws ConfigurationException
Throws:
ConfigurationException

getIterator

public Iterator getIterator()

getConfigIterator

public Iterator getConfigIterator()

dispose

public void dispose(ServiceSelector selector)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.