org.apache.jetspeed.aggregator.impl
Class PortletAggregatorImpl

java.lang.Object
  extended by org.apache.jetspeed.aggregator.impl.PortletAggregatorImpl
All Implemented Interfaces:
Aggregator, PortletAggregator

public class PortletAggregatorImpl
extends java.lang.Object
implements PortletAggregator

PortletAggregator builds the content required to render a single portlet.

Version:
$Id: PortletAggregatorImpl.java 543171 2007-05-31 15:55:09Z ate $
Author:
David Sean Taylor

Constructor Summary
PortletAggregatorImpl(PortletRenderer renderer)
           
 
Method Summary
 void build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAggregatorImpl

public PortletAggregatorImpl(PortletRenderer renderer)
Method Detail

build

public void build(RequestContext context)
           throws JetspeedException,
                  java.io.IOException
Description copied from interface: Aggregator
Builds the portlet set defined in the context into a portlet tree.

Specified by:
build in interface Aggregator
Throws:
JetspeedException
java.io.IOException


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