com.sapportals.portal.appintegrator
Interface IIntegratorService
- public interface IIntegratorService
- Version:
- $Revision: #1 $.
|
Field Summary |
static java.lang.String |
KEY
|
KEY
public static final java.lang.String KEY
getLayerProcessor
public ILayerProcessor getLayerProcessor(com.sapportals.portal.prt.component.IPortalComponentRequest request,
ILayerFactory layerFactory)
- Returns an
ILayerProcessor instance for the given request - Factory Method.
This factory method ensures that there will be always exact one instance
per request (i.e. per node).
- Parameters:
request - the portal component requestlayerFactory - the factory that instantiates the layers through the correct classloader- Returns:
- an
ILayerProcessor instance for the given request - See Also:
ILayerProcessor,
ILayerFactory