com.sapportals.wcm.rendering.layout

Interface IExtLayoutController

All Known Implementing Classes:
AbstractLayoutComposer

Deprecated. As of NetWeaver 7.1

public interface IExtLayoutController

Since:
NW 04, FP extension to the interface ILayoutController. It allows to trigger the retrieval of the user input and gives direct access to the IResourceListProvider instances rendered by the instantiating class

Method Summary
 IResourceListProvider[] getResourceListProvider()
          Deprecated. As of NetWeaver 7.1
 void init()
          Deprecated. As of NetWeaver 7.1
 void readInputData(com.sapportals.htmlb.page.DynPage page)
          Deprecated. As of NetWeaver 7.1
 

Method Detail

init

void init()
          throws WcmException
Deprecated. As of NetWeaver 7.1

this method is called by the LayoutControllerFactory when the initialization of the implementing class is finished. At this point of time, it is ok for the implementing class to instantiate its ICollectionRenderer instances and to access fields such as IProxy

Throws:
WcmException

readInputData

void readInputData(com.sapportals.htmlb.page.DynPage page)
Deprecated. As of NetWeaver 7.1

called by the IProxy that holds an instance of the implementing class after the user has initiated a server roundtrip.

Parameters:
page - the dynpage to read the user input from, must not be null.

getResourceListProvider

IResourceListProvider[] getResourceListProvider()
Deprecated. As of NetWeaver 7.1

Returns:
a list of classes that implement this interface and are rendered by this class. Might return an empty array, but must not return null.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice