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)
          Get the ContentDeliveryConfig instance for the specified profile set.
protected static boolean visitAfterAnnotationsOK(SmooksResourceConfiguration resourceConfig, ContentHandler contentHandler)
           
protected static boolean visitBeforeAnnotationsOK(SmooksResourceConfiguration resourceConfig, ContentHandler contentHandler)
           
 
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)
Get the ContentDeliveryConfig instance for the specified profile set.

Parameters:
profileSet - The profile set with which this delivery config is associated.
applicationContext - Application context.
Returns:
The ContentDeliveryConfig instance for the named table.

visitBeforeAnnotationsOK

protected static boolean visitBeforeAnnotationsOK(SmooksResourceConfiguration resourceConfig,
                                                  ContentHandler contentHandler)

visitAfterAnnotationsOK

protected static boolean visitAfterAnnotationsOK(SmooksResourceConfiguration resourceConfig,
                                                 ContentHandler contentHandler)


Copyright © 2008. All Rights Reserved.