All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jpaoletti.jpm.struts.converter.StrutsEditConverter Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.struts.converter;

import jpaoletti.jpm.converter.Converter;
import jpaoletti.jpm.converter.ConverterException;

public abstract class StrutsEditConverter extends Converter {

    protected String visualize(String s) throws ConverterException {
        return s;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy