com.sapportals.portal.appintegrator
Interface IIntegratorService


public interface IIntegratorService

Version:
$Revision: #1 $.

Field Summary
static java.lang.String KEY
           
 
Method Summary
 ILayerProcessor getLayerProcessor(com.sapportals.portal.prt.component.IPortalComponentRequest request, ILayerFactory layerFactory)
          Returns an ILayerProcessor instance for the given request - Factory Method.
 

Field Detail

KEY

public static final java.lang.String KEY
Method Detail

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 request
layerFactory - the factory that instantiates the layers through the correct classloader
Returns:
an ILayerProcessor instance for the given request
See Also:
ILayerProcessor, ILayerFactory