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

com.commercetools.sunrise.framework.controllers.SunriseContentController Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.framework.controllers;

import com.commercetools.sunrise.framework.template.engine.ContentRenderer;

public abstract class SunriseContentController extends SunriseController {

    private final ContentRenderer contentRenderer;

    protected SunriseContentController(final ContentRenderer contentRenderer) {
        this.contentRenderer = contentRenderer;
    }

    public ContentRenderer getContentRenderer() {
        return contentRenderer;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy