org.milyn.delivery
Class ContentDeliveryConfigBuilder

java.lang.Object
  extended by org.milyn.delivery.ContentDeliveryConfigBuilder

public class ContentDeliveryConfigBuilder
extends Object

Content delivery configuration builder.

Author:
tfennelly

Method Summary
static ContentDeliveryConfig getConfig(ProfileSet profileSet, ApplicationContext applicationContext, VisitorConfigMap extendedVisitorConfigMap)
          Get the ContentDeliveryConfig instance for the specified profile set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfig

public static ContentDeliveryConfig getConfig(ProfileSet profileSet,
                                              ApplicationContext applicationContext,
                                              VisitorConfigMap extendedVisitorConfigMap)
Get the ContentDeliveryConfig instance for the specified profile set.

Parameters:
profileSet - The profile set with which this delivery config is associated.
applicationContext - Application context.
extendedVisitorConfigMap - Preconfigured/extended Visitor Configuration Map.
Returns:
The ContentDeliveryConfig instance for the named table.


Copyright © 2009. All Rights Reserved.