|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.delivery.AbstractContentDeliveryConfig
public abstract class AbstractContentDeliveryConfig
Abstract ContentDeliveryConfig.
| Constructor Summary | |
|---|---|
AbstractContentDeliveryConfig()
|
|
| Method Summary | |
|---|---|
List<ConfigBuilderEvent> |
getConfigBuilderEvents()
Get the list of Execution Events generated during the build of the configuration. |
DTDStore.DTDObjectContainer |
getDTD()
Get the DTD ( DTDStore.DTDObjectContainer) for this delivery context. |
List |
getObjects(String selector)
Get a list Objects from the supplied SmooksResourceConfiguration selector value. |
Map<String,List<SmooksResourceConfiguration>> |
getSmooksResourceConfigurations()
Get the SmooksResourceConfiguration map for the target execution context. |
List |
getSmooksResourceConfigurations(String selector)
Get the list of SmooksResourceConfigurations for the specified selector definition. |
boolean |
isDefaultSerializationOn()
Is default serialization on.. |
void |
setApplicationContext(ApplicationContext applicationContext)
|
void |
setDtd(DTDStore.DTDObjectContainer dtd)
|
void |
setSmooksResourceConfigurations(Map<String,List<SmooksResourceConfiguration>> resourceConfigTable)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.milyn.delivery.ContentDeliveryConfig |
|---|
newFilter |
| Constructor Detail |
|---|
public AbstractContentDeliveryConfig()
| Method Detail |
|---|
public void setApplicationContext(ApplicationContext applicationContext)
public List getSmooksResourceConfigurations(String selector)
SmooksResourceConfigurations for the specified selector definition.
getSmooksResourceConfigurations in interface ContentDeliveryConfigselector - The configuration "selector" attribute value from the .cdrl file in the .cdrar.
ContentDeliveryConfig.getObjects(String)public void setSmooksResourceConfigurations(Map<String,List<SmooksResourceConfiguration>> resourceConfigTable)
public Map<String,List<SmooksResourceConfiguration>> getSmooksResourceConfigurations()
SmooksResourceConfiguration map for the target execution context.
This Map will be preordered
for the target execution context.
getSmooksResourceConfigurations in interface ContentDeliveryConfigSmooksResourceConfiguration map for the target execution context, keyed by the configuration
selector, with each value being a
List of preordered SmooksResourceConfiguration instances.public List getObjects(String selector)
Objects from the supplied SmooksResourceConfiguration selector value.
Uses SmooksResourceConfigurationStore.getObject(org.milyn.cdr.SmooksResourceConfiguration) to construct the object.
getObjects in interface ContentDeliveryConfigselector - selector attribute value from the .cdrl file in the .cdrar.
SmooksResourceConfigurationStore.getObject(org.milyn.cdr.SmooksResourceConfiguration),
ContentDeliveryConfig.getSmooksResourceConfigurations(String)public DTDStore.DTDObjectContainer getDTD()
ContentDeliveryConfigDTDStore.DTDObjectContainer) for this delivery context.
getDTD in interface ContentDeliveryConfigDTDStore.DTDObjectContainer) for this delivery context.public void setDtd(DTDStore.DTDObjectContainer dtd)
public List<ConfigBuilderEvent> getConfigBuilderEvents()
ContentDeliveryConfig
getConfigBuilderEvents in interface ContentDeliveryConfigpublic boolean isDefaultSerializationOn()
ContentDeliveryConfig
isDefaultSerializationOn in interface ContentDeliveryConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||