| org.apache.cocoon.portal.layout.renderer.impl.AspectRenderer
AspectRenderer | public class AspectRenderer extends AbstractLogEnabled implements Renderer,Serviceable,Configurable,Disposable,ThreadSafe,Contextualizable(Code) | | Container for chain of aspect renderers. All aspect renderers are applied in order
of appearance.
Configuration
author: Carsten Ziegeler author: Volker Schmitt version: CVS $Id: AspectRenderer.java 433543 2006-08-22 06:22:54Z crossley $ |
aspectSelector | protected ServiceSelector aspectSelector(Code) | | |
context | protected Context context(Code) | | |
manager | protected ServiceManager manager(Code) | | |
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
getAspectDescriptions | public Iterator getAspectDescriptions()(Code) | | Return the aspects required for this renderer
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|