|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.delivery.ContentDeliveryConfigImpl
Useragent content delivery configuration.
Method Summary | |
java.util.Hashtable |
getAssemblyUnits()
Get the AssemblyUnits table for this delivery context. |
java.util.List |
getCDRDefs(java.lang.String selector)
Get the list of CDRDef s for the specified selector definition. |
DTDStore.DTDObjectContainer |
getDTD()
Get the DTD ( DTDStore.DTDObjectContainer ) for this delivery context. |
static ContentDeliveryConfig |
getInstance(UAContext deviceContext,
ContainerContext containerContext)
Get the ContentDeliveryConfigImpl instance for the named table. |
java.util.List |
getObjects(java.lang.String selector)
Get a list Object s from the supplied CDRDef selector value. |
java.util.Hashtable |
getSerailizationUnits()
Get the SerializationUnit table for this delivery context. |
TransSet |
getTransSet(java.lang.String tag)
Get the TransUnit configure instances, for the named tag, for the useragent associated with this table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ContentDeliveryConfig getInstance(UAContext deviceContext, ContainerContext containerContext)
deviceContext
- The device context for the associated device.containerContext
- Container context.
public TransSet getTransSet(java.lang.String tag)
getTransSet
in interface ContentDeliveryConfig
tag
- The tag name for which the TransUnits are being requested.
public java.util.List getCDRDefs(java.lang.String selector)
CDRDef
s for the specified selector definition.
getCDRDefs
in interface ContentDeliveryConfig
selector
- "selector" attribute value from the .cdrl file in the .cdrar.
ContentDeliveryConfig.getObjects(String)
public java.util.List getObjects(java.lang.String selector)
Object
s from the supplied CDRDef
selector value.
Uses CDRStore.getObject(CDRDef)
to construct the object.
getObjects
in interface ContentDeliveryConfig
selector
- selector attribute value from the .cdrl file in the .cdrar.
CDRStore.getObject(CDRDef)
,
ContentDeliveryConfig.getCDRDefs(String)
public java.util.Hashtable getAssemblyUnits()
AssemblyUnit
instances.
getAssemblyUnits
in interface ContentDeliveryConfig
public java.util.Hashtable getSerailizationUnits()
SerializationUnit
instances.
getSerailizationUnits
in interface ContentDeliveryConfig
public DTDStore.DTDObjectContainer getDTD()
ContentDeliveryConfig
DTDStore.DTDObjectContainer
) for this delivery context.
getDTD
in interface ContentDeliveryConfig
DTDStore.DTDObjectContainer
) for this delivery context.
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |