org.mule.config.spring.editors
Class MulePropertyEditorRegistrar

java.lang.Object
  extended by org.mule.config.spring.editors.MulePropertyEditorRegistrar
All Implemented Interfaces:
MuleContextAware, org.springframework.beans.PropertyEditorRegistrar

public class MulePropertyEditorRegistrar
extends Object
implements org.springframework.beans.PropertyEditorRegistrar, MuleContextAware

The preferred way to configure property editors in Spring 2/3 is to implement a registrar


Constructor Summary
MulePropertyEditorRegistrar()
           
 
Method Summary
 void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulePropertyEditorRegistrar

public MulePropertyEditorRegistrar()
Method Detail

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

registerCustomEditors

public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
Specified by:
registerCustomEditors in interface org.springframework.beans.PropertyEditorRegistrar


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.