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
|
Method Summary |
void |
prepareConverters(java.util.Map<java.lang.String,Converter> converters,
java.lang.String innerAction)
Prepare the converters that will be used to convert the values of the action input. |
prepareConverters
void prepareConverters(java.util.Map<java.lang.String,Converter> converters,
java.lang.String innerAction)
- Prepare the converters that will be used to convert the values of the action input.
- Parameters:
converters - innerAction -
Copyright © 2005 Mentawai Team. All Rights Reserved.