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
ConstructorsConstructorDescriptionBinaryContentProcessor(org.slf4j.Logger log, ThumbnailManager thumbnailManager, BinaryDeliveryService binaryDeliveryService) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(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:
treeNodeClassin interfaceContentProcessor<BinaryContent>
-
process
public void process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, BinaryContent contentTreeNode) - Specified by:
processin interfaceContentProcessor<BinaryContent>
-