|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.integration.xbean.MinaPropertyEditorRegistrar
public class MinaPropertyEditorRegistrar
A custom Spring PropertyEditorRegistrar
implementation which
registers by default all the PropertyEditor
implementations in the
MINA Integration Beans module.
Constructor Summary | |
---|---|
MinaPropertyEditorRegistrar()
|
Method Summary | |
---|---|
void |
registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
Registers custom PropertyEditor s in the MINA Integration Beans
module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinaPropertyEditorRegistrar()
Method Detail |
---|
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
PropertyEditor
s in the MINA Integration Beans
module.
Note: I did not know just how useful the rest of the property editors
were or if they were redundant and replicated existing functionality of
default editors packaged into Spring. So presently we're only
registering editors for the following classes which are not found in
Spring:
registerCustomEditors
in interface org.springframework.beans.PropertyEditorRegistrar
registerCustomEditors(org.springframework.beans.PropertyEditorRegistry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |