| Interface | Description |
|---|---|
| Aggregator |
Basic aggregation interface.
|
| ContentServerAdapter |
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.
|
| PageAggregator |
Defines the interface for rendering content for a page.
|
| PortletAggregator |
Defines the interface for rendering content for a single portlet.
|
| PortletContent |
Portlet content is a container holding the generated content of a fragment (portlet).
|
| PortletRenderer |
The Portlet Renderer Service is the interface to processing portlet rendering requests and interfaces with the portlet
container to generate the resulting markup.
|
| PortletTrackingManager |
The Portlet Tracking Manager will track portlets rendering statistics, taking portlets out of
service when their rendering time exceeds a configurable threshold.
|
| RenderingJob |
A rendering worker, running on its own thread if using parallel rendering.
|
| RenderTrackable |
Track rendering statistics
For starter we need to have an object store its render timeout statistics
|
| Worker |
A Worker represents a single thread in the parallel aggregation engine.
|
| WorkerMonitor |
The Worker Monitor is a thread manager and monitor for asynchronous (parallel) portlet aggregation and rendering.
|
| Class | Description |
|---|---|
| PortletTrackingInfo |
Portlet Tracking information used in PortletTrackingManager to represent minimal data passed between the tracking
manager and clients of the API
|
| Exception | Description |
|---|---|
| FailedToRenderFragmentException |
Failed to Render Fragment exceptions denote error cases where a particular fragment failed to render during
content aggregation process.
|
| PortletAccessDeniedException |
Represents an exception when trying to render a portlet, but the current user did not have sufficient security
access privileges to render the portlet.
|
| UnknownPortletDefinitionException | Deprecated |
| UnrenderedContentException | Deprecated |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.