Package ch.tocco.nice2.dms.impl.publish
Class BinaryContentProcessor
java.lang.Object
ch.tocco.nice2.dms.impl.publish.BinaryContentProcessor
- All Implemented Interfaces:
ContentProcessor<BinaryContent>
@Component
public class BinaryContentProcessor
extends Object
implements ContentProcessor<BinaryContent>
-
Constructor Summary
ConstructorDescriptionBinaryContentProcessor
(org.slf4j.Logger log, ThumbnailManager thumbnailManager, BinaryDeliveryService binaryDeliveryService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, BinaryContent contentTreeNode)
-
Constructor Details
-
BinaryContentProcessor
public BinaryContentProcessor(org.slf4j.Logger log, ThumbnailManager thumbnailManager, BinaryDeliveryService binaryDeliveryService)
-
-
Method Details
-
treeNodeClass
- Specified by:
treeNodeClass
in interfaceContentProcessor<BinaryContent>
-
process
public void process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, BinaryContent contentTreeNode) - Specified by:
process
in interfaceContentProcessor<BinaryContent>
-