Save point: [skip ci]

* Extract TransformHandler from TransformController
This commit is contained in:
alandavis
2022-07-13 12:53:00 +01:00
parent a208f1acc2
commit ba97287288
11 changed files with 651 additions and 675 deletions

View File

@@ -34,13 +34,10 @@ import org.alfresco.transform.config.TransformConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import static org.alfresco.transform.base.logging.StandardMessages.COMMUNITY_LICENCE;
import static org.alfresco.transform.common.Mimetype.MIMETYPE_HTML;
import static org.alfresco.transform.common.Mimetype.MIMETYPE_PDF;
import static org.alfresco.transform.common.Mimetype.MIMETYPE_TEXT_PLAIN;
import static org.alfresco.transform.common.RequestParamMap.SOURCE_ENCODING;