Package lumis.service.categorization
Class ServiceInstanceDisplayPostLoadProcessor
- java.lang.Object
-
- lumis.service.categorization.ServiceInstanceDisplayPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ServiceInstanceDisplayPostLoadProcessor extends java.lang.Object implements IPostLoadProcessor
Generates the value for theserviceInstanceDisplay
field,- Since:
- 6.2.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description ServiceInstanceDisplayPostLoadProcessor()
-
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
-
-