org.apache.jetspeed.aggregator.impl
Class ContentServerAdapterImpl

java.lang.Object
  extended byorg.apache.jetspeed.aggregator.impl.ContentServerAdapterImpl
All Implemented Interfaces:
org.apache.jetspeed.aggregator.ContentServerAdapter

public class ContentServerAdapterImpl
extends Object
implements org.apache.jetspeed.aggregator.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.

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
private  List fallBackContentPathes
           
private  org.apache.jetspeed.headerresource.HeaderResourceFactory headerResourceFactory
           
 
Constructor Summary
ContentServerAdapterImpl(org.apache.jetspeed.headerresource.HeaderResourceFactory headerResourceFactory, List fallBackContentPathes)
           
 
Method Summary
 void addStyle(org.apache.jetspeed.request.RequestContext context, String decoratorName, String decoratorType)
           
 void prepareContentPaths(org.apache.jetspeed.request.RequestContext context, org.apache.jetspeed.om.page.ContentPage page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headerResourceFactory

private org.apache.jetspeed.headerresource.HeaderResourceFactory headerResourceFactory

fallBackContentPathes

private List fallBackContentPathes
Constructor Detail

ContentServerAdapterImpl

public ContentServerAdapterImpl(org.apache.jetspeed.headerresource.HeaderResourceFactory headerResourceFactory,
                                List fallBackContentPathes)
Method Detail

prepareContentPaths

public void prepareContentPaths(org.apache.jetspeed.request.RequestContext context,
                                org.apache.jetspeed.om.page.ContentPage page)
Specified by:
prepareContentPaths in interface org.apache.jetspeed.aggregator.ContentServerAdapter

addStyle

public void addStyle(org.apache.jetspeed.request.RequestContext context,
                     String decoratorName,
                     String decoratorType)
Specified by:
addStyle in interface org.apache.jetspeed.aggregator.ContentServerAdapter


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