org.broadleafcommerce.openadmin.server.service.artifact
Interface ArtifactProcessor
- All Known Implementing Classes:
- ImageArtifactProcessor
public interface ArtifactProcessor
Created by IntelliJ IDEA.
User: jfischer
Date: 9/10/11
Time: 12:23 PM
To change this template use File | Settings | File Templates.
isSupported
boolean isSupported(InputStream artifactStream,
String mimeType)
convert
InputStream convert(InputStream artifactStream,
Operation[] operations,
String mimeType)
throws Exception
- Throws:
Exception
buildOperations
Operation[] buildOperations(Map<String,String> parameterMap,
InputStream artifactStream,
String mimeType)
Copyright © 2013. All Rights Reserved.