internal.org.springframework.content.fragments.RenderableImpl Maven / Gradle / Ivy
package internal.org.springframework.content.fragments;
import java.io.InputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.content.commons.fragments.ContentStoreAware;
import org.springframework.content.commons.mappingcontext.ContentProperty;
import org.springframework.content.commons.mappingcontext.MappingContext;
import org.springframework.content.commons.property.PropertyPath;
import org.springframework.content.commons.renditions.Renderable;
import org.springframework.content.commons.renditions.RenditionProvider;
import org.springframework.content.commons.renditions.RenditionService;
import org.springframework.content.commons.repository.ContentStore;
import org.springframework.content.commons.utils.BeanUtils;
import org.springframework.core.io.Resource;
import internal.org.springframework.content.commons.renditions.RenditionServiceImpl;
public class RenderableImpl implements Renderable, ContentStoreAware {
private static final Log LOGGER = LogFactory.getLog(RenderableImpl.class);
private ContentStore
© 2015 - 2024 Weber Informatics LLC | Privacy Policy