|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentDeliveryConfig
Content delivery configuration.
Provides access to Content Delivery Resources (e.g.Content Delivery Units)
and other information for the targeted profile.
| 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 of Objects from the SmooksResourceConfigurations specified by the selector. |
Map<String,List<SmooksResourceConfiguration>> |
getSmooksResourceConfigurations()
Get the SmooksResourceConfiguration map for the target execution context. |
List<ContentHandlerConfigMap> |
getSmooksResourceConfigurations(String selector)
Get the list of SmooksResourceConfigurations for the specified selector definition. |
boolean |
isDefaultSerializationOn()
Is default serialization on.. |
Filter |
newFilter(ExecutionContext executionContext)
Get a new stream filter for the content delivery configuration. |
| Method Detail |
|---|
List<ContentHandlerConfigMap> getSmooksResourceConfigurations(String selector)
SmooksResourceConfigurations for the specified selector definition.
This list will be preselected and preordered
for the target execution context.
selector - Configuration selector. This
parameter is treated case incensitively.
SmooksResourceConfiguration instances, or null if no SmooksResourceConfigurations are
defined under that selector (for the device).getObjects(String)Map<String,List<SmooksResourceConfiguration>> getSmooksResourceConfigurations()
SmooksResourceConfiguration map for the target execution context.
This Map will be preordered
for the target execution context.
SmooksResourceConfiguration map for the target execution context, keyed by the configuration
selector, with each value being a
List of preordered SmooksResourceConfiguration instances.List getObjects(String selector)
Objects from the SmooksResourceConfigurations specified by the selector.
Gets the SmooksResourceConfigurations specified for the selector and attempts to instanciate
a Java class instance from the resource specified by each of the SmooksResourceConfigurations.
Implementations should use SmooksResourceConfigurationStore.getObject(org.milyn.cdr.SmooksResourceConfiguration) to
construct each object.
selector - selector attribute value from the .cdrl file in the .cdrar. This
parameter is treated case incensitively.
SmooksResourceConfigurationStore.getObject(org.milyn.cdr.SmooksResourceConfiguration),
getSmooksResourceConfigurations(String)Filter newFilter(ExecutionContext executionContext)
executionContext - Execution context.
DTDStore.DTDObjectContainer getDTD()
DTDStore.DTDObjectContainer) for this delivery context.
DTDStore.DTDObjectContainer) for this delivery context.List<ConfigBuilderEvent> getConfigBuilderEvents()
boolean isDefaultSerializationOn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||