Class ProcessContentExecutorImpl
java.lang.Object
org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- All Implemented Interfaces:
ProcessContentExecutor
- Author:
- Dejan Brkic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, ContentProcessorPipeline> protected SecurityService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) voidsetProcessorChains(Map<String, ContentProcessorPipeline> processorChains) voidsetSecurityService(SecurityService securityService)
-
Field Details
-
processorChains
-
securityService
-
-
Constructor Details
-
ProcessContentExecutorImpl
public ProcessContentExecutorImpl()
-
-
Method Details
-
processContent
public ResultTO processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) throws ServiceLayerException, UserNotFoundException- Specified by:
processContentin interfaceProcessContentExecutor- Throws:
ServiceLayerExceptionUserNotFoundException
-
getSecurityService
-
setSecurityService
-
getProcessorChains
-
setProcessorChains
-