Example usage for org.springframework.batch.support DefaultPropertyEditorRegistrar DefaultPropertyEditorRegistrar

List of usage examples for org.springframework.batch.support DefaultPropertyEditorRegistrar DefaultPropertyEditorRegistrar

Introduction

In this page you can find the example usage for org.springframework.batch.support DefaultPropertyEditorRegistrar DefaultPropertyEditorRegistrar.

Prototype

DefaultPropertyEditorRegistrar

Source Link

Usage

From source file:no.abmu.questionnaire.webflow.MuseumStatisticFormAction.java

public MuseumStatisticFormAction() {
    super();/*w w w. j a  v a 2s  .  c  o  m*/
    logger.info("Init MuseumStatisticFormAction");
    if (super.getPropertyEditorRegistrar() == null) {
        DefaultPropertyEditorRegistrar registrar = new DefaultPropertyEditorRegistrar();
        super.setPropertyEditorRegistrar(registrar);
    }
}