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

com.jukta.jtahoe.springmvc.JTahoeRuntimeViewResolver Maven / Gradle / Ivy

The newest version!
package com.jukta.jtahoe.springmvc;

import com.jukta.jtahoe.RuntimeBlockFactory;
import com.jukta.jtahoe.gen.xml.XthBlockModelProvider;

/**
 * Created by Dmitriy Dobrovolskiy on 04.04.2016.
 *
 * @since *.*.*
 */
public class JTahoeRuntimeViewResolver extends JTahoeViewResolver {

    @Override
    public void afterPropertiesSet() throws Exception {
        if (getBlockFactory() == null) {
            setBlockFactory(new RuntimeBlockFactory(new XthBlockModelProvider()));
        }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy