|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableFieldHandler
A FieldHandler that can be configured with any kind of data. It's the responsibility of the implementing class to do something useful with the configuration data.
FieldHandler
Method Summary | |
---|---|
void |
setConfiguration(java.util.Properties config)
Set the configuration data. |
Methods inherited from interface org.exolab.castor.mapping.FieldHandler |
---|
checkValidity, getValue, newInstance, resetValue, setValue |
Method Detail |
---|
void setConfiguration(java.util.Properties config) throws ValidityException
config
- the configuration data.
ValidityException
- if config is invalid for this FieldHandler.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |