org.apache.cocoon.portal.layout.renderer
Interface Renderer

All Known Implementing Classes:
AbstractRenderer, AspectRenderer

public interface Renderer

A renderer is responsible for rendering a layout object.

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

Field Summary
static String ROLE
           
 
Method Summary
 void toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 

Field Detail

ROLE

public static final String ROLE
Method Detail

toSAX

public void toSAX(Layout layout,
                  PortalService service,
                  ContentHandler handler)
           throws SAXException
Stream out raw layout

Throws:
SAXException


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