org.apache.jetspeed.aggregator
Interface Aggregator

All Known Subinterfaces:
PageAggregator, PortletAggregator

public interface Aggregator

Basic aggregation interface

Version:
$Id: Aggregator.java 188137 2005-01-04 15:58:14Z weaver $
Author:
David Sean Taylor

Method Summary
 void build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 

Method Detail

build

public void build(RequestContext context)
           throws JetspeedException,
                  IOException
Builds the portlet set defined in the context into a portlet tree.

Returns:
Unique Portlet Entity ID
Throws:
JetspeedException
IOException


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.