|
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.cdr.CDRDef.Parameter
CDRDef Parameter.
Wrapper for a param. Handles decoding.
Field Summary | |
static java.lang.String |
PARAM_TYPE_PREFIX
|
Method Summary | |
java.lang.String |
getValue()
Get the parameter value "undecoded". |
java.lang.Object |
getValue(ContentDeliveryConfig deliveryConfig)
Get the parameter value "decoded" into an Object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String PARAM_TYPE_PREFIX
Method Detail |
public java.lang.String getValue()
public java.lang.Object getValue(ContentDeliveryConfig deliveryConfig) throws ParameterDecodeException
deliveryConfig
to get the ParameterDecoder
implementation to be used to decode the parameter value. Looks up the
ParameterDecoder
using the parameter type - selector="decoder-<type>".
deliveryConfig
- Requesting device ContentDeliveryConfig
.
ParameterDecodeException
- Unable to decode parameter value.public java.lang.String toString()
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |