Class Summary |
AsyncPageAggregatorImpl |
Asynchronous Page Aggregator builds the content required to render a
page of portlets by rendering the portlets in parallel. |
BasicAggregator |
Basic Aggregator, nothing complicated. |
ContentDispatcherImpl |
The ContentDispatcher allows customer classes to retrieved rendered content
for a specific fragment
|
ContentServerAdapterImpl |
The Content Server Adapter encapsulates all aggregated related
activities related to aggregation, lessening the coupling of the
aggregator to the content server, which can be disabled. |
HttpBufferedResponse |
|
PageAggregatorImpl |
ContentPageAggregator builds the content required to render a page of portlets. |
PortletAggregatorImpl |
PortletAggregator builds the content required to render a single portlet. |
PortletContentImpl |
|
PortletRendererImpl |
PortletRendererService
Jetspeed-2 Rendering service. |
RenderingJobImpl |
The RenderingJob is responsible for storing all necessary objets for
asynchronous portlet rendering as well as implementing the rendering logic
in its Runnable method. |
WorkerImpl |
Worker thread processes jobs and notify its WorkerMonitor when completed. |
WorkerMonitorImpl |
The WorkerMonitor is responsible for dispatching jobs to workers
It uses an Apache HTTPd configuration style of min/max/spare workers
threads to throttle the rendering work. |