com.sapportals.wcm.repository.service.layout.info

Interface IRenderingInformation

All Known Implementing Classes:
SimpleProxy, WdfProxy

public interface IRenderingInformation

acts as a provider, granting access to specific rendering information containers. During a http-request cycle, the implementing class should not create new instances of these container classes but keep them alive, so that all classes participating in the rendering process can add information to these containers.


Method Summary
 RenderObjectContainer getRenderObjectContainer()
           
 SettingsContainer getSettingsContainer()
           
 boolean isDebugEnabled()
          returns a flag if the calling class should add anything to the rendering information or not.
 

Method Detail

isDebugEnabled

boolean isDebugEnabled()
returns a flag if the calling class should add anything to the rendering information or not. Before a calling class starts its rendering information rendering, it should ask via this method if it is necessary at all (performance issue)


getRenderObjectContainer

RenderObjectContainer getRenderObjectContainer()
Returns:
the instance of the RenderObjectContainer for the current http-request-cycle.

getSettingsContainer

SettingsContainer getSettingsContainer()
Returns:
the instance of the SettingsContainer for the current http-request-cycle.
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice