lumis.service.wsrp.consumer.doui
Class ClonedPortletUsePostLoadProcessor
java.lang.Object
lumis.service.wsrp.consumer.doui.ClonedPortletUsePostLoadProcessor
- All Implemented Interfaces:
- IPostLoadProcessor
public class ClonedPortletUsePostLoadProcessor
- extends java.lang.Object
- implements IPostLoadProcessor
IPostLoadProcessor
implementation to translate service interface
instance identification to a human readable form (with service interface
instance's display name and page path).
- Since:
- 6.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClonedPortletUsePostLoadProcessor
public ClonedPortletUsePostLoadProcessor()
processSource
public void processSource(SessionConfig sessionConfig,
Source source,
org.w3c.dom.Node parametersNode,
ITransaction transaction)
throws PortalException
- Specified by:
processSource
in interface IPostLoadProcessor
- Throws:
PortalException
getFormat
protected java.lang.String getFormat(org.w3c.dom.Node parametersNode)
throws PortalException
- Returns the format to be parsed.
- Parameters:
parametersNode
- the parameters node.
- Returns:
- the format to be used.
- Throws:
PortalException
- Since:
- 6.0.0
processRow
protected void processRow(ISourceData row,
java.lang.String format,
Source<?> source,
SessionConfig sessionConfig,
ITransaction transaction)
throws PortalException
- Process a single row.
- Parameters:
row
- the row to be processed.format
- the format to be used.source
- the source.sessionConfig
- the session config.transaction
- the transaction.
- Throws:
PortalException
- Since:
- 6.0.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.