Package org.smooks.api.resource.config
Interface Parameter<T>
-
- All Known Implementing Classes:
DefaultParameter
public interface Parameter<T>
ResourceConfig Parameter. Wrapper for a param. Handles decoding.- Author:
- tfennelly
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_TYPE_PREFIX
-
-
-
Field Detail
-
PARAM_TYPE_PREFIX
static final String PARAM_TYPE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
getType
String getType()
-
getValue
T getValue()
-
getValue
Object getValue(ContentDeliveryConfig deliveryConfig) throws ParameterDecodeException
- Throws:
ParameterDecodeException
-
getXml
Element getXml()
-
-