public 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.
| Modifier and Type | Method and Description |
|---|---|
void |
addStyle(RequestContext context,
String decoratorName,
String decoratorType)
Adds stylesheets into the response header for a decoration
using the Header Resource component.
|
void |
prepareContentPaths(RequestContext context,
ContentPage page)
Pre page aggregation event, prepares the content paths for the
given decorators of the current page being aggregated.
|
void prepareContentPaths(RequestContext context, ContentPage page)
context - Jetspeed portal per request context.page - The current page being aggregated.void addStyle(RequestContext context, String decoratorName, String decoratorType)
context - Jetspeed portal per request context.decoratorName - Name of the decorator holding the style.decoratorType - Type of decorator, either portlet or page.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.