|
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.ParameterDecoder
Abstract Parameter Decoder.
Decodes a parameterString
value to an Object
.
The actual decoded Object
type depends on the implementation.
Constructor Summary | |
ParameterDecoder(CDRDef cdrDef)
Parameter Decoder Constructor. |
Method Summary | |
abstract java.lang.Object |
decodeValue(java.lang.String value)
Decode the supplied parameter value. |
java.lang.String |
getDetailDescription()
Get a detail (more verbose) description of the Content Delivery Unit and what it does. |
java.lang.String |
getShortDescription()
Get a short description of the Content Delivery Unit and what it does. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParameterDecoder(CDRDef cdrDef)
cdrDef
- cdres Configuration.Method Detail |
public abstract java.lang.Object decodeValue(java.lang.String value) throws ParameterDecodeException
value
- The value to be decoded.
ParameterDecodeException
- Unable to decode parameter value.public java.lang.String getShortDescription()
ContentDeliveryUnit
getShortDescription
in interface ContentDeliveryUnit
ContentDeliveryUnit.getDetailDescription()
public java.lang.String getDetailDescription()
ContentDeliveryUnit
getDetailDescription
in interface ContentDeliveryUnit
ContentDeliveryUnit.getShortDescription()
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |