Package lumis.service.forum
Class ForumMessageQuotePostLoadProcessor
- java.lang.Object
-
- lumis.service.forum.ForumMessageQuotePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ForumMessageQuotePostLoadProcessor extends java.lang.Object implements IPostLoadProcessor
Post processor responsible for parsing special tags on forum messages.- Since:
- 4.0.5
- Version:
- $Revision$ $Date$
-
-
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, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-