com.sapportals.wcm.rendering.layout

Interface ILayoutComposer

All Superinterfaces:
ILayoutComponent

Deprecated. As of NetWeaver 7.1

public interface ILayoutComposer
extends ILayoutComponent


Method Summary
 ILayoutComposer getNewInstance()
          Deprecated. As of NetWeaver 7.1
 ILayoutObject[] getRenderer()
          Deprecated. As of NetWeaver 7.1
 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
 com.sapportals.htmlb.Component render()
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from interface com.sapportals.wcm.rendering.layout.ILayoutComponent
setProxy
 

Method Detail

getNewInstance

ILayoutComposer getNewInstance()
Deprecated. As of NetWeaver 7.1

returns a new instance of the implementing class. This method is used by the LayoutControllerFactory. The Factory holds one instance of the implementing class and calls its getNewInstance method. This allows the implementing class to set parameters at the newly created instance. It also reduces calls of the Class.forName() to gain performance.

Returns:
a new instance of the implementing class, never returns null.

render

com.sapportals.htmlb.Component render()
                                      throws WcmException
Deprecated. As of NetWeaver 7.1

creates and returns the visible components for the user. It is called, when the control that holds this instance (usually the IProxy is rendered by the Wdf-Framework. See the Wdf-Framework for details.

Returns:
an htmlb-Component that is to be displayed to the user
Throws:
WcmException

getRenderer

ILayoutObject[] getRenderer()
Deprecated. As of NetWeaver 7.1

returns all conrols that have to be registered with the Wdf-Framework. If a control within the ILayoutController is not returned via this method, it can not use the Wdf-functionalities such as persistence of simple data types or the use of the WdfEventDispatcher to create Link or Button elements.

Returns:
an array of all controls inside the layoutcontroller that are to be registered with the WDF. The array must not contain null.

getResourceListProvider

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


init

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

Throws:
WcmException

readInputData

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

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