com.sapportals.wcm.service.propertystructure

Interface IExtendedGroupRenderer

All Known Implementing Classes:
AbstractGroupRenderer

public interface IExtendedGroupRenderer

To be implemented by structured group renderers to support additional functionalities. It is recommended to extend the abstract class AbstractGroupRenderer instead of impementing this interface because additional methods may be added to this interface in future.


Method Summary
 String[] getConfigParameters()
          Returns configuration parameters of the group renderer.
 void setConfigParameters(String[] configParameters)
          Sets the group renderer configuration parameters.
 

Method Detail

getConfigParameters

String[] getConfigParameters()
Returns configuration parameters of the group renderer. The parameters are configured as a comma separated list at the attribute "Parameters" of the group renderer configuration.

Returns:
String[] of a comma separated list of parameters or null if no parameters are available

setConfigParameters

void setConfigParameters(String[] configParameters)
Sets the group renderer configuration parameters. The parameters are set by the property structure service.

Parameters:
configParameters - String[] of configuration paramters
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk 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