org.mentawai.converter
Interface Convertable
public interface Convertable
An action can implement this interface when it wants to define
the rules for input values conversion.
The ConverterFilter will detect that an action is Convertable and will
try to convert its values. Another option would be to create your own
ConversionFilter.
- Author:
- Sergio Oliveira
prepareConverters
void prepareConverters(Map<String,Converter> converters,
String innerAction)
- Prepare the converters that will be used to convert the values of the action input.
- Parameters:
converters - innerAction -
Copyright © 2011. All Rights Reserved.