Class HtmlInjectionProcessor
java.lang.Object
org.eblocker.server.icap.transaction.processor.HtmlInjectionProcessor
- All Implemented Interfaces:
TransactionProcessor
- Direct Known Subclasses:
WebRTCBlocker
This class will collect all the content that is about to get injected into HTML responses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Transaction transaction) Returns false, if processing should be interrupted here.
-
Constructor Details
-
HtmlInjectionProcessor
public HtmlInjectionProcessor()
-
-
Method Details
-
process
Description copied from interface:TransactionProcessorReturns false, if processing should be interrupted here.All other results have to be stored in the transaction object.
- Specified by:
processin interfaceTransactionProcessor- Returns:
-