Package lumis.service.forum
Class ForumMessageQuotePostLoadProcessor
- java.lang.Object
-
- lumis.service.forum.ForumMessageQuotePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ForumMessageQuotePostLoadProcessor extends Object implements IPostLoadProcessor
Post processor responsible for parsing special tags on forum messages.- Since:
- 4.0.5
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description ForumMessageQuotePostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-