org.springframework.osgi.blueprint.container.support
Class BlueprintEditorRegistrar

java.lang.Object
  extended by org.springframework.osgi.blueprint.container.support.BlueprintEditorRegistrar
All Implemented Interfaces:
PropertyEditorRegistrar

public class BlueprintEditorRegistrar
extends Object
implements PropertyEditorRegistrar

Registrar holding the specific Blueprint editors. This class is used by the Spring DM extender for all Blueprint contexts.

Author:
Costin Leau

Constructor Summary
BlueprintEditorRegistrar()
           
 
Method Summary
 void registerCustomEditors(PropertyEditorRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintEditorRegistrar

public BlueprintEditorRegistrar()
Method Detail

registerCustomEditors

public void registerCustomEditors(PropertyEditorRegistry registry)
Specified by:
registerCustomEditors in interface PropertyEditorRegistrar


Copyright © 2006-2011 Spring Framework. All Rights Reserved.